Class ConfigureExascaleCloudExadataInfrastructureRequest.Builder (0.43.0)

public static final class ConfigureExascaleCloudExadataInfrastructureRequest.Builder extends GeneratedMessage.Builder<ConfigureExascaleCloudExadataInfrastructureRequest.Builder> implements ConfigureExascaleCloudExadataInfrastructureRequestOrBuilder

The request for CloudExadataInfrastructure.ConfigureExascale.

Protobuf type google.cloud.oracledatabase.v1.ConfigureExascaleCloudExadataInfrastructureRequest

Static Methods

getDescriptor()

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

Methods

build()

public ConfigureExascaleCloudExadataInfrastructureRequest build()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest

buildPartial()

public ConfigureExascaleCloudExadataInfrastructureRequest buildPartial()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest

clear()

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

clearName()

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder clearName()

Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.

clearRequestId()

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder clearRequestId()

Optional. An optional ID to identify the request.

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

Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.

clearTotalStorageSizeGb()

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder clearTotalStorageSizeGb()

Required. The total storage to be allocated to Exascale in GBs.

int32 total_storage_size_gb = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ConfigureExascaleCloudExadataInfrastructureRequest getDefaultInstanceForType()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getRequestId()

public String getRequestId()

Optional. An optional ID to identify the request.

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.

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

Returns
Type Description
ByteString

The bytes for requestId.

getTotalStorageSizeGb()

public int getTotalStorageSizeGb()

Required. The total storage to be allocated to Exascale in GBs.

int32 total_storage_size_gb = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The totalStorageSizeGb.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ConfigureExascaleCloudExadataInfrastructureRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder setName(String value)

Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder setNameBytes(ByteString value)

Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.

setRequestId(String value)

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder setRequestId(String value)

Optional. An optional ID to identify the request.

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
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder setRequestIdBytes(ByteString value)

Optional. An optional ID to identify the request.

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
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.

setTotalStorageSizeGb(int value)

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder setTotalStorageSizeGb(int value)

Required. The total storage to be allocated to Exascale in GBs.

int32 total_storage_size_gb = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The totalStorageSizeGb to set.

Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

This builder for chaining.