Reference documentation and code samples for the Google Cloud Network Services V1 Client class CreateTcpRouteRequest.
Request used by the TcpRoute method.
Generated from protobuf message google.cloud.networkservices.v1.CreateTcpRouteRequest
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 TcpRoute. Must be in the format |
↳ tcp_route_id |
string
Required. Short name of the TcpRoute resource to be created. |
↳ tcp_route |
TcpRoute
Required. TcpRoute resource to be created. |
getParent
Required. The parent resource of the TcpRoute. Must be in the
format projects/*/locations/global.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the TcpRoute. Must be in the
format projects/*/locations/global.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTcpRouteId
Required. Short name of the TcpRoute resource to be created.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTcpRouteId
Required. Short name of the TcpRoute resource to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTcpRoute
Required. TcpRoute resource to be created.
| Returns | |
|---|---|
| Type | Description |
TcpRoute|null |
|
hasTcpRoute
clearTcpRoute
setTcpRoute
Required. TcpRoute resource to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
TcpRoute
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource of the TcpRoute. Must be in the
format |
tcpRoute |
TcpRoute
Required. TcpRoute resource to be created. |
tcpRouteId |
string
Required. Short name of the TcpRoute resource to be created. |
| Returns | |
|---|---|
| Type | Description |
CreateTcpRouteRequest |
|