Reference documentation and code samples for the Google Cloud Network Services V1 Client class CreateGatewayRequest.
Request used by the CreateGateway method.
Generated from protobuf message google.cloud.networkservices.v1.CreateGatewayRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
mixed
getParent
Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*
.
string
setParent
Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*
.
var
string
$this
getGatewayId
Required. Short name of the Gateway resource to be created.
string
setGatewayId
Required. Short name of the Gateway resource to be created.
var
string
$this
getGateway
Required. Gateway resource to be created.
Gateway
|null
hasGateway
clearGateway
setGateway
Required. Gateway resource to be created.
var
Gateway
$this
static::build
parent
string
Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*
. Please see NetworkServicesClient::locationName()
for help formatting this field.
gateway
Gateway
Required. Gateway resource to be created.
gatewayId
string
Required. Short name of the Gateway resource to be created.

