google-apis-retail_v2alpha 0.129.0 → 0.131.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8af2acaedc770e28a48f5029fef533ff8ffc1f30fdddfad919574ee258662e9b
4
- data.tar.gz: 0b151c34cf2006f0652336b3448568e2d31467b51aa75fc6268b857935e42624
3
+ metadata.gz: 8e5b45f20679ab9180dd703dd0271d691a0dbbfb603fd13196ddab242e4018e2
4
+ data.tar.gz: ce3765ade142fc943d830baf91bbea9bfac40ac76be8e0f965843775a8a38164
5
5
  SHA512:
6
- metadata.gz: b4231984c4bd8f03539855cb64cc131305fa5c72bb54ff70c9df3ce34548d8a52b0ef3849c8b3fb977f1c9de764db47998dbfb68cff3d024df64a741b3186036
7
- data.tar.gz: f8d0e574160672a20f2f123926bfcce8d17aaf05d013e989db01192de2016667007f4bccbb1ff9585b833fe98aa9c6a30c55b3a83defbc2ab5314902184b4317
6
+ metadata.gz: 1bf011277161d1c5857d10526b72f928852eab1e0bd105bf4f98a08ddc27d64cfd2f730326645ae77362127e4ee5a57cf6f8666a5d3ffe1df258830281404166
7
+ data.tar.gz: 16460db7455b9b2f319834ec430960e4c04401bc8c100afb308c647380e2ba6b7b9497008e830fc8c99297af5816932466f6760242cac12db765538b74dcddd5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.131.0 (2025-11-23)
4
+
5
+ * Regenerated from discovery document revision 20251113
6
+
7
+ ### v0.130.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251030
10
+
3
11
  ### v0.129.0 (2025-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20251023
@@ -3561,7 +3561,7 @@ module Google
3561
3561
  class GoogleCloudRetailV2alphaExportProductsRequest
3562
3562
  include Google::Apis::Core::Hashable
3563
3563
 
3564
- # This field is deprecated. Any filter provided will be ignored.
3564
+ # Deprecated: This field is deprecated. Any filter provided will be ignored.
3565
3565
  # Corresponds to the JSON property `filter`
3566
3566
  # @return [String]
3567
3567
  attr_accessor :filter
@@ -3620,27 +3620,7 @@ module Google
3620
3620
  class GoogleCloudRetailV2alphaExportUserEventsRequest
3621
3621
  include Google::Apis::Core::Hashable
3622
3622
 
3623
- # A filtering expression to specify restrictions on returned events. The
3624
- # expression is a sequence of terms. Each term applies a restriction to the
3625
- # returned user events. Use this expression to restrict results to a specific
3626
- # time range or to filter events by eventType. For example, `eventTime > "2012-
3627
- # 04-23T18:25:43.511Z" eventsMissingCatalogItems eventTime<"2012-04-23T18:25:43.
3628
- # 511Z" eventType=search` We expect only three types of fields: * `eventTime`:
3629
- # This can be specified twice, once with a less than operator and once with a
3630
- # greater than operator. The `eventTime` restriction should result in one,
3631
- # contiguous, valid, `eventTime` range. * `eventType`: Boolean operators `OR`
3632
- # and `NOT` are supported if the expression is enclosed in parentheses and the
3633
- # operators are separated from the tag values by a space. * `
3634
- # eventsMissingCatalogItems`: This restricts results to events for which catalog
3635
- # items were not found in the catalog. The default behavior is to return only
3636
- # those events for which catalog items were found. Some examples of valid
3637
- # filters expressions: * Example 1: `eventTime > "2012-04-23T18:25:43.511Z"
3638
- # eventTime < "2012-04-23T18:30:43.511Z"` * Example 2: `eventTime > "2012-04-
3639
- # 23T18:25:43.511Z" eventType = detail-page-view` * Example 3: `
3640
- # eventsMissingCatalogItems eventType = (NOT search) eventTime < "2018-04-23T18:
3641
- # 30:43.511Z"` * Example 4: `eventTime > "2012-04-23T18:25:43.511Z"` * Example 5:
3642
- # `eventType = (detail-page-view OR search)` * Example 6: `
3643
- # eventsMissingCatalogItems`
3623
+ # Deprecated: This field is deprecated. Any filter provided will be ignored.
3644
3624
  # Corresponds to the JSON property `filter`
3645
3625
  # @return [String]
3646
3626
  attr_accessor :filter
@@ -10540,8 +10520,9 @@ module Google
10540
10520
  attr_accessor :operations
10541
10521
 
10542
10522
  # Unordered list. Unreachable resources. Populated when the request sets `
10543
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
10544
- # when attempting to list all resources across all supported locations.
10523
+ # ListOperationsRequest.return_partial_success` and reads across collections.
10524
+ # For example, when attempting to list all resources across all supported
10525
+ # locations.
10545
10526
  # Corresponds to the JSON property `unreachable`
10546
10527
  # @return [Array<String>]
10547
10528
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2alpha
18
18
  # Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.129.0"
19
+ GEM_VERSION = "0.131.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251023"
25
+ REVISION = "20251113"
26
26
  end
27
27
  end
28
28
  end
@@ -2509,11 +2509,12 @@ module Google
2509
2509
  # The standard list page token.
2510
2510
  # @param [Boolean] return_partial_success
2511
2511
  # When set to `true`, operations that are reachable are returned as normal, and
2512
- # those that are unreachable are returned in the [ListOperationsResponse.
2513
- # unreachable] field. This can only be `true` when reading across collections e.
2514
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2515
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
2516
- # explicitly documented otherwise in service or product specific documentation.
2512
+ # those that are unreachable are returned in the ListOperationsResponse.
2513
+ # unreachable field. This can only be `true` when reading across collections.
2514
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
2515
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
2516
+ # if set unless explicitly documented otherwise in service or product specific
2517
+ # documentation.
2517
2518
  # @param [String] fields
2518
2519
  # Selector specifying which fields to include in a partial response.
2519
2520
  # @param [String] quota_user
@@ -3317,11 +3318,12 @@ module Google
3317
3318
  # The standard list page token.
3318
3319
  # @param [Boolean] return_partial_success
3319
3320
  # When set to `true`, operations that are reachable are returned as normal, and
3320
- # those that are unreachable are returned in the [ListOperationsResponse.
3321
- # unreachable] field. This can only be `true` when reading across collections e.
3322
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
3323
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
3324
- # explicitly documented otherwise in service or product specific documentation.
3321
+ # those that are unreachable are returned in the ListOperationsResponse.
3322
+ # unreachable field. This can only be `true` when reading across collections.
3323
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
3324
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
3325
+ # if set unless explicitly documented otherwise in service or product specific
3326
+ # documentation.
3325
3327
  # @param [String] fields
3326
3328
  # Selector specifying which fields to include in a partial response.
3327
3329
  # @param [String] quota_user
@@ -3396,11 +3398,12 @@ module Google
3396
3398
  # The standard list page token.
3397
3399
  # @param [Boolean] return_partial_success
3398
3400
  # When set to `true`, operations that are reachable are returned as normal, and
3399
- # those that are unreachable are returned in the [ListOperationsResponse.
3400
- # unreachable] field. This can only be `true` when reading across collections e.
3401
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
3402
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
3403
- # explicitly documented otherwise in service or product specific documentation.
3401
+ # those that are unreachable are returned in the ListOperationsResponse.
3402
+ # unreachable field. This can only be `true` when reading across collections.
3403
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
3404
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
3405
+ # if set unless explicitly documented otherwise in service or product specific
3406
+ # documentation.
3404
3407
  # @param [String] fields
3405
3408
  # Selector specifying which fields to include in a partial response.
3406
3409
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-retail_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.129.0
4
+ version: 0.131.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.129.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.131.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
62
62
  rdoc_options: []
63
63
  require_paths: