lib/google/apis/retail_v2beta/service.rb in google-apis-retail_v2beta-0.31.0 vs lib/google/apis/retail_v2beta/service.rb in google-apis-retail_v2beta-0.32.0

- old
+ new

@@ -84,16 +84,16 @@ # suggestions is 20. If it is set higher, it will be capped by 20. # @param [String] query # Required. The query used to generate suggestions. The maximum number of # allowed characters is 255. # @param [String] visitor_id - # A unique identifier for tracking visitors. For example, this could be - # implemented with an HTTP cookie, which should be able to uniquely identify a - # visitor on a single device. This unique identifier should not change if the - # visitor logs in or out of the website. The field must be a UTF-8 encoded - # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT - # error is returned. + # Required field. A unique identifier for tracking visitors. For example, this + # could be implemented with an HTTP cookie, which should be able to uniquely + # identify a visitor on a single device. This unique identifier should not + # change if the visitor logs in or out of the website. The field must be a UTF-8 + # encoded string with a length limit of 128 characters. Otherwise, an + # INVALID_ARGUMENT error is returned. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -1669,16 +1669,17 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Triggers a user event rejoin operation with latest product catalog. Events - # will not be annotated with detailed product information if product is missing - # from the catalog at the time the user event is ingested, and these events are + # Starts a user event rejoin operation with latest product catalog. Events will + # not be annotated with detailed product information if product is missing from + # the catalog at the time the user event is ingested, and these events are # stored as unjoined events with a limited usage on training and serving. This - # API can be used to trigger a 'join' operation on specified events with latest + # method can be used to start a join operation on specified events with latest # version of product catalog. It can also be used to correct events joined with - # wrong product catalog. + # the wrong product catalog. A rejoin operation can take hours or days to + # complete. # @param [String] parent # Required. The parent catalog resource name, such as `projects/1234/locations/ # global/catalogs/default_catalog`. # @param [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRejoinUserEventsRequest] google_cloud_retail_v2beta_rejoin_user_events_request_object # @param [String] fields