google-apis-tpu_v2alpha1 0.33.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3fcff765ab5695297cb1e96fe95d9d4d38dd8dcce98b9cf6f2719cb3546dc29a
|
4
|
+
data.tar.gz: e4cbf6d562b1d90565b90b4673191a4116fca39bd7304514242fafd9f33350cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2cbe18c40bac7a0b84ff1e1c3eb67f560852a0c93d7b1f215b12485a5425a8f0e0a399303d7fb22e354a9f49398448bd99c9a159325e49e9b731da4f24fb998
|
7
|
+
data.tar.gz: 17e09825f4277cc397a46f62750b604429f53b4f688104549a43120256d675437646795addd3923dc3879c5fd7fb914979c9a784c9b84e6e2da96da8e8d54b26
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
8
|
+
### v0.34.0 (2024-12-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241126
|
11
|
+
|
3
12
|
### v0.33.0 (2024-12-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241025
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -575,8 +575,8 @@ module Google
|
|
575
575
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
576
576
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
577
577
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
578
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
579
|
-
# corresponding to `Code.CANCELLED`.
|
578
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
579
|
+
# , corresponding to `Code.CANCELLED`.
|
580
580
|
# @param [String] name
|
581
581
|
# The name of the operation resource to be cancelled.
|
582
582
|
# @param [String] fields
|
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.
|
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:
|
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.
|
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.
|
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: []
|