Skip to content

Commit 8080bbe

Browse files
Google APIscopybara-github
authored andcommitted
fix: Revert breaking change of main pattern
PiperOrigin-RevId: 547506413
1 parent c15f426 commit 8080bbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/devtools/cloudbuild/v1/cloudbuild.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,8 +1578,8 @@ message ApprovalResult {
15781578
message BuildTrigger {
15791579
option (google.api.resource) = {
15801580
type: "cloudbuild.googleapis.com/BuildTrigger"
1581-
pattern: "projects/{project}/locations/{location}/triggers/{trigger}"
15821581
pattern: "projects/{project}/triggers/{trigger}"
1582+
pattern: "projects/{project}/locations/{location}/triggers/{trigger}"
15831583
plural: "triggers"
15841584
singular: "trigger"
15851585
};

0 commit comments

Comments
 (0)