Google Cloud BeyondCorp Client Connector Services V1 Client - Class ClientConnectorService (0.3.2)

Reference documentation and code samples for the Google Cloud BeyondCorp Client Connector Services V1 Client class ClientConnectorService.

Message describing ClientConnectorService object.

Generated from protobuf message google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService

Namespace

Google \ Cloud \ BeyondCorp \ ClientConnectorServices \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of resource. The name is ignored during creation.

↳ create_time Google\Protobuf\Timestamp

Output only. [Output only] Create time stamp.

↳ update_time Google\Protobuf\Timestamp

Output only. [Output only] Update time stamp.

↳ display_name string

Optional. User-provided name. The display name should follow certain format. * Must be 6 to 30 characters in length. * Can only contain lowercase letters, numbers, and hyphens. * Must start with a letter.

↳ ingress Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Ingress

Required. The details of the ingress settings.

↳ egress Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Egress

Required. The details of the egress settings.

↳ state int

Output only. The operational state of the ClientConnectorService.

getName

Required. Name of resource. The name is ignored during creation.

Returns
TypeDescription
string

setName

Required. Name of resource. The name is ignored during creation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. [Output only] Create time stamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. [Output only] Create time stamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. [Output only] Update time stamp.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. [Output only] Update time stamp.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getDisplayName

Optional. User-provided name.

The display name should follow certain format.

  • Must be 6 to 30 characters in length.
  • Can only contain lowercase letters, numbers, and hyphens.
  • Must start with a letter.
Returns
TypeDescription
string

setDisplayName

Optional. User-provided name.

The display name should follow certain format.

  • Must be 6 to 30 characters in length.
  • Can only contain lowercase letters, numbers, and hyphens.
  • Must start with a letter.
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIngress

Required. The details of the ingress settings.

Returns
TypeDescription
Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Ingress|null

hasIngress

clearIngress

setIngress

Required. The details of the ingress settings.

Parameter
NameDescription
var Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Ingress
Returns
TypeDescription
$this

getEgress

Required. The details of the egress settings.

Returns
TypeDescription
Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Egress|null

hasEgress

clearEgress

setEgress

Required. The details of the egress settings.

Parameter
NameDescription
var Google\Cloud\BeyondCorp\ClientConnectorServices\V1\ClientConnectorService\Egress
Returns
TypeDescription
$this

getState

Output only. The operational state of the ClientConnectorService.

Returns
TypeDescription
int

setState

Output only. The operational state of the ClientConnectorService.

Parameter
NameDescription
var int
Returns
TypeDescription
$this