Reference documentation and code samples for the Google Cloud BeyondCorp Client Connector Services V1 Client class Config.
The basic ingress config for ClientGateways.
Generated from protobuf message google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config
Namespace
Google \ Cloud \ BeyondCorp \ ClientConnectorServices \ V1 \ ClientConnectorService \ IngressMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ transport_protocol |
int
Required. Immutable. The transport protocol used between the client and the server. |
↳ destination_routes |
array<Config\DestinationRoute>
Required. The settings used to configure basic ClientGateways. |
getTransportProtocol
Required. Immutable. The transport protocol used between the client and the server.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type TransportProtocol. |
setTransportProtocol
Required. Immutable. The transport protocol used between the client and the server.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type TransportProtocol. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestinationRoutes
Required. The settings used to configure basic ClientGateways.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDestinationRoutes
Required. The settings used to configure basic ClientGateways.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Config\DestinationRoute>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|