Skip to content

Commit ba1f5de

Browse files
Google APIscopybara-github
authored andcommitted
chore(ruby): Correctly escape comment in DefaultServiceAccount
PiperOrigin-RevId: 845430981
1 parent fd1f9da commit ba1f5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/devtools/cloudbuild/v1/cloudbuild.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ message DefaultServiceAccount {
520520
};
521521

522522
// Identifier. Format:
523-
// `projects/{project}/locations/{location}/defaultServiceAccount
523+
// `projects/{project}/locations/{location}/defaultServiceAccount`
524524
string name = 1 [(google.api.field_behavior) = IDENTIFIER];
525525

526526
// Output only. The email address of the service account identity that will be

0 commit comments

Comments
 (0)