Class: Google::Cloud::Metastore::V1::GetFederationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::GetFederationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore_federation.rb
Overview
Request message for GetFederation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The relative resource name of the metastore federation to retrieve, in the following form:
projects/{project_number}/locations/{location_id}/federations/{federation_id}
.
200 201 202 203 |
# File 'proto_docs/google/cloud/metastore/v1/metastore_federation.rb', line 200 class GetFederationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |