Google Cloud Container V1 Client - Class CheckAutopilotCompatibilityResponse (2.8.1)

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

CheckAutopilotCompatibilityResponse has a list of compatibility issues.

Generated from protobuf message google.container.v1.CheckAutopilotCompatibilityResponse

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ issues array<AutopilotCompatibilityIssue>

The list of issues for the given operation.

↳ summary string

The summary of the autopilot compatibility response.

getIssues

The list of issues for the given operation.

Returns
Type Description
Google\Protobuf\RepeatedField<AutopilotCompatibilityIssue>

setIssues

The list of issues for the given operation.

Parameter
Name Description
var array<AutopilotCompatibilityIssue>
Returns
Type Description
$this

getSummary

The summary of the autopilot compatibility response.

Returns
Type Description
string

setSummary

The summary of the autopilot compatibility response.

Parameter
Name Description
var string
Returns
Type Description
$this