Class: Google::Cloud::Metastore::V1::AlterMetadataResourceLocationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::AlterMetadataResourceLocationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Request message for DataprocMetastore.AlterMetadataResourceLocation.
Instance Attribute Summary collapse
-
#location_uri ⇒ ::String
Required.
-
#resource_name ⇒ ::String
Required.
-
#service ⇒ ::String
Required.
Instance Attribute Details
#location_uri ⇒ ::String
Returns Required. The new location URI for the metadata resource.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1370 class AlterMetadataResourceLocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_name ⇒ ::String
Returns 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}
.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1370 class AlterMetadataResourceLocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns 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}
.
1370 1371 1372 1373 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 1370 class AlterMetadataResourceLocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |