aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoogle APIs <noreply@google.com>2018-10-16 12:35:38 -0700
committerCopybara-Service <copybara-piper@google.com>2018-10-16 12:35:59 -0700
commit742b64454f7f0d222245dd6ede3b0a98fe272a83 (patch)
tree19e8f88168a69225c27802ddb9fa80fe36a90e19
parentddb39a21778579122d6edf505bda0092c8066a65 (diff)
downloadgoogleapis-742b64454f7f0d222245dd6ede3b0a98fe272a83.tar.gz
Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217365340
-rw-r--r--google/devtools/cloudbuild/v1/cloudbuild.proto12
1 files changed, 10 insertions, 2 deletions
diff --git a/google/devtools/cloudbuild/v1/cloudbuild.proto b/google/devtools/cloudbuild/v1/cloudbuild.proto
index bac2f0076..e3adace15 100644
--- a/google/devtools/cloudbuild/v1/cloudbuild.proto
+++ b/google/devtools/cloudbuild/v1/cloudbuild.proto
@@ -23,6 +23,7 @@ import "google/cloud/audit/audit_log.proto";
import "google/longrunning/operations.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/empty.proto";
+import "google/protobuf/field_mask.proto";
import "google/protobuf/timestamp.proto";
option go_package = "google.golang.org/genproto/googleapis/devtools/cloudbuild/v1;cloudbuild";
@@ -888,7 +889,8 @@ message BuildOptions {
// Specifies the logging mode.
enum LoggingMode {
- // The service determines the logging mode. The default is `LEGACY`
+ // The service determines the logging mode. The default is `LEGACY`. Do not
+ // rely on the default logging behavior as it may change in the future.
LOGGING_UNSPECIFIED = 0;
// Stackdriver logging and Cloud Storage logging are enabled.
@@ -923,7 +925,13 @@ message BuildOptions {
// Storage.
LogStreamingOption log_streaming_option = 5;
- // Option to specify the logging mode, which determines where the logs are stored.
+ // Option to specify a `WorkerPool` for the build. User specifies the pool
+ // with the format "[WORKERPOOL_PROJECT_ID]/[WORKERPOOL_NAME]".
+ // This is an experimental field.
+ string worker_pool = 7;
+
+ // Option to specify the logging mode, which determines where the logs are
+ // stored.
LoggingMode logging = 11;
// A list of global environment variable definitions that will exist for all