google-apis-assuredworkloads_v1beta1 0.30.0 → 0.32.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: 925b8d4ae835f627935678288a11b670ab867fc726541a6560779474b5359f94
4
- data.tar.gz: 507c4db2e322a5651894d9a138c5667535fd923e01c64e48eda1429340fd856d
3
+ metadata.gz: 5bf963afc8d193f4a24298ac2d92995b1338651b30644b84a3d1f08e23450e69
4
+ data.tar.gz: c3fb930f6ab8f1d5ea23949e4b71fee3db8e1245255afd1b425b336e84bc9473
5
5
  SHA512:
6
- metadata.gz: 3b8dc675b2a46274f72fec867a00966e6bfcbdfb901d9fa463e8bd6cdbebb0d5bc7f95eac0ba4705dcde5fcc176077d448b296a2d70b9506b775582a0aa48267
7
- data.tar.gz: f8e49aa882357face64324a3e695ab1176eb2867faf1eae957de33689b7d91decb63c60290a10ba51dae746816da6f9f3bf4f432e07357b37677fee706f94904
6
+ metadata.gz: c35e71a41ae033ba68ec766dd0d31fab5d0c1ab1b39cba638955b235b877a1e38cbee3d4d4341a8ee11771faefe9b8308e35e3a429002b08902cc85b2ad6069f
7
+ data.tar.gz: c1fa24eed4c746d9015b7039fb69a3f8d398660e24ac073ea3ce64488898459a0eee8dd7e5e3bfa3231ec847d61c141b453b3fb104b333c1a5446f422395b9ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-assuredworkloads_v1beta1
2
2
 
3
+ ### v0.32.0 (2025-12-21)
4
+
5
+ * Regenerated from discovery document revision 20251209
6
+
7
+ ### v0.31.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251002
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.30.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
@@ -1539,6 +1539,14 @@ module Google
1539
1539
  # @return [Array<Google::Apis::AssuredworkloadsV1beta1::GoogleLongrunningOperation>]
1540
1540
  attr_accessor :operations
1541
1541
 
1542
+ # Unordered list. Unreachable resources. Populated when the request sets `
1543
+ # ListOperationsRequest.return_partial_success` and reads across collections.
1544
+ # For example, when attempting to list all resources across all supported
1545
+ # locations.
1546
+ # Corresponds to the JSON property `unreachable`
1547
+ # @return [Array<String>]
1548
+ attr_accessor :unreachable
1549
+
1542
1550
  def initialize(**args)
1543
1551
  update!(**args)
1544
1552
  end
@@ -1547,6 +1555,7 @@ module Google
1547
1555
  def update!(**args)
1548
1556
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1549
1557
  @operations = args[:operations] if args.key?(:operations)
1558
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1550
1559
  end
1551
1560
  end
1552
1561
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AssuredworkloadsV1beta1
18
18
  # Version of the google-apis-assuredworkloads_v1beta1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.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.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250410"
25
+ REVISION = "20251209"
26
26
  end
27
27
  end
28
28
  end
@@ -744,6 +744,7 @@ module Google
744
744
  property :next_page_token, as: 'nextPageToken'
745
745
  collection :operations, as: 'operations', class: Google::Apis::AssuredworkloadsV1beta1::GoogleLongrunningOperation, decorator: Google::Apis::AssuredworkloadsV1beta1::GoogleLongrunningOperation::Representation
746
746
 
747
+ collection :unreachable, as: 'unreachable'
747
748
  end
748
749
  end
749
750
 
@@ -92,6 +92,14 @@ module Google
92
92
  # The standard list page size.
93
93
  # @param [String] page_token
94
94
  # The standard list page token.
95
+ # @param [Boolean] return_partial_success
96
+ # When set to `true`, operations that are reachable are returned as normal, and
97
+ # those that are unreachable are returned in the ListOperationsResponse.
98
+ # unreachable field. This can only be `true` when reading across collections.
99
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
100
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
101
+ # if set unless explicitly documented otherwise in service or product specific
102
+ # documentation.
95
103
  # @param [String] fields
96
104
  # Selector specifying which fields to include in a partial response.
97
105
  # @param [String] quota_user
@@ -109,7 +117,7 @@ module Google
109
117
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
110
118
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
111
119
  # @raise [Google::Apis::AuthorizationError] Authorization is required
112
- def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
120
+ def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
113
121
  command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
114
122
  command.response_representation = Google::Apis::AssuredworkloadsV1beta1::GoogleLongrunningListOperationsResponse::Representation
115
123
  command.response_class = Google::Apis::AssuredworkloadsV1beta1::GoogleLongrunningListOperationsResponse
@@ -117,6 +125,7 @@ module Google
117
125
  command.query['filter'] = filter unless filter.nil?
118
126
  command.query['pageSize'] = page_size unless page_size.nil?
119
127
  command.query['pageToken'] = page_token unless page_token.nil?
128
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
120
129
  command.query['fields'] = fields unless fields.nil?
121
130
  command.query['quotaUser'] = quota_user unless quota_user.nil?
122
131
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-assuredworkloads_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.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-assuredworkloads_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-assuredworkloads_v1beta1/v0.32.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-assuredworkloads_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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 Assured Workloads API V1beta1
79
79
  test_files: []