Google Cloud BeyondCorp Client Connector Services V1 Client - Class Config (0.4.4)

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 \ Ingress

Methods

__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<Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Ingress\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

setTransportProtocol

Required. Immutable. The transport protocol used between the client and the server.

Parameter
Name Description
var int
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<Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Ingress\Config\DestinationRoute>
Returns
Type Description
$this