Class: Google::Cloud::ApiGateway::V1::GetApiRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::GetApiRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.GetApi
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the form:
projects/*/locations/global/apis/*
.
426 427 428 429 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 426 class GetApiRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |