google-apis-tpu_v2 0.4.0 → 0.6.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: 9fd105c1827924bafbb4207de4f4fb41fa49b9408ea933dbfa57b16ecadda968
4
- data.tar.gz: 420b6e766fa5c6e68afb5982dc1886e635be9fd29719b6f6e3310bbfdb93f476
3
+ metadata.gz: 346defd70f7be0901ed8add37f43d22b2d40e00536789e2dbab3469e3b15eb6a
4
+ data.tar.gz: a7ba236ed864aaf1f5055bc3d58966383658da369615cb2fd5fcf01600d9412d
5
5
  SHA512:
6
- metadata.gz: a5b758ac3a44905fd1992c2f3d6997b2fa183e0164b6c53c7aef6e68b578f75809a6e469f434dca72e3e6193acf00dd239ba81cc9f064b8ed6f365d6c4aeaaed
7
- data.tar.gz: 712ee786b7556dfa7fceee87a84fed1091c5cec4645404565948f497538fbdfe36fa3daa38042d43fe87dc056ff65cbcc27803862ef9a188c4a26f4cc154d2e8
6
+ metadata.gz: '0789ecadd810c885a36a5b8785ab964fc94402ce7508a94741c87df3a960d8c43c4da5c9864f85f35b4c140bb09616b3b27a48dd09c95ce5e061e64127cb1237'
7
+ data.tar.gz: f3ae9b5ac699595e38f38b9e2e43a464aabe92b628e6e9c75ce99f84a3e3f2d91cbdafd1758cacb9f77eec38f19c7d3cca2f53569202d62e66c718ac21d41ed6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-tpu_v2
2
2
 
3
+ ### v0.6.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230420
6
+
7
+ ### v0.5.0 (2023-03-26)
8
+
9
+ * Regenerated from discovery document revision 20230316
10
+
3
11
  ### v0.4.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230216
@@ -436,7 +436,7 @@ module Google
436
436
  end
437
437
  end
438
438
 
439
- # A resource that represents Google Cloud Platform location.
439
+ # A resource that represents a Google Cloud location.
440
440
  class Location
441
441
  include Google::Apis::Core::Hashable
442
442
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TpuV2
18
18
  # Version of the google-apis-tpu_v2 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230216"
25
+ REVISION = "20230420"
26
26
  end
27
27
  end
28
28
  end
@@ -597,13 +597,7 @@ module Google
597
597
  end
598
598
 
599
599
  # Lists operations that match the specified filter in the request. If the server
600
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
601
- # binding allows API services to override the binding to use different resource
602
- # name schemes, such as `users/*/operations`. To override the binding, API
603
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
604
- # service configuration. For backwards compatibility, the default name includes
605
- # the operations collection id, however overriding users must ensure the name
606
- # binding is the parent resource, without the operations collection id.
600
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
607
601
  # @param [String] name
608
602
  # The name of the operation's parent resource.
609
603
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-tpu_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.6.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-04-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/main/generated/google-apis-tpu_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v2/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v2
63
63
  post_install_message:
64
64
  rdoc_options: []