Dataproc Metastore V1beta API - Class Google::Cloud::Metastore::V1beta::MoveTableToDatabaseRequest (v0.5.0)

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
Returns
  • (::String) — Required. The name of the database where the table resides.

#db_name=

def db_name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the database where the table resides.
Returns
  • (::String) — Required. The name of the database where the table resides.

#destination_db_name

def destination_db_name() -> ::String
Returns
  • (::String) — Required. The name of the database where the table should be moved.

#destination_db_name=

def destination_db_name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the database where the table should be moved.
Returns
  • (::String) — Required. The name of the database where the table should be moved.

#service

def service() -> ::String
Returns
  • (::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
Parameter
  • 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}.

Returns
  • (::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
Returns
  • (::String) — Required. The name of the table to be moved.

#table_name=

def table_name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the table to be moved.
Returns
  • (::String) — Required. The name of the table to be moved.