Class: Google::Cloud::ApiGateway::V1::GetGatewayRequest

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.GetGateway

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    Required. Resource name of the form: projects/*/locations/*/gateways/*



336
337
338
339
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 336

class GetGatewayRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end