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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setTransportProtocol

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDestinationRoutes

Required. The settings used to configure basic ClientGateways.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDestinationRoutes

Required. The settings used to configure basic ClientGateways.

Parameter
NameDescription
var array<Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Ingress\Config\DestinationRoute>
Returns
TypeDescription
$this