Class UpdateWorkerPoolRequest.Builder (0.72.0)

public static final class UpdateWorkerPoolRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateWorkerPoolRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public UpdateWorkerPoolRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateWorkerPoolRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

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

clone()

public UpdateWorkerPoolRequest.Builder clone()
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateWorkerPoolRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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.

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateWorkerPoolRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateWorkerPoolRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateWorkerPoolRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateWorkerPoolRequest.Builder
Overrides

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