Reference documentation and code samples for the Recommender V1 API class Google::Cloud::Recommender::V1::MarkInsightAcceptedRequest.
Request for the MarkInsightAccepted
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — Required. Fingerprint of the Insight. Provides optimistic locking.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Required. Fingerprint of the Insight. Provides optimistic locking.
Returns
- (::String) — Required. Fingerprint of the Insight. Provides optimistic locking.
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the insight.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the insight.
Returns
- (::String) — Required. Name of the insight.
#state_metadata
def state_metadata() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
#state_metadata=
def state_metadata=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. State properties user wish to include with this state. Full replace of the current state_metadata.