public interface UpdateWorkerPoolRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUpdateMask()
public abstract FieldMask getUpdateMask() Optional. A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Optional. A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
WorkerPoolOrBuilder |
|
hasUpdateMask()
public abstract boolean hasUpdateMask() Optional. A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the workerPool field is set. |