Class ExportClusterResponse.Builder (0.72.0)

public static final class ExportClusterResponse.Builder extends GeneratedMessage.Builder<ExportClusterResponse.Builder> implements ExportClusterResponseOrBuilder

Response of export cluster rpc.

Protobuf type google.cloud.alloydb.v1beta.ExportClusterResponse

Static Methods

getDescriptor()

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

Methods

build()

public ExportClusterResponse build()
Returns
Type Description
ExportClusterResponse

buildPartial()

public ExportClusterResponse buildPartial()
Returns
Type Description
ExportClusterResponse

clear()

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

clearDestination()

public ExportClusterResponse.Builder clearDestination()
Returns
Type Description
ExportClusterResponse.Builder

clearGcsDestination()

public ExportClusterResponse.Builder clearGcsDestination()

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExportClusterResponse.Builder

getDefaultInstanceForType()

public ExportClusterResponse getDefaultInstanceForType()
Returns
Type Description
ExportClusterResponse

getDescriptorForType()

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

getDestinationCase()

public ExportClusterResponse.DestinationCase getDestinationCase()
Returns
Type Description
ExportClusterResponse.DestinationCase

getGcsDestination()

public GcsDestination getGcsDestination()

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcsDestination

The gcsDestination.

getGcsDestinationBuilder()

public GcsDestination.Builder getGcsDestinationBuilder()

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcsDestination.Builder

getGcsDestinationOrBuilder()

public GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GcsDestinationOrBuilder

hasGcsDestination()

public boolean hasGcsDestination()

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the gcsDestination field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportClusterResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeGcsDestination(GcsDestination value)

public ExportClusterResponse.Builder mergeGcsDestination(GcsDestination value)

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GcsDestination
Returns
Type Description
ExportClusterResponse.Builder

setGcsDestination(GcsDestination value)

public ExportClusterResponse.Builder setGcsDestination(GcsDestination value)

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value GcsDestination
Returns
Type Description
ExportClusterResponse.Builder

setGcsDestination(GcsDestination.Builder builderForValue)

public ExportClusterResponse.Builder setGcsDestination(GcsDestination.Builder builderForValue)

Required. Option to export data to cloud storage.

.google.cloud.alloydb.v1beta.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue GcsDestination.Builder
Returns
Type Description
ExportClusterResponse.Builder