Class: Google::Cloud::Recommender::V1::MarkInsightAcceptedRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommender/v1/recommender_service.rb

Overview

Request for the MarkInsightAccepted method.

Defined Under Namespace

Classes: StateMetadataEntry

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Required. Fingerprint of the Insight. Provides optimistic locking.

Returns:

  • (::String)

    Required. Fingerprint of the Insight. Provides optimistic locking.



123
124
125
126
127
128
129
130
131
132
133
134
135
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 123

class MarkInsightAcceptedRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class StateMetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns Required. Name of the insight.

Returns:

  • (::String)

    Required. Name of the insight.



123
124
125
126
127
128
129
130
131
132
133
134
135
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 123

class MarkInsightAcceptedRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class StateMetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#state_metadata::Google::Protobuf::Map{::String => ::String}

Returns 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.



123
124
125
126
127
128
129
130
131
132
133
134
135
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 123

class MarkInsightAcceptedRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class StateMetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end