Class: Google::Cloud::Metastore::V1::GetServiceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::GetServiceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore.rb
Overview
Request message for DataprocMetastore.GetService.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The relative resource name of the metastore service to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}
.
745 746 747 748 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 745 class GetServiceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |