@@ -498,6 +498,7 @@ public com.google.protobuf.ByteString getTagsBytes(int index) {
498
498
* Branch and tag names in trigger templates are interpreted as regular
499
499
* expressions. Any branch or tag change that matches that regular expression
500
500
* will trigger a build.
501
+ * Mutually exclusive with `github`.
501
502
* </pre>
502
503
*
503
504
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -513,6 +514,7 @@ public boolean hasTriggerTemplate() {
513
514
* Branch and tag names in trigger templates are interpreted as regular
514
515
* expressions. Any branch or tag change that matches that regular expression
515
516
* will trigger a build.
517
+ * Mutually exclusive with `github`.
516
518
* </pre>
517
519
*
518
520
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -530,6 +532,7 @@ public com.google.cloudbuild.v1.RepoSource getTriggerTemplate() {
530
532
* Branch and tag names in trigger templates are interpreted as regular
531
533
* expressions. Any branch or tag change that matches that regular expression
532
534
* will trigger a build.
535
+ * Mutually exclusive with `github`.
533
536
* </pre>
534
537
*
535
538
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -546,6 +549,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
546
549
* <pre>
547
550
* GitHubEventsConfig describes the configuration of a trigger that creates
548
551
* a build whenever a GitHub event is received.
552
+ * Mutually exclusive with `trigger_template`.
549
553
* </pre>
550
554
*
551
555
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -559,6 +563,7 @@ public boolean hasGithub() {
559
563
* <pre>
560
564
* GitHubEventsConfig describes the configuration of a trigger that creates
561
565
* a build whenever a GitHub event is received.
566
+ * Mutually exclusive with `trigger_template`.
562
567
* </pre>
563
568
*
564
569
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -574,6 +579,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig getGithub() {
574
579
* <pre>
575
580
* GitHubEventsConfig describes the configuration of a trigger that creates
576
581
* a build whenever a GitHub event is received.
582
+ * Mutually exclusive with `trigger_template`.
577
583
* </pre>
578
584
*
579
585
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2092,6 +2098,7 @@ public Builder addTagsBytes(com.google.protobuf.ByteString value) {
2092
2098
* Branch and tag names in trigger templates are interpreted as regular
2093
2099
* expressions. Any branch or tag change that matches that regular expression
2094
2100
* will trigger a build.
2101
+ * Mutually exclusive with `github`.
2095
2102
* </pre>
2096
2103
*
2097
2104
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2107,6 +2114,7 @@ public boolean hasTriggerTemplate() {
2107
2114
* Branch and tag names in trigger templates are interpreted as regular
2108
2115
* expressions. Any branch or tag change that matches that regular expression
2109
2116
* will trigger a build.
2117
+ * Mutually exclusive with `github`.
2110
2118
* </pre>
2111
2119
*
2112
2120
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2128,6 +2136,7 @@ public com.google.cloudbuild.v1.RepoSource getTriggerTemplate() {
2128
2136
* Branch and tag names in trigger templates are interpreted as regular
2129
2137
* expressions. Any branch or tag change that matches that regular expression
2130
2138
* will trigger a build.
2139
+ * Mutually exclusive with `github`.
2131
2140
* </pre>
2132
2141
*
2133
2142
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2153,6 +2162,7 @@ public Builder setTriggerTemplate(com.google.cloudbuild.v1.RepoSource value) {
2153
2162
* Branch and tag names in trigger templates are interpreted as regular
2154
2163
* expressions. Any branch or tag change that matches that regular expression
2155
2164
* will trigger a build.
2165
+ * Mutually exclusive with `github`.
2156
2166
* </pre>
2157
2167
*
2158
2168
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2175,6 +2185,7 @@ public Builder setTriggerTemplate(com.google.cloudbuild.v1.RepoSource.Builder bu
2175
2185
* Branch and tag names in trigger templates are interpreted as regular
2176
2186
* expressions. Any branch or tag change that matches that regular expression
2177
2187
* will trigger a build.
2188
+ * Mutually exclusive with `github`.
2178
2189
* </pre>
2179
2190
*
2180
2191
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2204,6 +2215,7 @@ public Builder mergeTriggerTemplate(com.google.cloudbuild.v1.RepoSource value) {
2204
2215
* Branch and tag names in trigger templates are interpreted as regular
2205
2216
* expressions. Any branch or tag change that matches that regular expression
2206
2217
* will trigger a build.
2218
+ * Mutually exclusive with `github`.
2207
2219
* </pre>
2208
2220
*
2209
2221
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2227,6 +2239,7 @@ public Builder clearTriggerTemplate() {
2227
2239
* Branch and tag names in trigger templates are interpreted as regular
2228
2240
* expressions. Any branch or tag change that matches that regular expression
2229
2241
* will trigger a build.
2242
+ * Mutually exclusive with `github`.
2230
2243
* </pre>
2231
2244
*
2232
2245
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2244,6 +2257,7 @@ public com.google.cloudbuild.v1.RepoSource.Builder getTriggerTemplateBuilder() {
2244
2257
* Branch and tag names in trigger templates are interpreted as regular
2245
2258
* expressions. Any branch or tag change that matches that regular expression
2246
2259
* will trigger a build.
2260
+ * Mutually exclusive with `github`.
2247
2261
* </pre>
2248
2262
*
2249
2263
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2265,6 +2279,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
2265
2279
* Branch and tag names in trigger templates are interpreted as regular
2266
2280
* expressions. Any branch or tag change that matches that regular expression
2267
2281
* will trigger a build.
2282
+ * Mutually exclusive with `github`.
2268
2283
* </pre>
2269
2284
*
2270
2285
* <code>.google.devtools.cloudbuild.v1.RepoSource trigger_template = 7;</code>
@@ -2298,6 +2313,7 @@ public com.google.cloudbuild.v1.RepoSourceOrBuilder getTriggerTemplateOrBuilder(
2298
2313
* <pre>
2299
2314
* GitHubEventsConfig describes the configuration of a trigger that creates
2300
2315
* a build whenever a GitHub event is received.
2316
+ * Mutually exclusive with `trigger_template`.
2301
2317
* </pre>
2302
2318
*
2303
2319
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2311,6 +2327,7 @@ public boolean hasGithub() {
2311
2327
* <pre>
2312
2328
* GitHubEventsConfig describes the configuration of a trigger that creates
2313
2329
* a build whenever a GitHub event is received.
2330
+ * Mutually exclusive with `trigger_template`.
2314
2331
* </pre>
2315
2332
*
2316
2333
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2330,6 +2347,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig getGithub() {
2330
2347
* <pre>
2331
2348
* GitHubEventsConfig describes the configuration of a trigger that creates
2332
2349
* a build whenever a GitHub event is received.
2350
+ * Mutually exclusive with `trigger_template`.
2333
2351
* </pre>
2334
2352
*
2335
2353
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2353,6 +2371,7 @@ public Builder setGithub(com.google.cloudbuild.v1.GitHubEventsConfig value) {
2353
2371
* <pre>
2354
2372
* GitHubEventsConfig describes the configuration of a trigger that creates
2355
2373
* a build whenever a GitHub event is received.
2374
+ * Mutually exclusive with `trigger_template`.
2356
2375
* </pre>
2357
2376
*
2358
2377
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2373,6 +2392,7 @@ public Builder setGithub(com.google.cloudbuild.v1.GitHubEventsConfig.Builder bui
2373
2392
* <pre>
2374
2393
* GitHubEventsConfig describes the configuration of a trigger that creates
2375
2394
* a build whenever a GitHub event is received.
2395
+ * Mutually exclusive with `trigger_template`.
2376
2396
* </pre>
2377
2397
*
2378
2398
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2400,6 +2420,7 @@ public Builder mergeGithub(com.google.cloudbuild.v1.GitHubEventsConfig value) {
2400
2420
* <pre>
2401
2421
* GitHubEventsConfig describes the configuration of a trigger that creates
2402
2422
* a build whenever a GitHub event is received.
2423
+ * Mutually exclusive with `trigger_template`.
2403
2424
* </pre>
2404
2425
*
2405
2426
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2421,6 +2442,7 @@ public Builder clearGithub() {
2421
2442
* <pre>
2422
2443
* GitHubEventsConfig describes the configuration of a trigger that creates
2423
2444
* a build whenever a GitHub event is received.
2445
+ * Mutually exclusive with `trigger_template`.
2424
2446
* </pre>
2425
2447
*
2426
2448
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2436,6 +2458,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfig.Builder getGithubBuilder() {
2436
2458
* <pre>
2437
2459
* GitHubEventsConfig describes the configuration of a trigger that creates
2438
2460
* a build whenever a GitHub event is received.
2461
+ * Mutually exclusive with `trigger_template`.
2439
2462
* </pre>
2440
2463
*
2441
2464
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
@@ -2455,6 +2478,7 @@ public com.google.cloudbuild.v1.GitHubEventsConfigOrBuilder getGithubOrBuilder()
2455
2478
* <pre>
2456
2479
* GitHubEventsConfig describes the configuration of a trigger that creates
2457
2480
* a build whenever a GitHub event is received.
2481
+ * Mutually exclusive with `trigger_template`.
2458
2482
* </pre>
2459
2483
*
2460
2484
* <code>.google.devtools.cloudbuild.v1.GitHubEventsConfig github = 13;</code>
0 commit comments