public interface ExportClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
Required. Option to export data to cloud storage.
.google.cloud.alloydb.v1.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];
GcsDestination getGcsDestination()
Required. Option to export data to cloud storage.
.google.cloud.alloydb.v1.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Required. Option to export data to cloud storage.
.google.cloud.alloydb.v1.GcsDestination gcs_destination = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasCsvExportOptions()
Options for exporting data in CSV format. Required field to be set for CSV file type.
.google.cloud.alloydb.v1.ExportClusterRequest.CsvExportOptions csv_export_options = 4;
ExportClusterRequest.CsvExportOptions getCsvExportOptions()
Options for exporting data in CSV format. Required field to be set for CSV file type.
.google.cloud.alloydb.v1.ExportClusterRequest.CsvExportOptions csv_export_options = 4;
ExportClusterRequest.CsvExportOptionsOrBuilder getCsvExportOptionsOrBuilder()
Options for exporting data in CSV format. Required field to be set for CSV file type.
.google.cloud.alloydb.v1.ExportClusterRequest.CsvExportOptions csv_export_options = 4;
boolean hasSqlExportOptions()
Options for exporting data in SQL format. Required field to be set for SQL file type.
.google.cloud.alloydb.v1.ExportClusterRequest.SqlExportOptions sql_export_options = 5;
ExportClusterRequest.SqlExportOptions getSqlExportOptions()
Options for exporting data in SQL format. Required field to be set for SQL file type.
.google.cloud.alloydb.v1.ExportClusterRequest.SqlExportOptions sql_export_options = 5;
ExportClusterRequest.SqlExportOptionsOrBuilder getSqlExportOptionsOrBuilder()
Options for exporting data in SQL format. Required field to be set for SQL file type.
.google.cloud.alloydb.v1.ExportClusterRequest.SqlExportOptions sql_export_options = 5;
String getName()
Required. The resource name of the cluster.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the cluster.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getDatabase()
Required. Name of the database where the export command will be executed. Note - Value provided should be the same as expected from `SELECT current_database();` and NOT as a resource reference.
string database = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDatabaseBytes()
Required. Name of the database where the export command will be executed. Note - Value provided should be the same as expected from `SELECT current_database();` and NOT as a resource reference.
string database = 3 [(.google.api.field_behavior) = REQUIRED];ExportClusterRequest.DestinationCase getDestinationCase()
ExportClusterRequest.ExportOptionsCase getExportOptionsCase()
Copyright © 2025 Google LLC. All rights reserved.