Google Cloud Container V1 Client - Class AutopilotCompatibilityIssue (1.31.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class AutopilotCompatibilityIssue.

AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.

Generated from protobuf message google.container.v1.AutopilotCompatibilityIssue

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ last_observation Google\Protobuf\Timestamp

The last time when this issue was observed.

↳ constraint_type string

The constraint type of the issue.

↳ incompatibility_type int

The incompatibility type of this issue.

↳ subjects array

The name of the resources which are subject to this issue.

↳ documentation_url string

A URL to a public documnetation, which addresses resolving this issue.

↳ description string

The description of the issue.

getLastObservation

The last time when this issue was observed.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasLastObservation

clearLastObservation

setLastObservation

The last time when this issue was observed.

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

getConstraintType

The constraint type of the issue.

Returns
Type Description
string

setConstraintType

The constraint type of the issue.

Parameter
Name Description
var string
Returns
Type Description
$this

getIncompatibilityType

The incompatibility type of this issue.

Returns
Type Description
int

setIncompatibilityType

The incompatibility type of this issue.

Parameter
Name Description
var int
Returns
Type Description
$this

getSubjects

The name of the resources which are subject to this issue.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSubjects

The name of the resources which are subject to this issue.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getDocumentationUrl

A URL to a public documnetation, which addresses resolving this issue.

Returns
Type Description
string

setDocumentationUrl

A URL to a public documnetation, which addresses resolving this issue.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

The description of the issue.

Returns
Type Description
string

setDescription

The description of the issue.

Parameter
Name Description
var string
Returns
Type Description
$this