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
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: |
↳ resource_name |
string
Required. The relative metadata resource name in the following format. |
↳ 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 | |
---|---|
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 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocationUri
Required. The new location URI for the metadata resource.
Returns | |
---|---|
Type | Description |
string |
setLocationUri
Required. The new location URI for the metadata resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |