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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIssues
The list of issues for the given operation.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Container\V1\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 |