Google Cloud Container V1 Client - Class AutopilotCompatibilityIssue (1.18.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
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasLastObservation

clearLastObservation

setLastObservation

The last time when this issue was observed.

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

getConstraintType

The constraint type of the issue.

Returns
TypeDescription
string

setConstraintType

The constraint type of the issue.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIncompatibilityType

The incompatibility type of this issue.

Returns
TypeDescription
int

setIncompatibilityType

The incompatibility type of this issue.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getSubjects

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSubjects

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDocumentationUrl

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

Returns
TypeDescription
string

setDocumentationUrl

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

The description of the issue.

Returns
TypeDescription
string

setDescription

The description of the issue.

Parameter
NameDescription
var string
Returns
TypeDescription
$this