Class ConfigureExascaleCloudExadataInfrastructureRequest (0.43.0)

public final class ConfigureExascaleCloudExadataInfrastructureRequest extends GeneratedMessage implements ConfigureExascaleCloudExadataInfrastructureRequestOrBuilder

The request for CloudExadataInfrastructure.ConfigureExascale.

Protobuf type google.cloud.oracledatabase.v1.ConfigureExascaleCloudExadataInfrastructureRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ConfigureExascaleCloudExadataInfrastructureRequest

Static Fields

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

REQUEST_ID_FIELD_NUMBER

public static final int REQUEST_ID_FIELD_NUMBER
Field Value
Type Description
int

TOTAL_STORAGE_SIZE_GB_FIELD_NUMBER

public static final int TOTAL_STORAGE_SIZE_GB_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ConfigureExascaleCloudExadataInfrastructureRequest getDefaultInstance()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest

getDescriptor()

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

newBuilder()

public static ConfigureExascaleCloudExadataInfrastructureRequest.Builder newBuilder()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

newBuilder(ConfigureExascaleCloudExadataInfrastructureRequest prototype)

public static ConfigureExascaleCloudExadataInfrastructureRequest.Builder newBuilder(ConfigureExascaleCloudExadataInfrastructureRequest prototype)
Parameter
Name Description
prototype ConfigureExascaleCloudExadataInfrastructureRequest
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

parseDelimitedFrom(InputStream input)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ConfigureExascaleCloudExadataInfrastructureRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ConfigureExascaleCloudExadataInfrastructureRequest> parser()
Returns
Type Description
Parser<ConfigureExascaleCloudExadataInfrastructureRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ConfigureExascaleCloudExadataInfrastructureRequest getDefaultInstanceForType()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest

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.

getParserForType()

public Parser<ConfigureExascaleCloudExadataInfrastructureRequest> getParserForType()
Returns
Type Description
Parser<ConfigureExascaleCloudExadataInfrastructureRequest>
Overrides

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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder newBuilderForType()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected ConfigureExascaleCloudExadataInfrastructureRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder
Overrides

toBuilder()

public ConfigureExascaleCloudExadataInfrastructureRequest.Builder toBuilder()
Returns
Type Description
ConfigureExascaleCloudExadataInfrastructureRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException