Class: Google::Cloud::ApiGateway::V1::GetApiRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. Resource name of the form: projects/*/locations/global/apis/*.

Returns:

  • (::String)

    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