Class: Google::Cloud::Container::V1::CheckAutopilotCompatibilityRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

CheckAutopilotCompatibilityRequest requests getting the blockers for the given operation in the cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name (project, location, cluster) of the cluster to retrieve. Specified in the format projects/*/locations/*/clusters/*.

Returns:

  • (::String)

    The name (project, location, cluster) of the cluster to retrieve. Specified in the format projects/*/locations/*/clusters/*.



4545
4546
4547
4548
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4545

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