google-apis-tpu_v2alpha1 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: c00fdc1b926949369c9e9fa903b8421e3b4bd300393ed7bea0c95512ac3132f4
4
- data.tar.gz: 14628a69baece67839b16a0c84c1a7a14df312b8e8454d40393e6b47332925be
3
+ metadata.gz: bc4a9b11d503a791e6b56e15b456f1e37a8c6eeccbde180a89e6d67fe04c46a6
4
+ data.tar.gz: ad2529e4ba775d7f627eb65fa21bdd8badab520c861a72db08fb09f3d229a952
5
5
  SHA512:
6
- metadata.gz: 1fb70810ef0f7c0771333fa81b63d766ed1f925fb774443b309d97fb09d7d9c35d96d521080949cec042257fb9b3c038a84c814637ba788e615c509fd2ceeb47
7
- data.tar.gz: a248c5449a270234c9dd939b4414501bdf48166fa0398219b5e16005f2a482d5aafa58f74a61dd9513a621ea4754b9aace4c4ac6c247ffb2b4517da9bdf399ce
6
+ metadata.gz: 20924a72d011c5a25d0f182c57565a7958b1c057bcb82d3cbdabbe4c7e9e232128037c7c27c69f5c768821aec89646eeb0c67b3595e64a3a5685d05d461c7834
7
+ data.tar.gz: ed2636cab343ec082a8873e51193bc783a33d76f9e7831bf6a6a624a2f48b1128c5b98ecd59b7973037d225259a060859aa53d84ccfe792b5441d7a0fcfceffd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.47.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251005
@@ -654,8 +654,9 @@ module Google
654
654
  attr_accessor :operations
655
655
 
656
656
  # Unordered list. Unreachable resources. Populated when the request sets `
657
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
658
- # when attempting to list all resources across all supported locations.
657
+ # ListOperationsRequest.return_partial_success` and reads across collections.
658
+ # For example, when attempting to list all resources across all supported
659
+ # locations.
659
660
  # Corresponds to the JSON property `unreachable`
660
661
  # @return [Array<String>]
661
662
  attr_accessor :unreachable
@@ -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.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 = "20251005"
25
+ REVISION = "20251130"
26
26
  end
27
27
  end
28
28
  end
@@ -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
@@ -686,11 +686,12 @@ module Google
686
686
  # The standard list page token.
687
687
  # @param [Boolean] return_partial_success
688
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 e.
691
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
692
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
693
- # explicitly documented otherwise in service or product specific documentation.
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.
694
695
  # @param [String] fields
695
696
  # Selector specifying which fields to include in a partial response.
696
697
  # @param [String] quota_user
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.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-tpu_v2alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.47.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: