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

Commit

Permalink
docs: update generated docs (#216)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Aug 7, 2020
1 parent 29a02ea commit ef26812
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Expand Up @@ -1267,7 +1267,7 @@ public com.google.cloudbuild.v1.BuildOptions.LogStreamingOption getLogStreamingO
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand All @@ -1292,7 +1292,7 @@ public java.lang.String getWorkerPool() {
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand Down Expand Up @@ -2893,7 +2893,7 @@ public Builder clearLogStreamingOption() {
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand All @@ -2917,7 +2917,7 @@ public java.lang.String getWorkerPool() {
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand All @@ -2941,7 +2941,7 @@ public com.google.protobuf.ByteString getWorkerPoolBytes() {
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand All @@ -2964,7 +2964,7 @@ public Builder setWorkerPool(java.lang.String value) {
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand All @@ -2983,7 +2983,7 @@ public Builder clearWorkerPool() {
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand Down
Expand Up @@ -219,7 +219,7 @@ public interface BuildOptionsOrBuilder
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand All @@ -233,7 +233,7 @@ public interface BuildOptionsOrBuilder
*
* <pre>
* Option to specify a `WorkerPool` for the build.
* Format: projects/{project}/workerPools/{workerPool}
* Format: projects/{project}/locations/{location}/workerPools/{workerPool}
* This field is experimental.
* </pre>
*
Expand Down
Expand Up @@ -1124,7 +1124,7 @@ message BuildOptions {
LogStreamingOption log_streaming_option = 5;

// Option to specify a `WorkerPool` for the build.
// Format: projects/{project}/workerPools/{workerPool}
// Format: projects/{project}/locations/{location}/workerPools/{workerPool}
//
// This field is experimental.
string worker_pool = 7;
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -18,8 +18,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "58be915cf3b7148b764649da90add697f6367aa7",
"internalRef": "322464556"
"sha": "fbf9396664b766a08d92da9d4f31be019a847c39",
"internalRef": "324209019"
}
},
{
Expand Down

0 comments on commit ef26812

Please sign in to comment.