Class: Google::Cloud::Container::V1beta1::CheckAutopilotCompatibilityResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#issues::Array<::Google::Cloud::Container::V1beta1::AutopilotCompatibilityIssue>

Returns The list of issues for the given operation.

Returns:



5595
5596
5597
5598
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5595

class CheckAutopilotCompatibilityResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#summary::String

Returns The summary of the autopilot compatibility response.

Returns:

  • (::String)

    The summary of the autopilot compatibility response.



5595
5596
5597
5598
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5595

class CheckAutopilotCompatibilityResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end