You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AIP-122 provides guidance on resource reference format, but it's difficult to identify this field, because resource references can be an arbitrary noun.
Here's an example of a string that should be a resource reference:
// The name of the Pub/Sub topic. Format:
// `projects/{PROJECT_ID}/topics/{TOPIC_NAME}`.
string topic = 1;
Perhaps we could use a heuristic here to ask the user to double-check if their field should be a resource reference?
Some possible heuristics:
"name of" in the string, since name should be a resource name most of the time.
"Format:" with a pathed format following it.
The text was updated successfully, but these errors were encountered:
AIP-122 provides guidance on resource reference format, but it's difficult to identify this field, because resource references can be an arbitrary noun.
Here's an example of a string that should be a resource reference:
Perhaps we could use a heuristic here to ask the user to double-check if their field should be a resource reference?
Some possible heuristics:
The text was updated successfully, but these errors were encountered: