Class: Google::Cloud::Container::V1::CheckAutopilotCompatibilityResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::CheckAutopilotCompatibilityResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
CheckAutopilotCompatibilityResponse has a list of compatibility issues.
Instance Attribute Summary collapse
-
#issues ⇒ ::Array<::Google::Cloud::Container::V1::AutopilotCompatibilityIssue>
The list of issues for the given operation.
-
#summary ⇒ ::String
The summary of the autopilot compatibility response.
Instance Attribute Details
#issues ⇒ ::Array<::Google::Cloud::Container::V1::AutopilotCompatibilityIssue>
Returns The list of issues for the given operation.
4625 4626 4627 4628 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4625 class CheckAutopilotCompatibilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#summary ⇒ ::String
Returns The summary of the autopilot compatibility response.
4625 4626 4627 4628 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4625 class CheckAutopilotCompatibilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |