public static final class UpdateWorkerPoolRequest.Builder extends GeneratedMessage.Builder<UpdateWorkerPoolRequest.Builder> implements UpdateWorkerPoolRequestOrBuilder Request to update a WorkerPool.
Protobuf type google.devtools.cloudbuild.v1.UpdateWorkerPoolRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateWorkerPoolRequest.BuilderImplements
UpdateWorkerPoolRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateWorkerPoolRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest |
|
buildPartial()
public UpdateWorkerPoolRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest |
|
clear()
public UpdateWorkerPoolRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
clearUpdateMask()
public UpdateWorkerPoolRequest.Builder clearUpdateMask() 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 |
UpdateWorkerPoolRequest.Builder |
|
clearValidateOnly()
public UpdateWorkerPoolRequest.Builder clearValidateOnly()If set, validate the request and preview the response, but do not actually post it.
bool validate_only = 4;
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
This builder for chaining. |
clearWorkerPool()
public UpdateWorkerPoolRequest.Builder clearWorkerPool() 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 |
UpdateWorkerPoolRequest.Builder |
|
getDefaultInstanceForType()
public UpdateWorkerPoolRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() 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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
getWorkerPoolBuilder()
public WorkerPool.Builder getWorkerPoolBuilder() 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.Builder |
|
getWorkerPoolOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateWorkerPoolRequest other)
public UpdateWorkerPoolRequest.Builder mergeFrom(UpdateWorkerPoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateWorkerPoolRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateWorkerPoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateWorkerPoolRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateWorkerPoolRequest.Builder mergeUpdateMask(FieldMask value) Optional. A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
mergeWorkerPool(WorkerPool value)
public UpdateWorkerPoolRequest.Builder mergeWorkerPool(WorkerPool value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
WorkerPool |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateWorkerPoolRequest.Builder setUpdateMask(FieldMask value) Optional. A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateWorkerPoolRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) Optional. A mask specifying which fields in worker_pool to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
setValidateOnly(boolean value)
public UpdateWorkerPoolRequest.Builder setValidateOnly(boolean value)If set, validate the request and preview the response, but do not actually post it.
bool validate_only = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
This builder for chaining. |
setWorkerPool(WorkerPool value)
public UpdateWorkerPoolRequest.Builder setWorkerPool(WorkerPool value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
WorkerPool |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|
setWorkerPool(WorkerPool.Builder builderForValue)
public UpdateWorkerPoolRequest.Builder setWorkerPool(WorkerPool.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
WorkerPool.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateWorkerPoolRequest.Builder |
|