Class UpdateWorkerPoolRequest.Builder (0.83.0)

public static final class UpdateWorkerPoolRequest.Builder extends GeneratedMessage.Builder<UpdateWorkerPoolRequest.Builder> implements UpdateWorkerPoolRequestOrBuilder

Request message for updating a worker pool.

Protobuf type google.cloud.run.v2.UpdateWorkerPoolRequest

Static 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
Overrides

clearAllowMissing()

public UpdateWorkerPoolRequest.Builder clearAllowMissing()

Optional. If set to true, and if the WorkerPool does not exist, it will create a new one. The caller must have 'run.workerpools.create' permissions if this is set to true and the WorkerPool does not exist.

bool allow_missing = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateWorkerPoolRequest.Builder

This builder for chaining.

clearForceNewRevision()

public UpdateWorkerPoolRequest.Builder clearForceNewRevision()

Optional. If set to true, a new revision will be created from the template even if the system doesn't detect any changes from the previously deployed revision.

This may be useful for cases where the underlying resources need to be recreated or reinitialized. For example if the image is specified by label, but the underlying image digest has changed) or if the container performs deployment initialization work that needs to be performed again.

bool force_new_revision = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateWorkerPoolRequest.Builder

This builder for chaining.

clearUpdateMask()

public UpdateWorkerPoolRequest.Builder clearUpdateMask()

Optional. The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateWorkerPoolRequest.Builder

clearValidateOnly()

public UpdateWorkerPoolRequest.Builder clearValidateOnly()

Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateWorkerPoolRequest.Builder

This builder for chaining.

clearWorkerPool()

public UpdateWorkerPoolRequest.Builder clearWorkerPool()

Required. The WorkerPool to be updated.

.google.cloud.run.v2.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateWorkerPoolRequest.Builder

getAllowMissing()

public boolean getAllowMissing()

Optional. If set to true, and if the WorkerPool does not exist, it will create a new one. The caller must have 'run.workerpools.create' permissions if this is set to true and the WorkerPool does not exist.

bool allow_missing = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The allowMissing.

getDefaultInstanceForType()

public UpdateWorkerPoolRequest getDefaultInstanceForType()
Returns
Type Description
UpdateWorkerPoolRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getForceNewRevision()

public boolean getForceNewRevision()

Optional. If set to true, a new revision will be created from the template even if the system doesn't detect any changes from the previously deployed revision.

This may be useful for cases where the underlying resources need to be recreated or reinitialized. For example if the image is specified by label, but the underlying image digest has changed) or if the container performs deployment initialization work that needs to be performed again.

bool force_new_revision = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The forceNewRevision.

getUpdateMask()

public FieldMask getUpdateMask()

Optional. The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

getValidateOnly()

public boolean getValidateOnly()

Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

getWorkerPool()

public WorkerPool getWorkerPool()

Required. The WorkerPool to be updated.

.google.cloud.run.v2.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WorkerPool

The workerPool.

getWorkerPoolBuilder()

public WorkerPool.Builder getWorkerPoolBuilder()

Required. The WorkerPool to be updated.

.google.cloud.run.v2.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WorkerPool.Builder

getWorkerPoolOrBuilder()

public WorkerPoolOrBuilder getWorkerPoolOrBuilder()

Required. The WorkerPool to be updated.

.google.cloud.run.v2.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WorkerPoolOrBuilder

hasUpdateMask()

public boolean hasUpdateMask()

Optional. The list of fields to be updated.

.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 be updated.

.google.cloud.run.v2.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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateWorkerPoolRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateWorkerPoolRequest.Builder mergeUpdateMask(FieldMask value)

Optional. The list of fields to be updated.

.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 be updated.

.google.cloud.run.v2.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value WorkerPool
Returns
Type Description
UpdateWorkerPoolRequest.Builder

setAllowMissing(boolean value)

public UpdateWorkerPoolRequest.Builder setAllowMissing(boolean value)

Optional. If set to true, and if the WorkerPool does not exist, it will create a new one. The caller must have 'run.workerpools.create' permissions if this is set to true and the WorkerPool does not exist.

bool allow_missing = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The allowMissing to set.

Returns
Type Description
UpdateWorkerPoolRequest.Builder

This builder for chaining.

setForceNewRevision(boolean value)

public UpdateWorkerPoolRequest.Builder setForceNewRevision(boolean value)

Optional. If set to true, a new revision will be created from the template even if the system doesn't detect any changes from the previously deployed revision.

This may be useful for cases where the underlying resources need to be recreated or reinitialized. For example if the image is specified by label, but the underlying image digest has changed) or if the container performs deployment initialization work that needs to be performed again.

bool force_new_revision = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The forceNewRevision to set.

Returns
Type Description
UpdateWorkerPoolRequest.Builder

This builder for chaining.

setUpdateMask(FieldMask value)

public UpdateWorkerPoolRequest.Builder setUpdateMask(FieldMask value)

Optional. The list of fields to be updated.

.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. The list of fields to be updated.

.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)

Optional. Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The 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 be updated.

.google.cloud.run.v2.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 be updated.

.google.cloud.run.v2.WorkerPool worker_pool = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue WorkerPool.Builder
Returns
Type Description
UpdateWorkerPoolRequest.Builder