Dataproc Metastore V1 API - Class Google::Cloud::Metastore::V1::AlterMetadataResourceLocationRequest (v0.13.0)

Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::AlterMetadataResourceLocationRequest.

Request message for DataprocMetastore.AlterMetadataResourceLocation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#location_uri

def location_uri() -> ::String
Returns
  • (::String) — Required. The new location URI for the metadata resource.

#location_uri=

def location_uri=(value) -> ::String
Parameter
  • value (::String) — Required. The new location URI for the metadata resource.
Returns
  • (::String) — Required. The new location URI for the metadata resource.

#resource_name

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

#resource_name=

def resource_name=(value) -> ::String
Parameter
  • value (::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}

Returns
  • (::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}

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