google-apis-networkconnectivity_v1alpha1 0.47.0 → 0.48.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: c326e31589e0856a4de17d988a68c8c72c8451d0d51b7bb363b4766fb38e073e
4
- data.tar.gz: cefa578c3255620ae55741dee533b3aa8c9d1bbb0ff77c36b1c5c30f2f262c93
3
+ metadata.gz: 303223871e99b8a803ce1dd3a8f35d782bc02236a28e086d37e5c982e95aff3a
4
+ data.tar.gz: a101f98c83081c778e15e16ba0c2edd8f8958913830ad9e01dad78e155630cde
5
5
  SHA512:
6
- metadata.gz: 63410aea85001d88e691570d25025a6c86e93a78584ac480d8ba669058b942c1c3760611da2053ff265d9b8f798b711aeb566f806fff3890514842015f69d72c
7
- data.tar.gz: 58e0b47230b2efcfc4346de99abbf2bcdfafba3c1f78ec3c070097439c656e28f0d79df8ff9b517ea41d1c62125613931b195ed32c39ff405e61b530f11ab938
6
+ metadata.gz: 49a68d06e84be8f73a739dfdb3aa1ceff190b6171df2613287c7c87f9666ac9c6eaa81810c20524ba90886bbce5bb82fbe0395305b52175c2aecab76d5116a4d
7
+ data.tar.gz: 14e6e7485c84009b2e23ddcfe104e714c40d09e41a5b8195eaa5183562880dc5f25ac81f1f668727cbaf9099b667ec250938d461bc1a864e804079398f99635b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.48.0 (2025-10-05)
4
+
5
+ * Regenerated from discovery document revision 20250925
6
+
3
7
  ### v0.47.0 (2025-09-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20250910
@@ -320,6 +320,13 @@ module Google
320
320
  # @return [Array<Google::Apis::NetworkconnectivityV1alpha1::GoogleLongrunningOperation>]
321
321
  attr_accessor :operations
322
322
 
323
+ # Unordered list. Unreachable resources. Populated when the request sets `
324
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
325
+ # when attempting to list all resources across all supported locations.
326
+ # Corresponds to the JSON property `unreachable`
327
+ # @return [Array<String>]
328
+ attr_accessor :unreachable
329
+
323
330
  def initialize(**args)
324
331
  update!(**args)
325
332
  end
@@ -328,6 +335,7 @@ module Google
328
335
  def update!(**args)
329
336
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
330
337
  @operations = args[:operations] if args.key?(:operations)
338
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
331
339
  end
332
340
  end
333
341
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkconnectivityV1alpha1
18
18
  # Version of the google-apis-networkconnectivity_v1alpha1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.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 = "20250925"
26
26
  end
27
27
  end
28
28
  end
@@ -235,6 +235,7 @@ module Google
235
235
  property :next_page_token, as: 'nextPageToken'
236
236
  collection :operations, as: 'operations', class: Google::Apis::NetworkconnectivityV1alpha1::GoogleLongrunningOperation, decorator: Google::Apis::NetworkconnectivityV1alpha1::GoogleLongrunningOperation::Representation
237
237
 
238
+ collection :unreachable, as: 'unreachable'
238
239
  end
239
240
  end
240
241
 
@@ -919,6 +919,13 @@ module Google
919
919
  # The standard list page size.
920
920
  # @param [String] page_token
921
921
  # The standard list page token.
922
+ # @param [Boolean] return_partial_success
923
+ # When set to `true`, operations that are reachable are returned as normal, and
924
+ # those that are unreachable are returned in the [ListOperationsResponse.
925
+ # unreachable] field. This can only be `true` when reading across collections e.
926
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
927
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
928
+ # explicitly documented otherwise in service or product specific documentation.
922
929
  # @param [String] fields
923
930
  # Selector specifying which fields to include in a partial response.
924
931
  # @param [String] quota_user
@@ -936,7 +943,7 @@ module Google
936
943
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
937
944
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
938
945
  # @raise [Google::Apis::AuthorizationError] Authorization is required
939
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
946
+ 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)
940
947
  command = make_simple_command(:get, 'v1alpha1/{+name}/operations', options)
941
948
  command.response_representation = Google::Apis::NetworkconnectivityV1alpha1::GoogleLongrunningListOperationsResponse::Representation
942
949
  command.response_class = Google::Apis::NetworkconnectivityV1alpha1::GoogleLongrunningListOperationsResponse
@@ -944,6 +951,7 @@ module Google
944
951
  command.query['filter'] = filter unless filter.nil?
945
952
  command.query['pageSize'] = page_size unless page_size.nil?
946
953
  command.query['pageToken'] = page_token unless page_token.nil?
954
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
947
955
  command.query['fields'] = fields unless fields.nil?
948
956
  command.query['quotaUser'] = quota_user unless quota_user.nil?
949
957
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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-networkconnectivity_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.47.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.48.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: