google-apis-tpu_v2alpha1 0.2.0 → 0.3.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: a3427b5f60a7f817087502886535206c29f0675fcb0039b9d86b207412a8a0ed
4
- data.tar.gz: 1720c899de985ea777526723f3576ed76e9cf7a983d5a092200bde6d00ce132f
3
+ metadata.gz: c4f30f69aeab6dc0f956f7b14179c0f1e640874946a7e603cd26de236a0e642a
4
+ data.tar.gz: a0339c63f55cb58d8d5fd2c49334ce276c1f42bba2b80a2753a6237c48b6f761
5
5
  SHA512:
6
- metadata.gz: 411ef08fd714da516b0d03a31294e9ec95b7a0285b62f3ff11d1d57b979399be1ed57bd7cc4d7c961836998f3de391a35727beb80d7490c32567c0cf431720fb
7
- data.tar.gz: f78505fdedb20f4cda402b519ea7caca6810b948059fc1db841ae10a1175d5c0428322c0215becb96140fa1c6d3c056a949800e86e84108bac07ae092eb83771
6
+ metadata.gz: cc008fdc568af405b24892d741f80500e822f493a2a6f44be2b1b4d58a7c1468eee528f05d785cef775f0e0c412e844897f4f97949fb8b5363a5f3ff82d3fe46
7
+ data.tar.gz: b5aed9b56d560ab48d0c3ef792bece98fe585cb865d521c23cf6a233db220225a82bb37ff1f4484e39b9b2c7929a855c0e29cabd0a93d47ac2c77df663c216f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.3.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
3
7
  ### v0.2.0 (2021-11-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20211108
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/tpu_v2alpha1"
51
51
  client = Google::Apis::TpuV2alpha1::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 TpuV2alpha1
18
18
  # Version of the google-apis-tpu_v2alpha1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.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_v2alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-11-15 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_v2alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2alpha1
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 V2alpha1