Class UpdateExadbVmClusterRequest.Builder (0.32.0)

public static final class UpdateExadbVmClusterRequest.Builder extends GeneratedMessage.Builder<UpdateExadbVmClusterRequest.Builder> implements UpdateExadbVmClusterRequestOrBuilder

The request for ExadbVmCluster.Update. We only support adding the Virtual Machine to the ExadbVmCluster. Rest of the fields in ExadbVmCluster are immutable.

Protobuf type google.cloud.oracledatabase.v1.UpdateExadbVmClusterRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public UpdateExadbVmClusterRequest build()
Returns
Type Description
UpdateExadbVmClusterRequest

buildPartial()

public UpdateExadbVmClusterRequest buildPartial()
Returns
Type Description
UpdateExadbVmClusterRequest

clear()

public UpdateExadbVmClusterRequest.Builder clear()
Returns
Type Description
UpdateExadbVmClusterRequest.Builder
Overrides

clearExadbVmCluster()

public UpdateExadbVmClusterRequest.Builder clearExadbVmCluster()

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateExadbVmClusterRequest.Builder

clearRequestId()

public UpdateExadbVmClusterRequest.Builder clearRequestId()

Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
UpdateExadbVmClusterRequest.Builder

This builder for chaining.

clearUpdateMask()

public UpdateExadbVmClusterRequest.Builder clearUpdateMask()

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Returns
Type Description
UpdateExadbVmClusterRequest.Builder

getDefaultInstanceForType()

public UpdateExadbVmClusterRequest getDefaultInstanceForType()
Returns
Type Description
UpdateExadbVmClusterRequest

getDescriptorForType()

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

getExadbVmCluster()

public ExadbVmCluster getExadbVmCluster()

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExadbVmCluster

The exadbVmCluster.

getExadbVmClusterBuilder()

public ExadbVmCluster.Builder getExadbVmClusterBuilder()

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExadbVmCluster.Builder

getExadbVmClusterOrBuilder()

public ExadbVmClusterOrBuilder getExadbVmClusterOrBuilder()

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExadbVmClusterOrBuilder

getRequestId()

public String getRequestId()

Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for requestId.

getUpdateMask()

public FieldMask getUpdateMask()

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Returns
Type Description
FieldMaskOrBuilder

hasExadbVmCluster()

public boolean hasExadbVmCluster()

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the exadbVmCluster field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeExadbVmCluster(ExadbVmCluster value)

public UpdateExadbVmClusterRequest.Builder mergeExadbVmCluster(ExadbVmCluster value)

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ExadbVmCluster
Returns
Type Description
UpdateExadbVmClusterRequest.Builder

mergeFrom(UpdateExadbVmClusterRequest other)

public UpdateExadbVmClusterRequest.Builder mergeFrom(UpdateExadbVmClusterRequest other)
Parameter
Name Description
other UpdateExadbVmClusterRequest
Returns
Type Description
UpdateExadbVmClusterRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateExadbVmClusterRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateExadbVmClusterRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeUpdateMask(FieldMask value)

public UpdateExadbVmClusterRequest.Builder mergeUpdateMask(FieldMask value)

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateExadbVmClusterRequest.Builder

setExadbVmCluster(ExadbVmCluster value)

public UpdateExadbVmClusterRequest.Builder setExadbVmCluster(ExadbVmCluster value)

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ExadbVmCluster
Returns
Type Description
UpdateExadbVmClusterRequest.Builder

setExadbVmCluster(ExadbVmCluster.Builder builderForValue)

public UpdateExadbVmClusterRequest.Builder setExadbVmCluster(ExadbVmCluster.Builder builderForValue)

Required. The resource being updated.

.google.cloud.oracledatabase.v1.ExadbVmCluster exadb_vm_cluster = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ExadbVmCluster.Builder
Returns
Type Description
UpdateExadbVmClusterRequest.Builder

setRequestId(String value)

public UpdateExadbVmClusterRequest.Builder setRequestId(String value)

Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value String

The requestId to set.

Returns
Type Description
UpdateExadbVmClusterRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public UpdateExadbVmClusterRequest.Builder setRequestIdBytes(ByteString value)

Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments.

The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Parameter
Name Description
value ByteString

The bytes for requestId to set.

Returns
Type Description
UpdateExadbVmClusterRequest.Builder

This builder for chaining.

setUpdateMask(FieldMask value)

public UpdateExadbVmClusterRequest.Builder setUpdateMask(FieldMask value)

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateExadbVmClusterRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateExadbVmClusterRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then all the fields in the VM Cluster are overwritten.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateExadbVmClusterRequest.Builder