google-apis-datalabeling_v1beta1 0.23.0 → 0.25.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: 86fec55aa262a4a99a46b55243ec554c5871978d467ec42b9f02bcabe800288d
4
- data.tar.gz: 56ed882ff17d8247ac27bcf4ae7bc03e275b19a444703e7bacf03e550b244575
3
+ metadata.gz: 406e3a82d6bb540bbbf9885e303a21b3af008092d8e3b8182917a8c1def46a4a
4
+ data.tar.gz: 52aa8fb921240b09ad159852a7c8090de118dd77b743c1769ef1d3fab9f73805
5
5
  SHA512:
6
- metadata.gz: 72cdc2dd02db2150392ad459210c03f9abffefd3f72c33901e9d84fa23f7a6a1d0b76cfad7ee99fdf19c132a24b078bace8f632fb7e824cbe5fb617a47f177fe
7
- data.tar.gz: 86b362786d684562df5e690cd63ada4d59b3578b7e4731f6f361eaa7ad19f62e006201e33b7d320d5a27ed6ecf986d5d94ce0ff4582a0066c03f34c0e1d060a9
6
+ metadata.gz: ada95530d42b540b41142f8b126520c03d05ca237b6864171ee395a384f9f684d6a3dfdba3dade8b13fb060f3daca269ab4737eef62448c9dc3c76b71233d237
7
+ data.tar.gz: 8961b793c2fcd9615b79baa048b1844c99550656bf170ebcd6d740a3c445479623f748e2ce8b1dad8c21f8f9350ae76eb572d0dc6662c6dcb269e785b9c1b3be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-datalabeling_v1beta1
2
2
 
3
+ ### v0.25.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.24.0 (2026-02-08)
8
+
9
+ * Regenerated from discovery document revision 20260201
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.23.0 (2025-05-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20250127
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/data-labeling/docs/) may pr
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -6074,6 +6074,14 @@ module Google
6074
6074
  # @return [Array<Google::Apis::DatalabelingV1beta1::GoogleLongrunningOperation>]
6075
6075
  attr_accessor :operations
6076
6076
 
6077
+ # Unordered list. Unreachable resources. Populated when the request sets `
6078
+ # ListOperationsRequest.return_partial_success` and reads across collections.
6079
+ # For example, when attempting to list all resources across all supported
6080
+ # locations.
6081
+ # Corresponds to the JSON property `unreachable`
6082
+ # @return [Array<String>]
6083
+ attr_accessor :unreachable
6084
+
6077
6085
  def initialize(**args)
6078
6086
  update!(**args)
6079
6087
  end
@@ -6082,6 +6090,7 @@ module Google
6082
6090
  def update!(**args)
6083
6091
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
6084
6092
  @operations = args[:operations] if args.key?(:operations)
6093
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
6085
6094
  end
6086
6095
  end
6087
6096
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatalabelingV1beta1
18
18
  # Version of the google-apis-datalabeling_v1beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250127"
25
+ REVISION = "20260201"
26
26
  end
27
27
  end
28
28
  end
@@ -3122,6 +3122,7 @@ module Google
3122
3122
  property :next_page_token, as: 'nextPageToken'
3123
3123
  collection :operations, as: 'operations', class: Google::Apis::DatalabelingV1beta1::GoogleLongrunningOperation, decorator: Google::Apis::DatalabelingV1beta1::GoogleLongrunningOperation::Representation
3124
3124
 
3125
+ collection :unreachable, as: 'unreachable'
3125
3126
  end
3126
3127
  end
3127
3128
 
@@ -1718,6 +1718,14 @@ module Google
1718
1718
  # The standard list page size.
1719
1719
  # @param [String] page_token
1720
1720
  # The standard list page token.
1721
+ # @param [Boolean] return_partial_success
1722
+ # When set to `true`, operations that are reachable are returned as normal, and
1723
+ # those that are unreachable are returned in the ListOperationsResponse.
1724
+ # unreachable field. This can only be `true` when reading across collections.
1725
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1726
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1727
+ # if set unless explicitly documented otherwise in service or product specific
1728
+ # documentation.
1721
1729
  # @param [String] fields
1722
1730
  # Selector specifying which fields to include in a partial response.
1723
1731
  # @param [String] quota_user
@@ -1735,7 +1743,7 @@ module Google
1735
1743
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1736
1744
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1737
1745
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1738
- def list_project_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1746
+ 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)
1739
1747
  command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
1740
1748
  command.response_representation = Google::Apis::DatalabelingV1beta1::GoogleLongrunningListOperationsResponse::Representation
1741
1749
  command.response_class = Google::Apis::DatalabelingV1beta1::GoogleLongrunningListOperationsResponse
@@ -1743,6 +1751,7 @@ module Google
1743
1751
  command.query['filter'] = filter unless filter.nil?
1744
1752
  command.query['pageSize'] = page_size unless page_size.nil?
1745
1753
  command.query['pageToken'] = page_token unless page_token.nil?
1754
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1746
1755
  command.query['fields'] = fields unless fields.nil?
1747
1756
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1748
1757
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datalabeling_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.25.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-datalabeling_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datalabeling_v1beta1/v0.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datalabeling_v1beta1/v0.25.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datalabeling_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Data Labeling API V1beta1
79
79
  test_files: []