public interface UpdateWorkerPoolRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateMask()
public abstract FieldMask getUpdateMask() A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
getValidateOnly()
public abstract boolean getValidateOnly()If set, validate the request and preview the response, but do not actually post it.
bool validate_only = 4;
| Type | Description |
| boolean | The validateOnly. |
getWorkerPool()
public abstract WorkerPool getWorkerPool() Required. The WorkerPool to update.
The name field is used to identify the WorkerPool to update.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}.
.google.devtools.cloudbuild.v1.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| WorkerPool | The workerPool. |
getWorkerPoolOrBuilder()
public abstract WorkerPoolOrBuilder getWorkerPoolOrBuilder() Required. The WorkerPool to update.
The name field is used to identify the WorkerPool to update.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}.
.google.devtools.cloudbuild.v1.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| WorkerPoolOrBuilder |
hasUpdateMask()
public abstract boolean hasUpdateMask() A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |
hasWorkerPool()
public abstract boolean hasWorkerPool() Required. The WorkerPool to update.
The name field is used to identify the WorkerPool to update.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}.
.google.devtools.cloudbuild.v1.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the workerPool field is set. |