Class: Google::Cloud::ApigeeRegistry::V1::GetApiRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeRegistry::V1::GetApiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb
Overview
Request message for GetApi.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the API to retrieve.
Format: projects/*/locations/*/apis/*
.
69 70 71 72 |
# File 'proto_docs/google/cloud/apigeeregistry/v1/registry_service.rb', line 69 class GetApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |