Class: Google::Cloud::Recommender::V1::MarkRecommendationFailedRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::MarkRecommendationFailedRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommender_service.rb
Overview
Request for the MarkRecommendationFailed Method.
Defined Under Namespace
Classes: StateMetadataEntry
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Required.
-
#name ⇒ ::String
Required.
-
#state_metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
State properties to include with this state.
Instance Attribute Details
#etag ⇒ ::String
304 305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 304 class MarkRecommendationFailedRequest 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
304 305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 304 class MarkRecommendationFailedRequest 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}
304 305 306 307 308 309 310 311 312 313 314 315 316 |
# File 'proto_docs/google/cloud/recommender/v1/recommender_service.rb', line 304 class MarkRecommendationFailedRequest 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 |