Class: Google::Cloud::Container::V1beta1::CheckAutopilotCompatibilityResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::CheckAutopilotCompatibilityResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
CheckAutopilotCompatibilityResponse has a list of compatibility issues.
Instance Attribute Summary collapse
-
#issues ⇒ ::Array<::Google::Cloud::Container::V1beta1::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::V1beta1::AutopilotCompatibilityIssue>
Returns The list of issues for the given operation.
5848 5849 5850 5851 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5848 class CheckAutopilotCompatibilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#summary ⇒ ::String
Returns The summary of the autopilot compatibility response.
5848 5849 5850 5851 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5848 class CheckAutopilotCompatibilityResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |