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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the Gateway. Must be in the format |
↳ gateway_id |
string
Required. Short name of the Gateway resource to be created. |
↳ gateway |
Gateway
Required. Gateway resource to be created. |
getParent
Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGatewayId
Required. Short name of the Gateway resource to be created.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGatewayId
Required. Short name of the Gateway resource to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGateway
Required. Gateway resource to be created.
| Returns | |
|---|---|
| Type | Description |
Gateway|null |
|
hasGateway
clearGateway
setGateway
Required. Gateway resource to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
Gateway
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource of the Gateway. Must be in the
format |
gateway |
Gateway
Required. Gateway resource to be created. |
gatewayId |
string
Required. Short name of the Gateway resource to be created. |
| Returns | |
|---|---|
| Type | Description |
CreateGatewayRequest |
|