google-apis-securityposture_v1 0.5.0 → 0.6.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: 833d45f129f19d2a55fe1dc1d77a920f25556f122c485504e23d24c375bca179
4
- data.tar.gz: 61cb59c36e144405e298c3e83233707f954f3e66c4e588872d174f9923128e19
3
+ metadata.gz: 74cc58ecc90d1c77e21f767e9156719068785aebe81e4c09c13e3f26f6161366
4
+ data.tar.gz: 0a57bb201e32edd86ac160010fc3800fb85c82ed308d5e0981f4e899c905e820
5
5
  SHA512:
6
- metadata.gz: 6b8d86a90cb1f950512efed46fdfe8435cf0935af0c2c3b35f627af5a46b4c65b5af00147a4cdf10f197a64a095d708b5b493597b98afe6c7e9a9161d996829e
7
- data.tar.gz: 216720ca43ba25b5b9b9d34806d8026a7a6865cc0b9cd6fe27b31767f115bc0d25be5f9e793cbb96f3d222f83aae07a44b270a02a31d998d4315b8efc1b503c6
6
+ metadata.gz: f2947eb44fc9557ae66ba15933229a202b419a820075cbba3c1827aeaa21e246807fed24a464c0666f63c31226d8be1ef2b5e1d0d6da4eda9df1bc44f688af7f
7
+ data.tar.gz: f927ca92f04631dd3e9cc4c3a39bb1747464c3db9e57cb9e7c2f99231eeb27e5e6f9158810fd9ccb44b88bb1a449e51e3387fdfe2aa4116d93b6d154b76c069e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securityposture_v1
2
2
 
3
+ ### v0.6.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251028
6
+
3
7
  ### v0.5.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250819
@@ -634,6 +634,13 @@ module Google
634
634
  # @return [Array<Google::Apis::SecuritypostureV1::Operation>]
635
635
  attr_accessor :operations
636
636
 
637
+ # Unordered list. Unreachable resources. Populated when the request sets `
638
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
639
+ # when attempting to list all resources across all supported locations.
640
+ # Corresponds to the JSON property `unreachable`
641
+ # @return [Array<String>]
642
+ attr_accessor :unreachable
643
+
637
644
  def initialize(**args)
638
645
  update!(**args)
639
646
  end
@@ -642,6 +649,7 @@ module Google
642
649
  def update!(**args)
643
650
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
644
651
  @operations = args[:operations] if args.key?(:operations)
652
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
645
653
  end
646
654
  end
647
655
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritypostureV1
18
18
  # Version of the google-apis-securityposture_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.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 = "20250819"
25
+ REVISION = "20251028"
26
26
  end
27
27
  end
28
28
  end
@@ -434,6 +434,7 @@ module Google
434
434
  property :next_page_token, as: 'nextPageToken'
435
435
  collection :operations, as: 'operations', class: Google::Apis::SecuritypostureV1::Operation, decorator: Google::Apis::SecuritypostureV1::Operation::Representation
436
436
 
437
+ collection :unreachable, as: 'unreachable'
437
438
  end
438
439
  end
439
440
 
@@ -168,6 +168,13 @@ module Google
168
168
  # The standard list page size.
169
169
  # @param [String] page_token
170
170
  # The standard list page token.
171
+ # @param [Boolean] return_partial_success
172
+ # When set to `true`, operations that are reachable are returned as normal, and
173
+ # those that are unreachable are returned in the [ListOperationsResponse.
174
+ # unreachable] field. This can only be `true` when reading across collections e.
175
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
176
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
177
+ # explicitly documented otherwise in service or product specific documentation.
171
178
  # @param [String] fields
172
179
  # Selector specifying which fields to include in a partial response.
173
180
  # @param [String] quota_user
@@ -185,7 +192,7 @@ module Google
185
192
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
186
193
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
187
194
  # @raise [Google::Apis::AuthorizationError] Authorization is required
188
- def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
195
+ 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)
189
196
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
190
197
  command.response_representation = Google::Apis::SecuritypostureV1::ListOperationsResponse::Representation
191
198
  command.response_class = Google::Apis::SecuritypostureV1::ListOperationsResponse
@@ -193,6 +200,7 @@ module Google
193
200
  command.query['filter'] = filter unless filter.nil?
194
201
  command.query['pageSize'] = page_size unless page_size.nil?
195
202
  command.query['pageToken'] = page_token unless page_token.nil?
203
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
196
204
  command.query['fields'] = fields unless fields.nil?
197
205
  command.query['quotaUser'] = quota_user unless quota_user.nil?
198
206
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securityposture_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-securityposture_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.5.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.6.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securityposture_v1
62
62
  rdoc_options: []
63
63
  require_paths: