google-apis-privateca_v1 0.55.0 → 0.56.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: 7557bc3dfd90fe6c5939615f9876b5deadfc11063ba9fd4bbaf6add0d5798cb9
4
- data.tar.gz: acd54e68be7813e7c191f7642f769a23e9f6b8c4da50c01c76709e8a98655849
3
+ metadata.gz: 742101e0835dc0441b6b595adc38d0096a2baf3bb7b98edb8f406c1c50e09cba
4
+ data.tar.gz: 67411aa8f0d7a71ad69172886ae8d3bfa2ccadd577722748da6e02f5607862f9
5
5
  SHA512:
6
- metadata.gz: 8403201f25209e9216d08e87b3458eb4508e1bc7497af13ce26a5ab11db83057b1cc7654df328fdf363b251d0eb3c8cffba5d51b76711352f429f8e534467f28
7
- data.tar.gz: a3c57aa58cc2ec5cd0281c6efdd207ea6e72646df000ac7ef53f7ba33abee0ed24b337eded8fbcb7ed49c372a7eae881c9137a3e5a85644c245b2bf9087ad4b5
6
+ metadata.gz: 931de36125fe2da9dc75adde706ed5e9dbe6062b8d7a1ddd585d5bf73125c0bac721ec3a86e14520fb238dfd9911495d8750a682e81ee445bb3731f2c574e2da
7
+ data.tar.gz: 18f624e6d08678e6edd666709d6958724343d38bfcd63c555d714f63405bcb9384f2e694b61f1c10c8d6b6a31fbf33fd6b27fd039f36109ff85ad6513e435fab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.56.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250926
6
+
3
7
  ### v0.55.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250910
@@ -1869,6 +1869,13 @@ module Google
1869
1869
  # @return [Array<Google::Apis::PrivatecaV1::Operation>]
1870
1870
  attr_accessor :operations
1871
1871
 
1872
+ # Unordered list. Unreachable resources. Populated when the request sets `
1873
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
1874
+ # when attempting to list all resources across all supported locations.
1875
+ # Corresponds to the JSON property `unreachable`
1876
+ # @return [Array<String>]
1877
+ attr_accessor :unreachable
1878
+
1872
1879
  def initialize(**args)
1873
1880
  update!(**args)
1874
1881
  end
@@ -1877,6 +1884,7 @@ module Google
1877
1884
  def update!(**args)
1878
1885
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1879
1886
  @operations = args[:operations] if args.key?(:operations)
1887
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1880
1888
  end
1881
1889
  end
1882
1890
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PrivatecaV1
18
18
  # Version of the google-apis-privateca_v1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.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 = "20250910"
25
+ REVISION = "20250926"
26
26
  end
27
27
  end
28
28
  end
@@ -919,6 +919,7 @@ module Google
919
919
  property :next_page_token, as: 'nextPageToken'
920
920
  collection :operations, as: 'operations', class: Google::Apis::PrivatecaV1::Operation, decorator: Google::Apis::PrivatecaV1::Operation::Representation
921
921
 
922
+ collection :unreachable, as: 'unreachable'
922
923
  end
923
924
  end
924
925
 
@@ -1861,6 +1861,13 @@ module Google
1861
1861
  # The standard list page size.
1862
1862
  # @param [String] page_token
1863
1863
  # The standard list page token.
1864
+ # @param [Boolean] return_partial_success
1865
+ # When set to `true`, operations that are reachable are returned as normal, and
1866
+ # those that are unreachable are returned in the [ListOperationsResponse.
1867
+ # unreachable] field. This can only be `true` when reading across collections e.
1868
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1869
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1870
+ # explicitly documented otherwise in service or product specific documentation.
1864
1871
  # @param [String] fields
1865
1872
  # Selector specifying which fields to include in a partial response.
1866
1873
  # @param [String] quota_user
@@ -1878,7 +1885,7 @@ module Google
1878
1885
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1879
1886
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1880
1887
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1881
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1888
+ 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)
1882
1889
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1883
1890
  command.response_representation = Google::Apis::PrivatecaV1::ListOperationsResponse::Representation
1884
1891
  command.response_class = Google::Apis::PrivatecaV1::ListOperationsResponse
@@ -1886,6 +1893,7 @@ module Google
1886
1893
  command.query['filter'] = filter unless filter.nil?
1887
1894
  command.query['pageSize'] = page_size unless page_size.nil?
1888
1895
  command.query['pageToken'] = page_token unless page_token.nil?
1896
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1889
1897
  command.query['fields'] = fields unless fields.nil?
1890
1898
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1891
1899
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-privateca_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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-privateca_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.55.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.56.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
62
62
  rdoc_options: []
63
63
  require_paths: