Class: Google::Cloud::Container::V1beta1::FetchNodePoolUpgradeInfoRequest

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

Overview

FetchNodePoolUpgradeInfoRequest fetches the upgrade information of a node pool.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/* or projects/*/zones/*/clusters/*/nodePools/*.

Returns:

  • (::String)

    Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the format projects/*/locations/*/clusters/*/nodePools/* or projects/*/zones/*/clusters/*/nodePools/*.



8979
8980
8981
8982
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8979

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

#version::String

Returns API request version that initiates this operation.

Returns:

  • (::String)

    API request version that initiates this operation.



8979
8980
8981
8982
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 8979

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