google-apis-observability_v1 0.6.0 → 0.8.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: 3cc8a900828b3a418a779509f4aeb56bae7bca327cc55d65ca3be85d6bf27999
4
- data.tar.gz: d01c6444350bcb290df96ec0c0638e3f373d613a4a9aebea2c6e834dfa46e118
3
+ metadata.gz: cad013e5d2a8c7f304d8660fd493ca34db25564bc780c1c4f1184e4a8df7aea9
4
+ data.tar.gz: 7af0df19486ccf837489aa81cffe82ce7120816ea59f31918ea0261e8f74b13a
5
5
  SHA512:
6
- metadata.gz: da24f9deb7e30b80b2c057c44d94d1e67703d55418de8717d6d02629d8cab12a36f32101c07a02d7d01beb34bc45bc7b384aacc41c6e3322cc1d9c453b88c0c0
7
- data.tar.gz: 50c79c426ca4410a4a4ad1ee6c9277cc9b8d517f67166119cadcef197984fde7ed242b94b6d84776556673b85235cdae42fd2ef79a657cfc02cd1a1a632d8c29
6
+ metadata.gz: 52157944aa540e507be572d6dc5b3ac2ca2a9af6d62b6994a1f07df91f82370dc2b2ba960d434436d620e6550d61736955b407dc64b0655b9a81ee9c6e653221
7
+ data.tar.gz: 45207762d458b6100942bdb3b0e127b75e7fee4ee0b2a3314caab3a2bb48591e9466cfd7fc18a3d14faacfaa5d2e3ccd4c9a09a44b2991e24895a02a4ec52f96
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-observability_v1
2
2
 
3
+ ### v0.8.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
7
+ ### v0.7.0 (2025-09-14)
8
+
9
+ * Regenerated from discovery document revision 20250904
10
+
3
11
  ### v0.6.0 (2025-08-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20250822
@@ -90,6 +90,13 @@ module Google
90
90
  # @return [Array<Google::Apis::ObservabilityV1::Operation>]
91
91
  attr_accessor :operations
92
92
 
93
+ # Unordered list. Unreachable resources. Populated when the request sets `
94
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
95
+ # when attempting to list all resources across all supported locations.
96
+ # Corresponds to the JSON property `unreachable`
97
+ # @return [Array<String>]
98
+ attr_accessor :unreachable
99
+
93
100
  def initialize(**args)
94
101
  update!(**args)
95
102
  end
@@ -98,6 +105,7 @@ module Google
98
105
  def update!(**args)
99
106
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
100
107
  @operations = args[:operations] if args.key?(:operations)
108
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
101
109
  end
102
110
  end
103
111
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ObservabilityV1
18
18
  # Version of the google-apis-observability_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.8.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 = "20250822"
25
+ REVISION = "20250925"
26
26
  end
27
27
  end
28
28
  end
@@ -115,6 +115,7 @@ module Google
115
115
  property :next_page_token, as: 'nextPageToken'
116
116
  collection :operations, as: 'operations', class: Google::Apis::ObservabilityV1::Operation, decorator: Google::Apis::ObservabilityV1::Operation::Representation
117
117
 
118
+ collection :unreachable, as: 'unreachable'
118
119
  end
119
120
  end
120
121
 
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Do not use this field. It is unsupported and is ignored unless
89
- # explicitly documented otherwise. This is primarily for internal usage.
88
+ # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
+ # field which is primarily intended for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -242,6 +242,13 @@ module Google
242
242
  # The standard list page size.
243
243
  # @param [String] page_token
244
244
  # The standard list page token.
245
+ # @param [Boolean] return_partial_success
246
+ # When set to `true`, operations that are reachable are returned as normal, and
247
+ # those that are unreachable are returned in the [ListOperationsResponse.
248
+ # unreachable] field. This can only be `true` when reading across collections e.
249
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
250
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
251
+ # explicitly documented otherwise in service or product specific documentation.
245
252
  # @param [String] fields
246
253
  # Selector specifying which fields to include in a partial response.
247
254
  # @param [String] quota_user
@@ -259,7 +266,7 @@ module Google
259
266
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
260
267
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
261
268
  # @raise [Google::Apis::AuthorizationError] Authorization is required
262
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
269
+ 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)
263
270
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
264
271
  command.response_representation = Google::Apis::ObservabilityV1::ListOperationsResponse::Representation
265
272
  command.response_class = Google::Apis::ObservabilityV1::ListOperationsResponse
@@ -267,6 +274,7 @@ module Google
267
274
  command.query['filter'] = filter unless filter.nil?
268
275
  command.query['pageSize'] = page_size unless page_size.nil?
269
276
  command.query['pageToken'] = page_token unless page_token.nil?
277
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
270
278
  command.query['fields'] = fields unless fields.nil?
271
279
  command.query['quotaUser'] = quota_user unless quota_user.nil?
272
280
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-observability_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.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-observability_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-observability_v1/v0.6.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-observability_v1/v0.8.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-observability_v1
62
62
  rdoc_options: []
63
63
  require_paths: