google-apis-tpu_v1alpha1 0.9.0 → 0.10.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: 6c289e5312cef8c2a44926f42e80ddd750a29dd41d23796e87f4148046bb2278
|
4
|
+
data.tar.gz: 1f14d82a89c1ae620590da1cee68f2fd92d48fa31d3af025188157399b21e8f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 173fa87b39b82b1d4a63b19b71c7a09bd74e676f8463aafb7d0e6e0bd78b42cdcf89e2b867bca250b071837767c398106a229a5c6a9da3669981ff36c5eb6cc1
|
7
|
+
data.tar.gz: 7523de12089412004727dd793c73f56a7617dc28c55036d943d7c6dc84d58c4eec3d43acd202cebc729f0e692b7104d8752a2f174db8ee3f958fa750abbc6e4c
|
data/CHANGELOG.md
CHANGED
@@ -499,7 +499,7 @@ module Google
|
|
499
499
|
attr_accessor :api_version
|
500
500
|
|
501
501
|
# Output only. Identifies whether the user has requested cancellation of the
|
502
|
-
# operation. Operations that have
|
502
|
+
# operation. Operations that have been cancelled successfully have Operation.
|
503
503
|
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
504
504
|
# CANCELLED`.
|
505
505
|
# Corresponds to the JSON property `cancelRequested`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TpuV1alpha1
|
18
18
|
# Version of the google-apis-tpu_v1alpha1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210824"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -398,7 +398,7 @@ module Google
|
|
398
398
|
execute_or_queue_command(command, &block)
|
399
399
|
end
|
400
400
|
|
401
|
-
# Stops a node.
|
401
|
+
# Stops a node. This operation is only available with single TPU nodes.
|
402
402
|
# @param [String] name
|
403
403
|
# The resource name.
|
404
404
|
# @param [Google::Apis::TpuV1alpha1::StopNodeRequest] stop_node_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-tpu_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-tpu_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.10.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-tpu_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|