google-apis-tpu_v2alpha1 0.46.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: affa98e2818865cdd7c644441d560b12706010b3e0167fdce0c791172b993d84
4
- data.tar.gz: ea4605410046cacfb0fa6bb8ed525cb4f0325e0c25ca02e9bbdcff1d2da94fba
3
+ metadata.gz: bc4a9b11d503a791e6b56e15b456f1e37a8c6eeccbde180a89e6d67fe04c46a6
4
+ data.tar.gz: ad2529e4ba775d7f627eb65fa21bdd8badab520c861a72db08fb09f3d229a952
5
5
  SHA512:
6
- metadata.gz: 12e1172948fca6e8826b490a9af24a19b102954172b3073ea044ca72a3db04fe98ccfd0bc6688f00b3eceab744b19bb755fc869b082c7e310dda7f78da87b27b
7
- data.tar.gz: 8c3b23e974089d2f0468715ec234c8e77bf82c8f86959b75bc9274ae148f24f80b7ab887c0f3413424a54bac40ca0ec096f640b01a0f710e3a6a94da09cfb48a
6
+ metadata.gz: 20924a72d011c5a25d0f182c57565a7958b1c057bcb82d3cbdabbe4c7e9e232128037c7c27c69f5c768821aec89646eeb0c67b3595e64a3a5685d05d461c7834
7
+ data.tar.gz: ed2636cab343ec082a8873e51193bc783a33d76f9e7831bf6a6a624a2f48b1128c5b98ecd59b7973037d225259a060859aa53d84ccfe792b5441d7a0fcfceffd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.48.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251130
6
+
7
+ ### v0.47.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20251005
10
+
3
11
  ### v0.46.0 (2025-09-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20250918
@@ -653,6 +653,14 @@ module Google
653
653
  # @return [Array<Google::Apis::TpuV2alpha1::Operation>]
654
654
  attr_accessor :operations
655
655
 
656
+ # Unordered list. Unreachable resources. Populated when the request sets `
657
+ # ListOperationsRequest.return_partial_success` and reads across collections.
658
+ # For example, when attempting to list all resources across all supported
659
+ # locations.
660
+ # Corresponds to the JSON property `unreachable`
661
+ # @return [Array<String>]
662
+ attr_accessor :unreachable
663
+
656
664
  def initialize(**args)
657
665
  update!(**args)
658
666
  end
@@ -661,6 +669,7 @@ module Google
661
669
  def update!(**args)
662
670
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
663
671
  @operations = args[:operations] if args.key?(:operations)
672
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
664
673
  end
665
674
  end
666
675
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TpuV2alpha1
18
18
  # Version of the google-apis-tpu_v2alpha1 gem
19
- GEM_VERSION = "0.46.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 = "20250918"
25
+ REVISION = "20251130"
26
26
  end
27
27
  end
28
28
  end
@@ -626,6 +626,7 @@ module Google
626
626
  property :next_page_token, as: 'nextPageToken'
627
627
  collection :operations, as: 'operations', class: Google::Apis::TpuV2alpha1::Operation, decorator: Google::Apis::TpuV2alpha1::Operation::Representation
628
628
 
629
+ collection :unreachable, as: 'unreachable'
629
630
  end
630
631
  end
631
632
 
@@ -118,8 +118,8 @@ module Google
118
118
  # @param [String] name
119
119
  # The resource that owns the locations collection, if applicable.
120
120
  # @param [Array<String>, String] extra_location_types
121
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
122
- # field which is primarily intended for internal usage.
121
+ # Optional. Do not use this field. It is unsupported and is ignored unless
122
+ # explicitly documented otherwise. This is primarily for internal usage.
123
123
  # @param [String] filter
124
124
  # A filter to narrow down results to a preferred subset. The filtering language
125
125
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -684,6 +684,14 @@ module Google
684
684
  # The standard list page size.
685
685
  # @param [String] page_token
686
686
  # The standard list page token.
687
+ # @param [Boolean] return_partial_success
688
+ # When set to `true`, operations that are reachable are returned as normal, and
689
+ # those that are unreachable are returned in the ListOperationsResponse.
690
+ # unreachable field. This can only be `true` when reading across collections.
691
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
692
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
693
+ # if set unless explicitly documented otherwise in service or product specific
694
+ # documentation.
687
695
  # @param [String] fields
688
696
  # Selector specifying which fields to include in a partial response.
689
697
  # @param [String] quota_user
@@ -701,7 +709,7 @@ module Google
701
709
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
702
710
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
703
711
  # @raise [Google::Apis::AuthorizationError] Authorization is required
704
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
712
+ 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)
705
713
  command = make_simple_command(:get, 'v2alpha1/{+name}/operations', options)
706
714
  command.response_representation = Google::Apis::TpuV2alpha1::ListOperationsResponse::Representation
707
715
  command.response_class = Google::Apis::TpuV2alpha1::ListOperationsResponse
@@ -709,6 +717,7 @@ module Google
709
717
  command.query['filter'] = filter unless filter.nil?
710
718
  command.query['pageSize'] = page_size unless page_size.nil?
711
719
  command.query['pageToken'] = page_token unless page_token.nil?
720
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
712
721
  command.query['fields'] = fields unless fields.nil?
713
722
  command.query['quotaUser'] = quota_user unless quota_user.nil?
714
723
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tpu_v2alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.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-tpu_v2alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.46.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.48.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
62
62
  rdoc_options: []
63
63
  require_paths: