google-apis-tpu_v2alpha1 0.34.0 → 0.35.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 23b94b3486e7cf514a866a5390c65b2fe14e1c6d57272bfeeef9cdcd301c87c8
4
- data.tar.gz: ea9674d9b9dbd4bb82bc9303305d7238753693abf2484cf76b1cd1d0ac5b0663
3
+ metadata.gz: 3fcff765ab5695297cb1e96fe95d9d4d38dd8dcce98b9cf6f2719cb3546dc29a
4
+ data.tar.gz: e4cbf6d562b1d90565b90b4673191a4116fca39bd7304514242fafd9f33350cd
5
5
  SHA512:
6
- metadata.gz: 6c8698d92f80096c89dfcaa6171d76d00cb163fb162b86e435ae7948c49e26ae001d3241f2703ef1d88b75c209de7467cbf49f25e5de9cde2f2abb2c93ac6cd1
7
- data.tar.gz: bfc949c49aada7421fab3bebc4ee773fff5ea6fc0f2f267727979316783fd56f1deecb901a6dacbb91484fe1a6d1e85fbb0ae019731bcfc25ad6026417ee3184
6
+ metadata.gz: b2cbe18c40bac7a0b84ff1e1c3eb67f560852a0c93d7b1f215b12485a5425a8f0e0a399303d7fb22e354a9f49398448bd99c9a159325e49e9b731da4f24fb998
7
+ data.tar.gz: 17e09825f4277cc397a46f62750b604429f53b4f688104549a43120256d675437646795addd3923dc3879c5fd7fb914979c9a784c9b84e6e2da96da8e8d54b26
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.35.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250103
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.34.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241126
@@ -954,7 +954,10 @@ module Google
954
954
  # @return [Google::Apis::TpuV2alpha1::NetworkConfig]
955
955
  attr_accessor :network_config
956
956
 
957
- # Optional. Repeated network configurations for the TPU node.
957
+ # Optional. Repeated network configurations for the TPU node. This field is used
958
+ # to specify multiple networks configs for the TPU node. network_config and
959
+ # network_configs are mutually exclusive, you can only specify one of them. If
960
+ # both are specified, an error will be returned.
958
961
  # Corresponds to the JSON property `networkConfigs`
959
962
  # @return [Array<Google::Apis::TpuV2alpha1::NetworkConfig>]
960
963
  attr_accessor :network_configs
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241126"
25
+ REVISION = "20250103"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tpu_v2alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.35.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud TPU API V2alpha1
82
79
  test_files: []