Class: Google::Cloud::NetworkServices::V1::CreateGatewayRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/gateway.rb

Overview

Request used by the CreateGateway method.

Instance Attribute Summary collapse

Instance Attribute Details

#gateway::Google::Cloud::NetworkServices::V1::Gateway

Returns Required. Gateway resource to be created.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 154

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

#gateway_id::String

Returns Required. Short name of the Gateway resource to be created.

Returns:

  • (::String)

    Required. Short name of the Gateway resource to be created.



154
155
156
157
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 154

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

#parent::String

Returns Required. The parent resource of the Gateway. Must be in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The parent resource of the Gateway. Must be in the format projects/*/locations/*.



154
155
156
157
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 154

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