public interface ExportClusterResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |