Google Cloud Dataproc Metastore V1alpha Client - Class AlterMetadataResourceLocationRequest (0.11.0)

Reference documentation and code samples for the Google Cloud Dataproc Metastore V1alpha Client class AlterMetadataResourceLocationRequest.

Request message for DataprocMetastore.AlterMetadataResourceLocation.

Generated from protobuf message google.cloud.metastore.v1alpha.AlterMetadataResourceLocationRequest

Namespace

Google \ Cloud \ Metastore \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
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}.

↳ resource_name string

Required. The relative metadata resource name in the following format. databases/{database_id} or databases/{database_id}/tables/{table_id} or databases/{database_id}/tables/{table_id}/partitions/{partition_id}

↳ location_uri string

Required. The new location URI for the metadata resource.

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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getResourceName

Required. The relative metadata resource name in the following format.

databases/{database_id} or databases/{database_id}/tables/{table_id} or databases/{database_id}/tables/{table_id}/partitions/{partition_id}

Returns
TypeDescription
string

setResourceName

Required. The relative metadata resource name in the following format.

databases/{database_id} or databases/{database_id}/tables/{table_id} or databases/{database_id}/tables/{table_id}/partitions/{partition_id}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocationUri

Required. The new location URI for the metadata resource.

Returns
TypeDescription
string

setLocationUri

Required. The new location URI for the metadata resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this