@@ -498,6 +498,7 @@ public com.google.protobuf.ByteString getTagsBytes(int index) {
498498 * Branch and tag names in trigger templates are interpreted as regular
499499 * expressions. Any branch or tag change that matches that regular expression
500500 * will trigger a build.
501+ * Mutually exclusive with `github`.
501502 * </pre>
502503 *
503504 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -513,6 +514,7 @@ public boolean hasTriggerTemplate() {
513514 * Branch and tag names in trigger templates are interpreted as regular
514515 * expressions. Any branch or tag change that matches that regular expression
515516 * will trigger a build.
517+ * Mutually exclusive with `github`.
516518 * </pre>
517519 *
518520 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -530,6 +532,7 @@ public com.google.cloudbuild.v1.RepoSource getTriggerTemplate() {
530532 * Branch and tag names in trigger templates are interpreted as regular
531533 * expressions. Any branch or tag change that matches that regular expression
532534 * will trigger a build.
535+ * Mutually exclusive with `github`.
533536 * </pre>
534537 *
535538 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -546,6 +549,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
546549 * <pre>
547550 * GitHubEventsConfig describes the configuration of a trigger that creates
548551 * a build whenever a GitHub event is received.
552+ * Mutually exclusive with `trigger_template`.
549553 * </pre>
550554 *
551555 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -559,6 +563,7 @@ public boolean hasGithub() {
559563 * <pre>
560564 * GitHubEventsConfig describes the configuration of a trigger that creates
561565 * a build whenever a GitHub event is received.
566+ * Mutually exclusive with `trigger_template`.
562567 * </pre>
563568 *
564569 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -574,6 +579,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig getGithub() {
574579 * <pre>
575580 * GitHubEventsConfig describes the configuration of a trigger that creates
576581 * a build whenever a GitHub event is received.
582+ * Mutually exclusive with `trigger_template`.
577583 * </pre>
578584 *
579585 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2092,6 +2098,7 @@ public Builder addTagsBytes(com.google.protobuf.ByteString value) {
20922098 * Branch and tag names in trigger templates are interpreted as regular
20932099 * expressions. Any branch or tag change that matches that regular expression
20942100 * will trigger a build.
2101+ * Mutually exclusive with `github`.
20952102 * </pre>
20962103 *
20972104 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2107,6 +2114,7 @@ public boolean hasTriggerTemplate() {
21072114 * Branch and tag names in trigger templates are interpreted as regular
21082115 * expressions. Any branch or tag change that matches that regular expression
21092116 * will trigger a build.
2117+ * Mutually exclusive with `github`.
21102118 * </pre>
21112119 *
21122120 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2128,6 +2136,7 @@ public com.google.cloudbuild.v1.RepoSource getTriggerTemplate() {
21282136 * Branch and tag names in trigger templates are interpreted as regular
21292137 * expressions. Any branch or tag change that matches that regular expression
21302138 * will trigger a build.
2139+ * Mutually exclusive with `github`.
21312140 * </pre>
21322141 *
21332142 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2153,6 +2162,7 @@ public Builder setTriggerTemplate(com.google.cloudbuild.v1.RepoSource value) {
21532162 * Branch and tag names in trigger templates are interpreted as regular
21542163 * expressions. Any branch or tag change that matches that regular expression
21552164 * will trigger a build.
2165+ * Mutually exclusive with `github`.
21562166 * </pre>
21572167 *
21582168 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2175,6 +2185,7 @@ public Builder setTriggerTemplate(com.google.cloudbuild.v1.RepoSource.Builder bu
21752185 * Branch and tag names in trigger templates are interpreted as regular
21762186 * expressions. Any branch or tag change that matches that regular expression
21772187 * will trigger a build.
2188+ * Mutually exclusive with `github`.
21782189 * </pre>
21792190 *
21802191 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2204,6 +2215,7 @@ public Builder mergeTriggerTemplate(com.google.cloudbuild.v1.RepoSource value) {
22042215 * Branch and tag names in trigger templates are interpreted as regular
22052216 * expressions. Any branch or tag change that matches that regular expression
22062217 * will trigger a build.
2218+ * Mutually exclusive with `github`.
22072219 * </pre>
22082220 *
22092221 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2227,6 +2239,7 @@ public Builder clearTriggerTemplate() {
22272239 * Branch and tag names in trigger templates are interpreted as regular
22282240 * expressions. Any branch or tag change that matches that regular expression
22292241 * will trigger a build.
2242+ * Mutually exclusive with `github`.
22302243 * </pre>
22312244 *
22322245 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2244,6 +2257,7 @@ public com.google.cloudbuild.v1.RepoSource.Builder getTriggerTemplateBuilder() {
22442257 * Branch and tag names in trigger templates are interpreted as regular
22452258 * expressions. Any branch or tag change that matches that regular expression
22462259 * will trigger a build.
2260+ * Mutually exclusive with `github`.
22472261 * </pre>
22482262 *
22492263 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2265,6 +2279,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
22652279 * Branch and tag names in trigger templates are interpreted as regular
22662280 * expressions. Any branch or tag change that matches that regular expression
22672281 * will trigger a build.
2282+ * Mutually exclusive with `github`.
22682283 * </pre>
22692284 *
22702285 * <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2298,6 +2313,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
22982313 * <pre>
22992314 * GitHubEventsConfig describes the configuration of a trigger that creates
23002315 * a build whenever a GitHub event is received.
2316+ * Mutually exclusive with `trigger_template`.
23012317 * </pre>
23022318 *
23032319 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2311,6 +2327,7 @@ public boolean hasGithub() {
23112327 * <pre>
23122328 * GitHubEventsConfig describes the configuration of a trigger that creates
23132329 * a build whenever a GitHub event is received.
2330+ * Mutually exclusive with `trigger_template`.
23142331 * </pre>
23152332 *
23162333 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2330,6 +2347,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig getGithub() {
23302347 * <pre>
23312348 * GitHubEventsConfig describes the configuration of a trigger that creates
23322349 * a build whenever a GitHub event is received.
2350+ * Mutually exclusive with `trigger_template`.
23332351 * </pre>
23342352 *
23352353 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2353,6 +2371,7 @@ public Builder setGithub(com.google.cloudbuild.v1.GitHubEventsConfig value) {
23532371 * <pre>
23542372 * GitHubEventsConfig describes the configuration of a trigger that creates
23552373 * a build whenever a GitHub event is received.
2374+ * Mutually exclusive with `trigger_template`.
23562375 * </pre>
23572376 *
23582377 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2373,6 +2392,7 @@ public Builder setGithub(com.google.cloudbuild.v1.GitHubEventsConfig.Builder bui
23732392 * <pre>
23742393 * GitHubEventsConfig describes the configuration of a trigger that creates
23752394 * a build whenever a GitHub event is received.
2395+ * Mutually exclusive with `trigger_template`.
23762396 * </pre>
23772397 *
23782398 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2400,6 +2420,7 @@ public Builder mergeGithub(com.google.cloudbuild.v1.GitHubEventsConfig value) {
24002420 * <pre>
24012421 * GitHubEventsConfig describes the configuration of a trigger that creates
24022422 * a build whenever a GitHub event is received.
2423+ * Mutually exclusive with `trigger_template`.
24032424 * </pre>
24042425 *
24052426 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2421,6 +2442,7 @@ public Builder clearGithub() {
24212442 * <pre>
24222443 * GitHubEventsConfig describes the configuration of a trigger that creates
24232444 * a build whenever a GitHub event is received.
2445+ * Mutually exclusive with `trigger_template`.
24242446 * </pre>
24252447 *
24262448 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2436,6 +2458,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig.Builder getGithubBuilder() {
24362458 * <pre>
24372459 * GitHubEventsConfig describes the configuration of a trigger that creates
24382460 * a build whenever a GitHub event is received.
2461+ * Mutually exclusive with `trigger_template`.
24392462 * </pre>
24402463 *
24412464 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2455,6 +2478,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfigOrBuilder getGithubOrBuilder()
24552478 * <pre>
24562479 * GitHubEventsConfig describes the configuration of a trigger that creates
24572480 * a build whenever a GitHub event is received.
2481+ * Mutually exclusive with `trigger_template`.
24582482 * </pre>
24592483 *
24602484 * <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
0 commit comments