Google Cloud Container V1 Client - Class CheckAutopilotCompatibilityResponse (1.23.0)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ issues array<Google\Cloud\Container\V1\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIssues

The list of issues for the given operation.

Parameter
NameDescription
var array<Google\Cloud\Container\V1\AutopilotCompatibilityIssue>
Returns
TypeDescription
$this

getSummary

The summary of the autopilot compatibility response.

Returns
TypeDescription
string

setSummary

The summary of the autopilot compatibility response.

Parameter
NameDescription
var string
Returns
TypeDescription
$this