Reference documentation and code samples for the Recommender V1 API class Google::Cloud::Recommender::V1::InsightStateInfo.
Information related to insight state.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#state
def state() -> ::Google::Cloud::Recommender::V1::InsightStateInfo::State
Returns
- (::Google::Cloud::Recommender::V1::InsightStateInfo::State) — Insight state.
#state=
def state=(value) -> ::Google::Cloud::Recommender::V1::InsightStateInfo::State
Parameter
- value (::Google::Cloud::Recommender::V1::InsightStateInfo::State) — Insight state.
Returns
- (::Google::Cloud::Recommender::V1::InsightStateInfo::State) — Insight state.
#state_metadata
def state_metadata() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — A map of metadata for the state, provided by user or automations systems.
#state_metadata=
def state_metadata=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — A map of metadata for the state, provided by user or automations systems.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — A map of metadata for the state, provided by user or automations systems.