Interface ExportClusterResponseOrBuilder (0.56.0)

public interface ExportClusterResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

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

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Required. Option to export data to cloud storage.

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

Returns
Type Description
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Required. Option to export data to cloud storage.

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

Returns
Type Description
GcsDestinationOrBuilder

hasGcsDestination()

public abstract boolean hasGcsDestination()

Required. Option to export data to cloud storage.

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

Returns
Type Description
boolean

Whether the gcsDestination field is set.