generated/google/apis/recommender_v1beta1/service.rb in google-api-client-0.34.1 vs generated/google/apis/recommender_v1beta1/service.rb in google-api-client-0.35.0

- old
+ new

@@ -128,16 +128,16 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Mark the Recommendation State as Claimed. Users can use this method to + # Marks the Recommendation State as Claimed. Users can use this method to # indicate to the Recommender API that they are starting to apply the # recommendation themselves. This stops the recommendation content from being - # updated. - # MarkRecommendationClaimed can be applied to recommendations in CLAIMED, - # SUCCEEDED, FAILED, or ACTIVE state. + # updated. Associated insights are frozen and placed in the ACCEPTED state. + # MarkRecommendationClaimed can be applied to recommendations in CLAIMED or + # ACTIVE state. # Requires the recommender.*.update IAM permission for the specified # recommender. # @param [String] name # Name of the recommendation. # @param [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest] google_cloud_recommender_v1beta1_mark_recommendation_claimed_request_object @@ -168,14 +168,15 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Mark the Recommendation State as Failed. Users can use this method to + # Marks the Recommendation State as Failed. Users can use this method to # indicate to the Recommender API that they have applied the recommendation # themselves, and the operation failed. This stops the recommendation content - # from being updated. + # from being updated. Associated insights are frozen and placed in the + # ACCEPTED state. # MarkRecommendationFailed can be applied to recommendations in ACTIVE, # CLAIMED, SUCCEEDED, or FAILED state. # Requires the recommender.*.update IAM permission for the specified # recommender. # @param [String] name @@ -208,13 +209,14 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Mark the Recommendation State as Succeeded. Users can use this method to + # Marks the Recommendation State as Succeeded. Users can use this method to # indicate to the Recommender API that they have applied the recommendation # themselves, and the operation was successful. This stops the recommendation - # content from being updated. + # content from being updated. Associated insights are frozen and placed in + # the ACCEPTED state. # MarkRecommendationSucceeded can be applied to recommendations in ACTIVE, # CLAIMED, SUCCEEDED, or FAILED state. # Requires the recommender.*.update IAM permission for the specified # recommender. # @param [String] name