File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
generated/google-apis-batch_v1 Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments