Class: Google::Cloud::Metastore::V1::MoveTableToDatabaseRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/metastore/v1/metastore.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#db_name::String

Returns Required. The name of the database where the table resides.

Returns:

  • (::String)

    Required. The name of the database where the table resides.



1338
1339
1340
1341
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1338

class MoveTableToDatabaseRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#destination_db_name::String

Returns 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.



1338
1339
1340
1341
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1338

class MoveTableToDatabaseRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service::String

Returns 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}.



1338
1339
1340
1341
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1338

class MoveTableToDatabaseRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_name::String

Returns Required. The name of the table to be moved.

Returns:

  • (::String)

    Required. The name of the table to be moved.



1338
1339
1340
1341
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1338

class MoveTableToDatabaseRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end