google-apis-tpu_v1alpha1 0.11.0 → 0.12.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: fd7f4faba11857657b9203ad39e69a946bf2e6b1c536018863056141ba0a7c14
4
- data.tar.gz: ae6db8e3d80f35574a74fc8d14470135ec7273b3ddbc37179e69616a3af279da
3
+ metadata.gz: de278a2ba2968d04ba3f9e3592d68f984ff7f9db5a038d1ea6c5a46401ce8477
4
+ data.tar.gz: 0ab513c36f694c3510ff366d73384e1f4169dd57393ff11578c6e9fcc999ad14
5
5
  SHA512:
6
- metadata.gz: eef54b22ba04d9d866d061e2ad3e6d3682947c76fa8aeaddfc66f462c5b532ec2e34cc4ee52e2772dfb52548c746bb08b15382e9f1ea49e47c7f2912ff3aeec1
7
- data.tar.gz: 5d5a6b9a2c6fca41c23ded362cd50cd675238eecc6253dae75c9d642b3afe387a4d8a99b18495fe98915e21ebed03e5236897437b4a79af58b950bdb70a85837
6
+ metadata.gz: f0c5d77a5369744a034ccbe6ea716c1e05c801392791b5d3c7d926266a3a641eb94240efa08cf4c439b533f2efa58ab0b84148ec41c0ff4fc347456cfb4c98a1
7
+ data.tar.gz: 02cd07acba687e870a70ea13acb7b5c75a5798e57a0640ac01cc5ab8090d665ea141093e991fc85d68b7cab0ce1317a19b3218953511a1d2b00a4f2b887c221c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v1alpha1
2
2
 
3
+ ### v0.12.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.11.0 (2021-10-21)
4
8
 
5
9
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/tpu_v1alpha1"
51
51
  client = Google::Apis::TpuV1alpha1::TPUService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -16,7 +16,7 @@ module Google
16
16
  module Apis
17
17
  module TpuV1alpha1
18
18
  # Version of the google-apis-tpu_v1alpha1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
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.11.0
4
+ version: 0.12.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-10-27 00:00:00.000000000 Z
11
+ date: 2022-01-10 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/main/generated/google-apis-tpu_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1alpha1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud TPU API V1alpha1