Generated from protobuf message google.cloud.metastore.v1beta.MoveTableToDatabaseRequest
Namespace
Google \ Cloud \ Metastore \ V1beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ service
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
string
Required. The name of the table to be moved.
↳ db_name
string
Required. The name of the database where the table resides.
↳ destination_db_name
string
Required. The name of the database where the table should be moved.
getService
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
Type
Description
string
setService
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}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getTableName
Required. The name of the table to be moved.
Returns
Type
Description
string
setTableName
Required. The name of the table to be moved.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDbName
Required. The name of the database where the table resides.
Returns
Type
Description
string
setDbName
Required. The name of the database where the table resides.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDestinationDbName
Required. The name of the database where the table should be moved.
Returns
Type
Description
string
setDestinationDbName
Required. The name of the database where the table should be moved.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dataproc Metastore V1beta Client - Class MoveTableToDatabaseRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-dataproc-metastore/latest/V1beta.MoveTableToDatabaseRequest)\n- [1.1.0](/php/docs/reference/cloud-dataproc-metastore/1.1.0/V1beta.MoveTableToDatabaseRequest)\n- [1.0.4](/php/docs/reference/cloud-dataproc-metastore/1.0.4/V1beta.MoveTableToDatabaseRequest)\n- [0.11.5](/php/docs/reference/cloud-dataproc-metastore/0.11.5/V1beta.MoveTableToDatabaseRequest)\n- [0.10.2](/php/docs/reference/cloud-dataproc-metastore/0.10.2/V1beta.MoveTableToDatabaseRequest)\n- [0.9.0](/php/docs/reference/cloud-dataproc-metastore/0.9.0/V1beta.MoveTableToDatabaseRequest)\n- [0.8.1](/php/docs/reference/cloud-dataproc-metastore/0.8.1/V1beta.MoveTableToDatabaseRequest)\n- [0.7.0](/php/docs/reference/cloud-dataproc-metastore/0.7.0/V1beta.MoveTableToDatabaseRequest)\n- [0.6.1](/php/docs/reference/cloud-dataproc-metastore/0.6.1/V1beta.MoveTableToDatabaseRequest)\n- [0.5.1](/php/docs/reference/cloud-dataproc-metastore/0.5.1/V1beta.MoveTableToDatabaseRequest)\n- [0.4.1](/php/docs/reference/cloud-dataproc-metastore/0.4.1/V1beta.MoveTableToDatabaseRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataproc Metastore V1beta Client class MoveTableToDatabaseRequest.\n\nRequest message for\n[DataprocMetastore.MoveTableToDatabase](/php/docs/reference/cloud-dataproc-metastore/latest/V1beta.Client.DataprocMetastoreClient#_Google_Cloud_Metastore_V1beta_Client_DataprocMetastoreClient__moveTableToDatabase__).\n\nGenerated from protobuf message `google.cloud.metastore.v1beta.MoveTableToDatabaseRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Metastore \\\\ V1beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getService\n\nRequired. The relative resource name of the metastore service to mutate\nmetadata, in the following format:\n`projects/{project_id}/locations/{location_id}/services/{service_id}`.\n\n### setService\n\nRequired. The relative resource name of the metastore service to mutate\nmetadata, in the following format:\n`projects/{project_id}/locations/{location_id}/services/{service_id}`.\n\n### getTableName\n\nRequired. The name of the table to be moved.\n\n### setTableName\n\nRequired. The name of the table to be moved.\n\n### getDbName\n\nRequired. The name of the database where the table resides.\n\n### setDbName\n\nRequired. The name of the database where the table resides.\n\n### getDestinationDbName\n\nRequired. The name of the database where the table should be moved.\n\n### setDestinationDbName\n\nRequired. The name of the database where the table should be moved."]]