Class: Google::Cloud::Container::V1::CheckAutopilotCompatibilityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::CheckAutopilotCompatibilityRequest
- 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
-
#name ⇒ ::String
The name (project, location, cluster) of the cluster to retrieve.
Instance Attribute Details
#name ⇒ ::String
Returns The name (project, location, cluster) of the cluster to retrieve.
Specified in the format projects/*/locations/*/clusters/*
.
4569 4570 4571 4572 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4569 class CheckAutopilotCompatibilityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |