google-apis-retail_v2alpha 0.127.0 → 0.129.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: abf12c71174407ff3b14cdbc54801eee1651750c760a093d2aa8bda4d2f65f3e
4
- data.tar.gz: 6fd990638e70efed11a4b83e9841edcc7375e70475f6895ec2cd76db8606d667
3
+ metadata.gz: 8af2acaedc770e28a48f5029fef533ff8ffc1f30fdddfad919574ee258662e9b
4
+ data.tar.gz: 0b151c34cf2006f0652336b3448568e2d31467b51aa75fc6268b857935e42624
5
5
  SHA512:
6
- metadata.gz: 639e9c96ac5def882ab86b5e65b8a396aa1d179d7b6da934bb5535755ffe5656d7829a3682c04de42c1bfaabf50d64449959e0d0cfa6d6d87bb4c91b76ac575b
7
- data.tar.gz: 8808054c8f8801725646ce9bddc195c999f5edd06b6d25f06e109f4a08855a013c536759cd72261d9c7e586e584eaeedc4291630ebe225fa121f9431c95b2ef7
6
+ metadata.gz: b4231984c4bd8f03539855cb64cc131305fa5c72bb54ff70c9df3ce34548d8a52b0ef3849c8b3fb977f1c9de764db47998dbfb68cff3d024df64a741b3186036
7
+ data.tar.gz: f8d0e574160672a20f2f123926bfcce8d17aaf05d013e989db01192de2016667007f4bccbb1ff9585b833fe98aa9c6a30c55b3a83defbc2ab5314902184b4317
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.129.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251023
6
+
7
+ ### v0.128.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251002
10
+
3
11
  ### v0.127.0 (2025-09-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20250911
@@ -3561,34 +3561,7 @@ module Google
3561
3561
  class GoogleCloudRetailV2alphaExportProductsRequest
3562
3562
  include Google::Apis::Core::Hashable
3563
3563
 
3564
- # A filtering expression to specify restrictions on returned events. The
3565
- # expression is a sequence of terms. Each term applies a restriction to the
3566
- # returned products. Use this expression to restrict results to a specific time
3567
- # range, tag, or stock state or to filter products by product type. For example,
3568
- # `lastModifiedTime > "2012-04-23T18:25:43.511Z" lastModifiedTime<"2012-04-23T18:
3569
- # 25:43.511Z" productType=primary` We expect only four types of fields: * `
3570
- # lastModifiedTime`: This can be specified twice, once with a less than operator
3571
- # and once with a greater than operator. The `lastModifiedTime` restriction
3572
- # should result in one, contiguous, valid, last-modified, time range. * `
3573
- # productType`: Supported values are `primary` and `variant`. The Boolean
3574
- # operators `OR` and `NOT` are supported if the expression is enclosed in
3575
- # parentheses and must be separated from the `productType` values by a space. * `
3576
- # availability`: Supported values are `IN_STOCK`, `OUT_OF_STOCK`, `PREORDER`,
3577
- # and `BACKORDER`. Boolean operators `OR` and `NOT` are supported if the
3578
- # expression is enclosed in parentheses and must be separated from the `
3579
- # availability` values by a space. * `Tag expressions`: Restricts output to
3580
- # products that match all of the specified tags. Boolean operators `OR` and `NOT`
3581
- # are supported if the expression is enclosed in parentheses and the operators
3582
- # are separated from the tag values by a space. Also supported is '`-"tagA"`',
3583
- # which is equivalent to '`NOT "tagA"`'. Tag values must be double-quoted, UTF-8
3584
- # encoded strings and have a size limit of 1,000 characters. Some examples of
3585
- # valid filters expressions: * Example 1: `lastModifiedTime > "2012-04-23T18:25:
3586
- # 43.511Z" lastModifiedTime < "2012-04-23T18:30:43.511Z"` * Example 2: `
3587
- # lastModifiedTime > "2012-04-23T18:25:43.511Z" productType = "variant"` *
3588
- # Example 3: `tag=("Red" OR "Blue") tag="New-Arrival" tag=(NOT "promotional")
3589
- # productType = "primary" lastModifiedTime < "2018-04-23T18:30:43.511Z"` *
3590
- # Example 4: `lastModifiedTime > "2012-04-23T18:25:43.511Z"` * Example 5: `
3591
- # availability = (IN_STOCK OR BACKORDER)`
3564
+ # This field is deprecated. Any filter provided will be ignored.
3592
3565
  # Corresponds to the JSON property `filter`
3593
3566
  # @return [String]
3594
3567
  attr_accessor :filter
@@ -10566,6 +10539,13 @@ module Google
10566
10539
  # @return [Array<Google::Apis::RetailV2alpha::GoogleLongrunningOperation>]
10567
10540
  attr_accessor :operations
10568
10541
 
10542
+ # 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.
10545
+ # Corresponds to the JSON property `unreachable`
10546
+ # @return [Array<String>]
10547
+ attr_accessor :unreachable
10548
+
10569
10549
  def initialize(**args)
10570
10550
  update!(**args)
10571
10551
  end
@@ -10574,6 +10554,7 @@ module Google
10574
10554
  def update!(**args)
10575
10555
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
10576
10556
  @operations = args[:operations] if args.key?(:operations)
10557
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
10577
10558
  end
10578
10559
  end
10579
10560
 
@@ -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.127.0"
19
+ GEM_VERSION = "0.129.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 = "20250911"
25
+ REVISION = "20251023"
26
26
  end
27
27
  end
28
28
  end
@@ -4580,6 +4580,7 @@ module Google
4580
4580
  property :next_page_token, as: 'nextPageToken'
4581
4581
  collection :operations, as: 'operations', class: Google::Apis::RetailV2alpha::GoogleLongrunningOperation, decorator: Google::Apis::RetailV2alpha::GoogleLongrunningOperation::Representation
4582
4582
 
4583
+ collection :unreachable, as: 'unreachable'
4583
4584
  end
4584
4585
  end
4585
4586
 
@@ -2507,6 +2507,13 @@ module Google
2507
2507
  # The standard list page size.
2508
2508
  # @param [String] page_token
2509
2509
  # The standard list page token.
2510
+ # @param [Boolean] return_partial_success
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.
2510
2517
  # @param [String] fields
2511
2518
  # Selector specifying which fields to include in a partial response.
2512
2519
  # @param [String] quota_user
@@ -2524,7 +2531,7 @@ module Google
2524
2531
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2525
2532
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2526
2533
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2527
- def list_project_location_catalog_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2534
+ def list_project_location_catalog_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
2528
2535
  command = make_simple_command(:get, 'v2alpha/{+name}/operations', options)
2529
2536
  command.response_representation = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse::Representation
2530
2537
  command.response_class = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse
@@ -2532,6 +2539,7 @@ module Google
2532
2539
  command.query['filter'] = filter unless filter.nil?
2533
2540
  command.query['pageSize'] = page_size unless page_size.nil?
2534
2541
  command.query['pageToken'] = page_token unless page_token.nil?
2542
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2535
2543
  command.query['fields'] = fields unless fields.nil?
2536
2544
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2537
2545
  execute_or_queue_command(command, &block)
@@ -3307,6 +3315,13 @@ module Google
3307
3315
  # The standard list page size.
3308
3316
  # @param [String] page_token
3309
3317
  # The standard list page token.
3318
+ # @param [Boolean] return_partial_success
3319
+ # 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.
3310
3325
  # @param [String] fields
3311
3326
  # Selector specifying which fields to include in a partial response.
3312
3327
  # @param [String] quota_user
@@ -3324,7 +3339,7 @@ module Google
3324
3339
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3325
3340
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3326
3341
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3327
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3342
+ def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
3328
3343
  command = make_simple_command(:get, 'v2alpha/{+name}/operations', options)
3329
3344
  command.response_representation = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse::Representation
3330
3345
  command.response_class = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse
@@ -3332,6 +3347,7 @@ module Google
3332
3347
  command.query['filter'] = filter unless filter.nil?
3333
3348
  command.query['pageSize'] = page_size unless page_size.nil?
3334
3349
  command.query['pageToken'] = page_token unless page_token.nil?
3350
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
3335
3351
  command.query['fields'] = fields unless fields.nil?
3336
3352
  command.query['quotaUser'] = quota_user unless quota_user.nil?
3337
3353
  execute_or_queue_command(command, &block)
@@ -3378,6 +3394,13 @@ module Google
3378
3394
  # The standard list page size.
3379
3395
  # @param [String] page_token
3380
3396
  # The standard list page token.
3397
+ # @param [Boolean] return_partial_success
3398
+ # 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.
3381
3404
  # @param [String] fields
3382
3405
  # Selector specifying which fields to include in a partial response.
3383
3406
  # @param [String] quota_user
@@ -3395,7 +3418,7 @@ module Google
3395
3418
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3396
3419
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3397
3420
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3398
- def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3421
+ def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
3399
3422
  command = make_simple_command(:get, 'v2alpha/{+name}/operations', options)
3400
3423
  command.response_representation = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse::Representation
3401
3424
  command.response_class = Google::Apis::RetailV2alpha::GoogleLongrunningListOperationsResponse
@@ -3403,6 +3426,7 @@ module Google
3403
3426
  command.query['filter'] = filter unless filter.nil?
3404
3427
  command.query['pageSize'] = page_size unless page_size.nil?
3405
3428
  command.query['pageToken'] = page_token unless page_token.nil?
3429
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
3406
3430
  command.query['fields'] = fields unless fields.nil?
3407
3431
  command.query['quotaUser'] = quota_user unless quota_user.nil?
3408
3432
  execute_or_queue_command(command, &block)
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.127.0
4
+ version: 0.129.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.127.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.129.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: