google-apis-retail_v2beta 0.67.0 → 0.69.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 95ff730b1518e7aaacd414b718abde9b6a6ca2a0915a3e817a7706a9a55e5643
4
- data.tar.gz: 03b8e49adc71c535e31f7415d23e43f7c6e6e508c15d73ca14decbefb7fc6834
3
+ metadata.gz: 7edaec71862a26e4e1fe62f4e24c64c62a835436dbb76d77ef54bb889723e532
4
+ data.tar.gz: 6a45cba050b42749a5b243bd4231d14747a61daa10374a5c9eed51a7804ace28
5
5
  SHA512:
6
- metadata.gz: bbfb3727e6c23cea3a03dd2755fc8a850950ae6c288e107511418cc5c8337ea723f6380ebe6b3e7dbd34116df25a39c95fa61a57ba218e44da986f65b06f65e7
7
- data.tar.gz: a46bf2af5f16afb91b55191b2b34d1a63f20e16d47a35b1d4c541af12012ddd2ae7fccce8339177a7ed7260a37f3de2522740b87742e1fdb7611e7b52ccd8620
6
+ metadata.gz: 684f77cdc20ff9cb99cd8945f998f7f155885878f1bbd416cb37924d7a5af9900abda71dba9e0308537861934f09ab30f3acc3c20a39230aefc065d7c551806a
7
+ data.tar.gz: 99768a97d9ee83f6535680168815ebba8d76c9112ee091bb2a55c2d218aa0a801f05ad0b8e16d55201bc35dbfb06a2f3e0e4e7f85d031ce7c148b6dd5be31276
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.69.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230309
6
+
7
+ ### v0.68.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230223
10
+
3
11
  ### v0.67.0 (2023-02-15)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -4586,10 +4586,9 @@ module Google
4586
4586
  # @return [String]
4587
4587
  attr_accessor :language_code
4588
4588
 
4589
- # Output only. A list of local inventories specific to different places. This is
4590
- # only available for users who have Retail Search enabled, and it can be managed
4591
- # by ProductService.AddLocalInventories and ProductService.
4592
- # RemoveLocalInventories APIs.
4589
+ # Output only. A list of local inventories specific to different places. This
4590
+ # field can be managed by ProductService.AddLocalInventories and ProductService.
4591
+ # RemoveLocalInventories APIs if fine-grained, high-volume updates are necessary.
4593
4592
  # Corresponds to the JSON property `localInventories`
4594
4593
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaLocalInventory>]
4595
4594
  attr_accessor :local_inventories
@@ -6104,9 +6103,13 @@ module Google
6104
6103
  # @return [Array<String>]
6105
6104
  attr_accessor :contains
6106
6105
 
6107
- # Set only if values should be bucketized into intervals. Must be set for facets
6108
- # with numerical values. Must not be set for facet with text values. Maximum
6109
- # number of intervals is 30.
6106
+ # For all numerical facet keys that appear in the list of products from the
6107
+ # catalog, the percentiles 0, 10, 30, 50, 70, 90 and 100 are computed from their
6108
+ # distribution weekly. If the model assigns a high score to a numerical facet
6109
+ # key and its intervals are not specified in the search request, these
6110
+ # percentiles will become the bounds for its intervals and will be returned in
6111
+ # the response. If the facet key intervals are specified in the request, then
6112
+ # the specified intervals will be returned instead.
6110
6113
  # Corresponds to the JSON property `intervals`
6111
6114
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaInterval>]
6112
6115
  attr_accessor :intervals
@@ -6937,6 +6940,13 @@ module Google
6937
6940
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompletionDetail]
6938
6941
  attr_accessor :completion_detail
6939
6942
 
6943
+ # Represents the domain of the user event, for projects that combine domains.
6944
+ # For example: retailer can have events from multiple domains like retailer-main,
6945
+ # retailer-baby, retailer-meds, etc. under one project.
6946
+ # Corresponds to the JSON property `domain`
6947
+ # @return [String]
6948
+ attr_accessor :domain
6949
+
6940
6950
  # Only required for UserEventService.ImportUserEvents method. Timestamp of when
6941
6951
  # the user event happened.
6942
6952
  # Corresponds to the JSON property `eventTime`
@@ -7092,6 +7102,7 @@ module Google
7092
7102
  @attribution_token = args[:attribution_token] if args.key?(:attribution_token)
7093
7103
  @cart_id = args[:cart_id] if args.key?(:cart_id)
7094
7104
  @completion_detail = args[:completion_detail] if args.key?(:completion_detail)
7105
+ @domain = args[:domain] if args.key?(:domain)
7095
7106
  @event_time = args[:event_time] if args.key?(:event_time)
7096
7107
  @event_type = args[:event_type] if args.key?(:event_type)
7097
7108
  @experiment_ids = args[:experiment_ids] if args.key?(:experiment_ids)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta gem
19
- GEM_VERSION = "0.67.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230202"
25
+ REVISION = "20230309"
26
26
  end
27
27
  end
28
28
  end
@@ -3026,6 +3026,7 @@ module Google
3026
3026
  property :cart_id, as: 'cartId'
3027
3027
  property :completion_detail, as: 'completionDetail', class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompletionDetail, decorator: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompletionDetail::Representation
3028
3028
 
3029
+ property :domain, as: 'domain'
3029
3030
  property :event_time, as: 'eventTime'
3030
3031
  property :event_type, as: 'eventType'
3031
3032
  collection :experiment_ids, as: 'experimentIds'
@@ -609,16 +609,19 @@ module Google
609
609
  execute_or_queue_command(command, &block)
610
610
  end
611
611
 
612
- # Incrementally adds place IDs to Product.fulfillment_info.place_ids. This
613
- # process is asynchronous and does not require the Product to exist before
614
- # updating fulfillment information. If the request is valid, the update will be
615
- # enqueued and processed downstream. As a consequence, when a response is
616
- # returned, the added place IDs are not immediately manifested in the Product
617
- # queried by ProductService.GetProduct or ProductService.ListProducts. The
618
- # returned Operations will be obsolete after 1 day, and GetOperation API will
619
- # return NOT_FOUND afterwards. If conflicting updates are issued, the Operations
620
- # associated with the stale updates will not be marked as done until being
621
- # obsolete.
612
+ # It is recommended to use the ProductService.AddLocalInventories method instead
613
+ # of ProductService.AddFulfillmentPlaces. ProductService.AddLocalInventories
614
+ # achieves the same results but provides more fine-grained control over
615
+ # ingesting local inventory data. Incrementally adds place IDs to Product.
616
+ # fulfillment_info.place_ids. This process is asynchronous and does not require
617
+ # the Product to exist before updating fulfillment information. If the request
618
+ # is valid, the update will be enqueued and processed downstream. As a
619
+ # consequence, when a response is returned, the added place IDs are not
620
+ # immediately manifested in the Product queried by ProductService.GetProduct or
621
+ # ProductService.ListProducts. The returned Operations will be obsolete after 1
622
+ # day, and GetOperation API will return NOT_FOUND afterwards. If conflicting
623
+ # updates are issued, the Operations associated with the stale updates will not
624
+ # be marked as done until being obsolete.
622
625
  # @param [String] product
623
626
  # Required. Full resource name of Product, such as `projects/*/locations/global/
624
627
  # catalogs/default_catalog/branches/default_branch/products/some_product_id`. If
@@ -967,14 +970,18 @@ module Google
967
970
  execute_or_queue_command(command, &block)
968
971
  end
969
972
 
970
- # Incrementally removes place IDs from a Product.fulfillment_info.place_ids.
971
- # This process is asynchronous and does not require the Product to exist before
972
- # updating fulfillment information. If the request is valid, the update will be
973
- # enqueued and processed downstream. As a consequence, when a response is
974
- # returned, the removed place IDs are not immediately manifested in the Product
975
- # queried by ProductService.GetProduct or ProductService.ListProducts. The
976
- # returned Operations will be obsolete after 1 day, and GetOperation API will
977
- # return NOT_FOUND afterwards. If conflicting updates are issued, the Operations
973
+ # It is recommended to use the ProductService.RemoveLocalInventories method
974
+ # instead of ProductService.RemoveFulfillmentPlaces. ProductService.
975
+ # RemoveLocalInventories achieves the same results but provides more fine-
976
+ # grained control over ingesting local inventory data. Incrementally removes
977
+ # place IDs from a Product.fulfillment_info.place_ids. This process is
978
+ # asynchronous and does not require the Product to exist before updating
979
+ # fulfillment information. If the request is valid, the update will be enqueued
980
+ # and processed downstream. As a consequence, when a response is returned, the
981
+ # removed place IDs are not immediately manifested in the Product queried by
982
+ # ProductService.GetProduct or ProductService.ListProducts. The returned
983
+ # Operations will be obsolete after 1 day, and GetOperation API will return
984
+ # NOT_FOUND afterwards. If conflicting updates are issued, the Operations
978
985
  # associated with the stale updates will not be marked as done until being
979
986
  # obsolete.
980
987
  # @param [String] product
@@ -1659,13 +1666,7 @@ module Google
1659
1666
  end
1660
1667
 
1661
1668
  # Lists operations that match the specified filter in the request. If the server
1662
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
1663
- # binding allows API services to override the binding to use different resource
1664
- # name schemes, such as `users/*/operations`. To override the binding, API
1665
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
1666
- # service configuration. For backwards compatibility, the default name includes
1667
- # the operations collection id, however overriding users must ensure the name
1668
- # binding is the parent resource, without the operations collection id.
1669
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
1669
1670
  # @param [String] name
1670
1671
  # The name of the operation's parent resource.
1671
1672
  # @param [String] filter
@@ -2374,13 +2375,7 @@ module Google
2374
2375
  end
2375
2376
 
2376
2377
  # Lists operations that match the specified filter in the request. If the server
2377
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
2378
- # binding allows API services to override the binding to use different resource
2379
- # name schemes, such as `users/*/operations`. To override the binding, API
2380
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
2381
- # service configuration. For backwards compatibility, the default name includes
2382
- # the operations collection id, however overriding users must ensure the name
2383
- # binding is the parent resource, without the operations collection id.
2378
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
2384
2379
  # @param [String] name
2385
2380
  # The name of the operation's parent resource.
2386
2381
  # @param [String] filter
@@ -2451,13 +2446,7 @@ module Google
2451
2446
  end
2452
2447
 
2453
2448
  # Lists operations that match the specified filter in the request. If the server
2454
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
2455
- # binding allows API services to override the binding to use different resource
2456
- # name schemes, such as `users/*/operations`. To override the binding, API
2457
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
2458
- # service configuration. For backwards compatibility, the default name includes
2459
- # the operations collection id, however overriding users must ensure the name
2460
- # binding is the parent resource, without the operations collection id.
2449
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
2461
2450
  # @param [String] name
2462
2451
  # The name of the operation's parent resource.
2463
2452
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.69.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []