public interface ImportClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportClusterRequest.CsvImportOptions |
getCsvImportOptions()
Options for importing data in CSV format.
|
ImportClusterRequest.CsvImportOptionsOrBuilder |
getCsvImportOptionsOrBuilder()
Options for importing data in CSV format.
|
String |
getDatabase()
Optional.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
Optional.
|
String |
getGcsUri()
Required.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
Required.
|
ImportClusterRequest.ImportOptionsCase |
getImportOptionsCase() |
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
ImportClusterRequest.SqlImportOptions |
getSqlImportOptions()
Options for importing data in SQL format.
|
ImportClusterRequest.SqlImportOptionsOrBuilder |
getSqlImportOptionsOrBuilder()
Options for importing data in SQL format.
|
String |
getUser()
Optional.
|
com.google.protobuf.ByteString |
getUserBytes()
Optional.
|
boolean |
hasCsvImportOptions()
Options for importing data in CSV format.
|
boolean |
hasSqlImportOptions()
Options for importing data in SQL format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSqlImportOptions()
Options for importing data in SQL format.
.google.cloud.alloydb.v1.ImportClusterRequest.SqlImportOptions sql_import_options = 4;
ImportClusterRequest.SqlImportOptions getSqlImportOptions()
Options for importing data in SQL format.
.google.cloud.alloydb.v1.ImportClusterRequest.SqlImportOptions sql_import_options = 4;
ImportClusterRequest.SqlImportOptionsOrBuilder getSqlImportOptionsOrBuilder()
Options for importing data in SQL format.
.google.cloud.alloydb.v1.ImportClusterRequest.SqlImportOptions sql_import_options = 4;
boolean hasCsvImportOptions()
Options for importing data in CSV format.
.google.cloud.alloydb.v1.ImportClusterRequest.CsvImportOptions csv_import_options = 7;
ImportClusterRequest.CsvImportOptions getCsvImportOptions()
Options for importing data in CSV format.
.google.cloud.alloydb.v1.ImportClusterRequest.CsvImportOptions csv_import_options = 7;
ImportClusterRequest.CsvImportOptionsOrBuilder getCsvImportOptionsOrBuilder()
Options for importing data in CSV format.
.google.cloud.alloydb.v1.ImportClusterRequest.CsvImportOptions csv_import_options = 7;
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 getGcsUri()
Required. The path to the file in Google Cloud Storage where the source file for import will be stored. The URI is in the form `gs://bucketName/fileName`.
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getGcsUriBytes()
Required. The path to the file in Google Cloud Storage where the source file for import will be stored. The URI is in the form `gs://bucketName/fileName`.
string gcs_uri = 2 [(.google.api.field_behavior) = REQUIRED];String getDatabase()
Optional. Name of the database to which the import will be done. For import from SQL file, this is required only if the file does not specify a database. 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) = OPTIONAL];com.google.protobuf.ByteString getDatabaseBytes()
Optional. Name of the database to which the import will be done. For import from SQL file, this is required only if the file does not specify a database. 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) = OPTIONAL];String getUser()
Optional. Database user to be used for importing the data. Note - Value provided should be the same as expected from `SELECT current_user;` and NOT as a resource reference.
string user = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getUserBytes()
Optional. Database user to be used for importing the data. Note - Value provided should be the same as expected from `SELECT current_user;` and NOT as a resource reference.
string user = 5 [(.google.api.field_behavior) = OPTIONAL];ImportClusterRequest.ImportOptionsCase getImportOptionsCase()
Copyright © 2025 Google LLC. All rights reserved.