Class: Google::Cloud::EdgeContainer::V1::Version

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

Overview

Version of a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String (readonly)

Returns Output only. Name of the version, e.g.: "1.4.0".

Returns:

  • (::String)

    Output only. Name of the version, e.g.: "1.4.0".


955
956
957
958
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 955

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