Class: Google::Cloud::EdgeContainer::V1::Version
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::Version
- 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
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#name ⇒ ::String (readonly)
Returns Output only. Name of the version, e.g.: "1.4.0".
860 861 862 863 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 860 class Version include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |