Class: Google::Cloud::GkeMultiCloud::V1::AttachedPlatformVersionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AttachedPlatformVersionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb
Overview
Information about a supported Attached Clusters platform version.
Instance Attribute Summary collapse
-
#version ⇒ ::String
Platform version name.
Instance Attribute Details
#version ⇒ ::String
Returns Platform version name.
249 250 251 252 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 249 class AttachedPlatformVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |