google-apis-tpu_v2alpha1 0.4.0 → 0.5.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: c372cc6fc010fca975d7ce054fb193ce8de9b1fb85c34844b5f10591d25c395d
4
- data.tar.gz: cb60075ffcfec83137024baa41e0ee662cb77ee4b42689eb1fab48a7196ccbfc
3
+ metadata.gz: 9a73ee8ff304611ae9723a46f7da7efcb92d1abf2b62a1063ee4c7ba794d3805
4
+ data.tar.gz: 0a050876dc26db5cd5c13f6093aa152530160f9eee7b25009b1a22449d9b0d41
5
5
  SHA512:
6
- metadata.gz: 68d9e6d9fc966966921a315208b4027d4546f7fc1056b9238487d2ce7b248c1dccb8a95a54417256145b86b9fd2875d9d1e2241b1e7b888f03c5233981ee2464
7
- data.tar.gz: c4b1769d5ca77954b682203f6a16df5784082ebc19a5db8ff7c12b64a898e32df318e7897363414d86c25cd4279f36348a70fb10224fe9d580de63e5030e31d5
6
+ metadata.gz: f558c497c171a1a6ff21c7882e333e1eb22c70bbf2933b7a453150afb7d9c6bd49e901559dd37ea5b3267e0a2b94f57b16c3442db146ef0dec23a71a7dc0fe43
7
+ data.tar.gz: c845fd22937a581ee4d5ab07e78b2052b9b06e95f5150c482d588bf773226513611a5ebdad84607c44762aa57d4d9a10a1dbe32b322728ef0f8cfd85e822f20a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v2alpha1
2
2
 
3
+ ### v0.5.0 (2022-04-17)
4
+
5
+ * Regenerated from discovery document revision 20220412
6
+
3
7
  ### v0.4.0 (2022-03-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220301
@@ -96,8 +96,7 @@ module Google
96
96
  # A generic empty message that you can re-use to avoid defining duplicated empty
97
97
  # messages in your APIs. A typical example is to use it as the request or the
98
98
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
99
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
100
- # `Empty` is empty JSON object ````.
99
+ # protobuf.Empty) returns (google.protobuf.Empty); `
101
100
  class Empty
102
101
  include Google::Apis::Core::Hashable
103
102
 
@@ -533,7 +532,7 @@ module Google
533
532
  class Node
534
533
  include Google::Apis::Core::Hashable
535
534
 
536
- # Required. The type of hardware accelerators associated with this node.
535
+ # The type of hardware accelerators associated with this node.
537
536
  # Corresponds to the JSON property `acceleratorType`
538
537
  # @return [String]
539
538
  attr_accessor :accelerator_type
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220301"
25
+ REVISION = "20220412"
26
26
  end
27
27
  end
28
28
  end
@@ -117,8 +117,8 @@ module Google
117
117
  # The resource that owns the locations collection, if applicable.
118
118
  # @param [String] filter
119
119
  # A filter to narrow down results to a preferred subset. The filtering language
120
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
121
- # AIP-160](https://google.aip.dev/160).
120
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
121
+ # in [AIP-160](https://google.aip.dev/160).
122
122
  # @param [Fixnum] page_size
123
123
  # The maximum number of results to return. If not set, the service selects a
124
124
  # default.
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.4.0
4
+ version: 0.5.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: 2022-03-07 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2alpha1/v0.5.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: []