Reference documentation and code samples for the Dataproc Metastore V1beta API class Google::Cloud::Metastore::V1beta::MoveTableToDatabaseRequest.
Request message for DataprocMetastore.MoveTableToDatabase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#db_name
def db_name() -> ::String
- (::String) — Required. The name of the database where the table resides.
#db_name=
def db_name=(value) -> ::String
- value (::String) — Required. The name of the database where the table resides.
- (::String) — Required. The name of the database where the table resides.
#destination_db_name
def destination_db_name() -> ::String
- (::String) — Required. The name of the database where the table should be moved.
#destination_db_name=
def destination_db_name=(value) -> ::String
- value (::String) — Required. The name of the database where the table should be moved.
- (::String) — Required. The name of the database where the table should be moved.
#service
def service() -> ::String
-
(::String) — Required. The relative resource name of the metastore service to mutate
metadata, in the following format:
projects/{project_id}/locations/{location_id}/services/{service_id}
.
#service=
def service=(value) -> ::String
-
value (::String) — Required. The relative resource name of the metastore service to mutate
metadata, in the following format:
projects/{project_id}/locations/{location_id}/services/{service_id}
.
-
(::String) — Required. The relative resource name of the metastore service to mutate
metadata, in the following format:
projects/{project_id}/locations/{location_id}/services/{service_id}
.
#table_name
def table_name() -> ::String
- (::String) — Required. The name of the table to be moved.
#table_name=
def table_name=(value) -> ::String
- value (::String) — Required. The name of the table to be moved.
- (::String) — Required. The name of the table to be moved.