Skip to content

Commit 0f253d6

Browse files
feat: Automated regeneration of batch v1 client (googleapis#20410)
Auto-created at 2024-10-20 09:22:33 +0000 using the toys pull request generator.
1 parent 1a5c268 commit 0f253d6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

generated/google-apis-batch_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-batch_v1
22

3+
### v0.46.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241002
6+
37
### v0.45.0 (2024-10-06)
48

59
* Regenerated from discovery document revision 20240925

generated/google-apis-batch_v1/lib/google/apis/batch_v1/classes.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,10 +1155,10 @@ class InstancePolicy
11551155
# @return [String]
11561156
attr_accessor :provisioning_model
11571157

1158-
# Optional. If specified, VMs will consume only the specified reservation. If
1159-
# not specified (default), VMs will consume any applicable reservation.
1160-
# Additionally, VMs will not consume any reservation if "NO_RESERVATION" is
1161-
# specified.
1158+
# Optional. If not specified (default), VMs will consume any applicable
1159+
# reservation. If "NO_RESERVATION" is specified, VMs will not consume any
1160+
# reservation. Otherwise, if specified, VMs will consume only the specified
1161+
# reservation.
11621162
# Corresponds to the JSON property `reservation`
11631163
# @return [String]
11641164
attr_accessor :reservation

generated/google-apis-batch_v1/lib/google/apis/batch_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BatchV1
1818
# Version of the google-apis-batch_v1 gem
19-
GEM_VERSION = "0.45.0"
19+
GEM_VERSION = "0.46.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240925"
25+
REVISION = "20241002"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)