Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ef26812

Browse files
docs: update generated docs (#216)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/8638e33c-a69f-4129-ba08-261bc7fc6763/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 324209019 Source-Link: googleapis/googleapis@fbf9396
1 parent 29a02ea commit ef26812

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildOptions.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ public com.google.cloudbuild.v1.BuildOptions.LogStreamingOption getLogStreamingO
12671267
*
12681268
* <pre>
12691269
* Option to specify a `WorkerPool` for the build.
1270-
* Format: projects/{project}/workerPools/{workerPool}
1270+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
12711271
* This field is experimental.
12721272
* </pre>
12731273
*
@@ -1292,7 +1292,7 @@ public java.lang.String getWorkerPool() {
12921292
*
12931293
* <pre>
12941294
* Option to specify a `WorkerPool` for the build.
1295-
* Format: projects/{project}/workerPools/{workerPool}
1295+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
12961296
* This field is experimental.
12971297
* </pre>
12981298
*
@@ -2893,7 +2893,7 @@ public Builder clearLogStreamingOption() {
28932893
*
28942894
* <pre>
28952895
* Option to specify a `WorkerPool` for the build.
2896-
* Format: projects/{project}/workerPools/{workerPool}
2896+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
28972897
* This field is experimental.
28982898
* </pre>
28992899
*
@@ -2917,7 +2917,7 @@ public java.lang.String getWorkerPool() {
29172917
*
29182918
* <pre>
29192919
* Option to specify a `WorkerPool` for the build.
2920-
* Format: projects/{project}/workerPools/{workerPool}
2920+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
29212921
* This field is experimental.
29222922
* </pre>
29232923
*
@@ -2941,7 +2941,7 @@ public com.google.protobuf.ByteString getWorkerPoolBytes() {
29412941
*
29422942
* <pre>
29432943
* Option to specify a `WorkerPool` for the build.
2944-
* Format: projects/{project}/workerPools/{workerPool}
2944+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
29452945
* This field is experimental.
29462946
* </pre>
29472947
*
@@ -2964,7 +2964,7 @@ public Builder setWorkerPool(java.lang.String value) {
29642964
*
29652965
* <pre>
29662966
* Option to specify a `WorkerPool` for the build.
2967-
* Format: projects/{project}/workerPools/{workerPool}
2967+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
29682968
* This field is experimental.
29692969
* </pre>
29702970
*
@@ -2983,7 +2983,7 @@ public Builder clearWorkerPool() {
29832983
*
29842984
* <pre>
29852985
* Option to specify a `WorkerPool` for the build.
2986-
* Format: projects/{project}/workerPools/{workerPool}
2986+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
29872987
* This field is experimental.
29882988
* </pre>
29892989
*

proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/BuildOptionsOrBuilder.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public interface BuildOptionsOrBuilder
219219
*
220220
* <pre>
221221
* Option to specify a `WorkerPool` for the build.
222-
* Format: projects/{project}/workerPools/{workerPool}
222+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
223223
* This field is experimental.
224224
* </pre>
225225
*
@@ -233,7 +233,7 @@ public interface BuildOptionsOrBuilder
233233
*
234234
* <pre>
235235
* Option to specify a `WorkerPool` for the build.
236-
* Format: projects/{project}/workerPools/{workerPool}
236+
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
237237
* This field is experimental.
238238
* </pre>
239239
*

proto-google-cloud-build-v1/src/main/proto/google/devtools/cloudbuild/v1/cloudbuild.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ message BuildOptions {
11241124
LogStreamingOption log_streaming_option = 5;
11251125

11261126
// Option to specify a `WorkerPool` for the build.
1127-
// Format: projects/{project}/workerPools/{workerPool}
1127+
// Format: projects/{project}/locations/{location}/workerPools/{workerPool}
11281128
//
11291129
// This field is experimental.
11301130
string worker_pool = 7;

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"git": {
1919
"name": "googleapis",
2020
"remote": "https://github.com/googleapis/googleapis.git",
21-
"sha": "58be915cf3b7148b764649da90add697f6367aa7",
22-
"internalRef": "322464556"
21+
"sha": "fbf9396664b766a08d92da9d4f31be019a847c39",
22+
"internalRef": "324209019"
2323
}
2424
},
2525
{

0 commit comments

Comments
 (0)