public static interface MetadataImport.DatabaseDumpOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MetadataImport.DatabaseDump.DatabaseType |
getDatabaseType()
Deprecated.
google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.database_type is
deprecated. See google/cloud/metastore/v1beta/metastore.proto;l=712
|
int |
getDatabaseTypeValue()
Deprecated.
google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.database_type is
deprecated. See google/cloud/metastore/v1beta/metastore.proto;l=712
|
String |
getGcsUri()
A Cloud Storage object or folder URI that specifies the source from which
to import metadata.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
A Cloud Storage object or folder URI that specifies the source from which
to import metadata.
|
String |
getSourceDatabase()
Deprecated.
google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.source_database is
deprecated. See google/cloud/metastore/v1beta/metastore.proto;l=719
|
com.google.protobuf.ByteString |
getSourceDatabaseBytes()
Deprecated.
google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.source_database is
deprecated. See google/cloud/metastore/v1beta/metastore.proto;l=719
|
DatabaseDumpSpec.Type |
getType()
Optional.
|
int |
getTypeValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated int getDatabaseTypeValue()
The type of the database.
.google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.DatabaseType database_type = 1 [deprecated = true];
@Deprecated MetadataImport.DatabaseDump.DatabaseType getDatabaseType()
The type of the database.
.google.cloud.metastore.v1beta.MetadataImport.DatabaseDump.DatabaseType database_type = 1 [deprecated = true];
String getGcsUri()
A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with `gs://`.
string gcs_uri = 2;com.google.protobuf.ByteString getGcsUriBytes()
A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with `gs://`.
string gcs_uri = 2;@Deprecated String getSourceDatabase()
The name of the source database.
string source_database = 3 [deprecated = true];@Deprecated com.google.protobuf.ByteString getSourceDatabaseBytes()
The name of the source database.
string source_database = 3 [deprecated = true];int getTypeValue()
Optional. The type of the database dump. If unspecified, defaults to `MYSQL`.
.google.cloud.metastore.v1beta.DatabaseDumpSpec.Type type = 4 [(.google.api.field_behavior) = OPTIONAL];
DatabaseDumpSpec.Type getType()
Optional. The type of the database dump. If unspecified, defaults to `MYSQL`.
.google.cloud.metastore.v1beta.DatabaseDumpSpec.Type type = 4 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.