Class GetCloudExadataInfrastructureRequest.Builder (0.2.0)

public static final class GetCloudExadataInfrastructureRequest.Builder extends GeneratedMessageV3.Builder<GetCloudExadataInfrastructureRequest.Builder> implements GetCloudExadataInfrastructureRequestOrBuilder

The request for CloudExadataInfrastructure.Get.

Protobuf type google.cloud.oracledatabase.v1.GetCloudExadataInfrastructureRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public GetCloudExadataInfrastructureRequest build()
Returns
Type Description
GetCloudExadataInfrastructureRequest

buildPartial()

public GetCloudExadataInfrastructureRequest buildPartial()
Returns
Type Description
GetCloudExadataInfrastructureRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public GetCloudExadataInfrastructureRequest.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
GetCloudExadataInfrastructureRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public GetCloudExadataInfrastructureRequest getDefaultInstanceForType()
Returns
Type Description
GetCloudExadataInfrastructureRequest

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetCloudExadataInfrastructureRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetCloudExadataInfrastructureRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetCloudExadataInfrastructureRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public GetCloudExadataInfrastructureRequest.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
GetCloudExadataInfrastructureRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetCloudExadataInfrastructureRequest.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
GetCloudExadataInfrastructureRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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