Google Cloud Network Connectivity V1 Client - Class ServiceConfig (2.4.0)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class ServiceConfig.

Specifies eligibility information for the service.

Generated from protobuf message google.cloud.networkconnectivity.v1.ServiceConfig

Namespace

Google \ Cloud \ NetworkConnectivity \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ eligibility_criteria int

Output only. The eligibility criteria for the service.

↳ support_end_time Google\Protobuf\Timestamp

Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.

getEligibilityCriteria

Output only. The eligibility criteria for the service.

Returns
Type Description
int Enum of type EligibilityCriteria.

setEligibilityCriteria

Output only. The eligibility criteria for the service.

Parameter
Name Description
var int

Enum of type EligibilityCriteria.

Returns
Type Description
$this

getSupportEndTime

Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasSupportEndTime

clearSupportEndTime

setSupportEndTime

Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this