Class: Google::Cloud::ApiHub::V1::GetDefinitionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::GetDefinitionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The GetDefinition method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the definition to retrieve.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/definitions/{definition}
.
634 635 636 637 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 634 class GetDefinitionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |