Class: Google::Cloud::EdgeContainer::V1::ChannelConfig
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::ChannelConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/resources.rb
Overview
Configuration for a release channel.
Instance Attribute Summary collapse
-
#default_version ⇒ ::String
readonly
Output only.
Instance Attribute Details
#default_version ⇒ ::String (readonly)
Returns Output only. Default version for this release channel, e.g.: "1.4.0".
851 852 853 854 |
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 851 class ChannelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |