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
- (::String) — Required. The new location URI for the metadata resource.
#location_uri=
def location_uri=(value) -> ::String
- value (::String) — Required. The new location URI for the metadata resource.
- (::String) — Required. The new location URI for the metadata resource.
#resource_name
def resource_name() -> ::String
-
(::String) — Required. The relative metadata resource name in the following format.
databases/{database_id}
ordatabases/{database_id}/tables/{table_id}
ordatabases/{database_id}/tables/{table_id}/partitions/{partition_id}
#resource_name=
def resource_name=(value) -> ::String
-
value (::String) — Required. The relative metadata resource name in the following format.
databases/{database_id}
ordatabases/{database_id}/tables/{table_id}
ordatabases/{database_id}/tables/{table_id}/partitions/{partition_id}
-
(::String) — Required. The relative metadata resource name in the following format.
databases/{database_id}
ordatabases/{database_id}/tables/{table_id}
ordatabases/{database_id}/tables/{table_id}/partitions/{partition_id}
#service
def service() -> ::String
-
(::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
-
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}
.
-
(::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}
.