Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::FeatureState.
FeatureState describes the high-level state of a Feature. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::Google::Cloud::GkeHub::V1::FeatureState::Code
Returns
- (::Google::Cloud::GkeHub::V1::FeatureState::Code) — The high-level, machine-readable status of this Feature.
#code=
def code=(value) -> ::Google::Cloud::GkeHub::V1::FeatureState::Code
Parameter
- value (::Google::Cloud::GkeHub::V1::FeatureState::Code) — The high-level, machine-readable status of this Feature.
Returns
- (::Google::Cloud::GkeHub::V1::FeatureState::Code) — The high-level, machine-readable status of this Feature.
#description
def description() -> ::String
Returns
- (::String) — A human-readable description of the current status.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A human-readable description of the current status.
Returns
- (::String) — A human-readable description of the current status.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time this status and any related Feature-specific details were updated.
#update_time=
def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time this status and any related Feature-specific details were updated.
Returns
- (::Google::Protobuf::Timestamp) — The time this status and any related Feature-specific details were updated.