Class: Google::Cloud::ApiGateway::V1::CreateGatewayRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#gateway::Google::Cloud::ApiGateway::V1::Gateway

Returns Required. Gateway resource.

Returns:



353
354
355
356
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 353

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

#gateway_id::String

Returns Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.

Returns:

  • (::String)

    Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.



353
354
355
356
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 353

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

#parent::String

Returns Required. Parent resource of the Gateway, of the form: projects/*/locations/*.

Returns:

  • (::String)

    Required. Parent resource of the Gateway, of the form: projects/*/locations/*



353
354
355
356
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 353

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