google-apis-retail_v2beta 0.68.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: 4a537066a6261bd21833fe4e347d0253a32b8bde2b81a68250fb59ce661d40b4
4
- data.tar.gz: e0fd5bba3c189feb79089516628af86f6bdfe9b4468ff1d2d3156348b68c0aaa
3
+ metadata.gz: 7edaec71862a26e4e1fe62f4e24c64c62a835436dbb76d77ef54bb889723e532
4
+ data.tar.gz: 6a45cba050b42749a5b243bd4231d14747a61daa10374a5c9eed51a7804ace28
5
5
  SHA512:
6
- metadata.gz: 2d30ab68d27d3ae4cbaec9edc5089ad312a62c17c5d8fbd38fca32bb3101e2d21bfbf6e7e97621739aa7f45fd7b7e6a93badec14e0d3e0edc4a1249f54a58fad
7
- data.tar.gz: f566db64524730dadfbd177062a02a3fdd283c7aca0c5b09a02c266b060389bb6e161efcdb8af6f4353a236542ac671f3c98e1c2d106b433a968b95f17cb8a2d
6
+ metadata.gz: 684f77cdc20ff9cb99cd8945f998f7f155885878f1bbd416cb37924d7a5af9900abda71dba9e0308537861934f09ab30f3acc3c20a39230aefc065d7c551806a
7
+ data.tar.gz: 99768a97d9ee83f6535680168815ebba8d76c9112ee091bb2a55c2d218aa0a801f05ad0b8e16d55201bc35dbfb06a2f3e0e4e7f85d031ce7c148b6dd5be31276
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.68.0 (2023-03-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230223
@@ -6103,9 +6103,13 @@ module Google
6103
6103
  # @return [Array<String>]
6104
6104
  attr_accessor :contains
6105
6105
 
6106
- # Set only if values should be bucketized into intervals. Must be set for facets
6107
- # with numerical values. Must not be set for facet with text values. Maximum
6108
- # 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.
6109
6113
  # Corresponds to the JSON property `intervals`
6110
6114
  # @return [Array<Google::Apis::RetailV2beta::GoogleCloudRetailV2betaInterval>]
6111
6115
  attr_accessor :intervals
@@ -6936,6 +6940,13 @@ module Google
6936
6940
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCompletionDetail]
6937
6941
  attr_accessor :completion_detail
6938
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
+
6939
6950
  # Only required for UserEventService.ImportUserEvents method. Timestamp of when
6940
6951
  # the user event happened.
6941
6952
  # Corresponds to the JSON property `eventTime`
@@ -7091,6 +7102,7 @@ module Google
7091
7102
  @attribution_token = args[:attribution_token] if args.key?(:attribution_token)
7092
7103
  @cart_id = args[:cart_id] if args.key?(:cart_id)
7093
7104
  @completion_detail = args[:completion_detail] if args.key?(:completion_detail)
7105
+ @domain = args[:domain] if args.key?(:domain)
7094
7106
  @event_time = args[:event_time] if args.key?(:event_time)
7095
7107
  @event_type = args[:event_type] if args.key?(:event_type)
7096
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.68.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 = "20230223"
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'
@@ -1666,13 +1666,7 @@ module Google
1666
1666
  end
1667
1667
 
1668
1668
  # Lists operations that match the specified filter in the request. If the server
1669
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
1670
- # binding allows API services to override the binding to use different resource
1671
- # name schemes, such as `users/*/operations`. To override the binding, API
1672
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
1673
- # service configuration. For backwards compatibility, the default name includes
1674
- # the operations collection id, however overriding users must ensure the name
1675
- # binding is the parent resource, without the operations collection id.
1669
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
1676
1670
  # @param [String] name
1677
1671
  # The name of the operation's parent resource.
1678
1672
  # @param [String] filter
@@ -2381,13 +2375,7 @@ module Google
2381
2375
  end
2382
2376
 
2383
2377
  # Lists operations that match the specified filter in the request. If the server
2384
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
2385
- # binding allows API services to override the binding to use different resource
2386
- # name schemes, such as `users/*/operations`. To override the binding, API
2387
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
2388
- # service configuration. For backwards compatibility, the default name includes
2389
- # the operations collection id, however overriding users must ensure the name
2390
- # binding is the parent resource, without the operations collection id.
2378
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
2391
2379
  # @param [String] name
2392
2380
  # The name of the operation's parent resource.
2393
2381
  # @param [String] filter
@@ -2458,13 +2446,7 @@ module Google
2458
2446
  end
2459
2447
 
2460
2448
  # Lists operations that match the specified filter in the request. If the server
2461
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
2462
- # binding allows API services to override the binding to use different resource
2463
- # name schemes, such as `users/*/operations`. To override the binding, API
2464
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
2465
- # service configuration. For backwards compatibility, the default name includes
2466
- # the operations collection id, however overriding users must ensure the name
2467
- # binding is the parent resource, without the operations collection id.
2449
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
2468
2450
  # @param [String] name
2469
2451
  # The name of the operation's parent resource.
2470
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.68.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-03-05 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.68.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: []