Class: Google::Cloud::GkeHub::V1::CommonFeatureState
- Inherits:
-
Object
- Object
- Google::Cloud::GkeHub::V1::CommonFeatureState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkehub/v1/feature.rb
Overview
CommonFeatureState contains Hub-wide Feature status information.
Instance Attribute Summary collapse
-
#state ⇒ ::Google::Cloud::GkeHub::V1::FeatureState
readonly
Output only.
Instance Attribute Details
#state ⇒ ::Google::Cloud::GkeHub::V1::FeatureState (readonly)
Returns Output only. The "running state" of the Feature in this Hub.
200 201 202 203 |
# File 'proto_docs/google/cloud/gkehub/v1/feature.rb', line 200 class CommonFeatureState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |