google-apis-batch_v1 0.13.0 → 0.14.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: fdca39b9bcce5ba56cf41a0c0d034951f14ab3ef319c8520ed7a1e7968192d3e
4
- data.tar.gz: d99dc563bf11782e8fa01780a068f8e4e18ee1be8de9232a52598c27bcd42637
3
+ metadata.gz: 54c507e8d0d05bd01b00b1accc9af2f7b89d15c5190e4a247f5f44a306427bd3
4
+ data.tar.gz: e8694e41a2eaf6950310bd4b40087645708365e19f0f9e8b83b97103578e4b72
5
5
  SHA512:
6
- metadata.gz: 6131b15a778f8ec46798a0b36369701193e5b3e846f1bc0277138fa33ebe9f55d06b1687065e56d64cb0b9c08981916449408286891d3de98ee2e195efe1c97b
7
- data.tar.gz: e2819b6318b1f349eb0b3b853583a43eaaf204c7e7b1292e946405edc0fe4834514ec9a72c1ca52990025f23073775b20425c1ad3647cadee82c7d4527753763
6
+ metadata.gz: 84eee48f40925be6efa50810cb97f24ce33614492b08b9a617f830f1e0b0a0566f2137445729dab70051a0396f7c0e88ec089cb2dc705e87ba40126d8c04e9f9
7
+ data.tar.gz: b36a1fb8f7d30d8943c6bd09160abb304b644d431cc71e540788bb6bf7d2e710608a94a4f627ac6790744642735bbdc4f011356ae4081e584e7827c1b562cb10
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-batch_v1
2
2
 
3
+ ### v0.14.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230518
6
+
3
7
  ### v0.13.0 (2023-05-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20230509
@@ -693,7 +693,7 @@ module Google
693
693
  attr_accessor :machine_type
694
694
 
695
695
  # The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/
696
- # specify-min-cpu-platform. Not yet implemented.
696
+ # specify-min-cpu-platform.
697
697
  # Corresponds to the JSON property `minCpuPlatform`
698
698
  # @return [String]
699
699
  attr_accessor :min_cpu_platform
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BatchV1
18
18
  # Version of the google-apis-batch_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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 = "20230509"
25
+ REVISION = "20230518"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-batch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-05-21 00:00:00.000000000 Z
11
+ date: 2023-05-28 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-batch_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-batch_v1
63
63
  post_install_message:
64
64
  rdoc_options: []