Class: Google::Cloud::Recommender::V1::MarkRecommendationSucceededRequest

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 MarkRecommendationSucceeded Method.

Defined Under Namespace

Classes: StateMetadataEntry

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String



277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 277

class MarkRecommendationSucceededRequest
  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



277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 277

class MarkRecommendationSucceededRequest
  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}



277
278
279
280
281
282
283
284
285
286
287
288
289
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 277

class MarkRecommendationSucceededRequest
  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