Reference documentation and code samples for the API Gateway V1 API class Google::Cloud::ApiGateway::V1::CreateGatewayRequest.
Request message for ApiGatewayService.CreateGateway
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gateway
def gateway() -> ::Google::Cloud::ApiGateway::V1::Gateway
Returns
- (::Google::Cloud::ApiGateway::V1::Gateway) — Required. Gateway resource.
#gateway=
def gateway=(value) -> ::Google::Cloud::ApiGateway::V1::Gateway
Parameter
- value (::Google::Cloud::ApiGateway::V1::Gateway) — Required. Gateway resource.
Returns
- (::Google::Cloud::ApiGateway::V1::Gateway) — Required. Gateway resource.
#gateway_id
def gateway_id() -> ::String
Returns
- (::String) — Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.
#gateway_id=
def gateway_id=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent resource of the Gateway, of the form:
projects/*/locations/*
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent resource of the Gateway, of the form:
projects/*/locations/*
Returns
-
(::String) — Required. Parent resource of the Gateway, of the form:
projects/*/locations/*