google-apis-tpu_v2 0.4.0 → 0.5.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: 9fd105c1827924bafbb4207de4f4fb41fa49b9408ea933dbfa57b16ecadda968
4
- data.tar.gz: 420b6e766fa5c6e68afb5982dc1886e635be9fd29719b6f6e3310bbfdb93f476
3
+ metadata.gz: 2b4904a4fc149c84bde77f74ed68307988332f0609fd870466adc6494f3befe0
4
+ data.tar.gz: 5df3bdd4ebc19b19c8905ef8a10e01667c882eeb1b9ffb3fc36b9bc94d10cf7e
5
5
  SHA512:
6
- metadata.gz: a5b758ac3a44905fd1992c2f3d6997b2fa183e0164b6c53c7aef6e68b578f75809a6e469f434dca72e3e6193acf00dd239ba81cc9f064b8ed6f365d6c4aeaaed
7
- data.tar.gz: 712ee786b7556dfa7fceee87a84fed1091c5cec4645404565948f497538fbdfe36fa3daa38042d43fe87dc056ff65cbcc27803862ef9a188c4a26f4cc154d2e8
6
+ metadata.gz: 72d9b39d4ab467aa7243d613670d19a9f1f721ba701220bb11219d88bdd59a72eea21185743f096e9d0005861612a99c6a74033308dee3240f04f0e99ba54f36
7
+ data.tar.gz: 92c1d7f15a8fcb79d3c98e049829483c703365261d6562224f0eb62d05809524014f4f3046257dac672a751a712e2a7a7eed8fdec6b8320b07b375cf80d5d3f5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v2
2
2
 
3
+ ### v0.5.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230316
6
+
3
7
  ### v0.4.0 (2023-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230216
@@ -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.5.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 = "20230316"
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.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: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.5.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: []