Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of batch v1 client #20410

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-batch_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-batch_v1

### v0.46.0 (2024-10-20)

* Regenerated from discovery document revision 20241002

### v0.45.0 (2024-10-06)

* Regenerated from discovery document revision 20240925
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1155,10 +1155,10 @@ class InstancePolicy
# @return [String]
attr_accessor :provisioning_model

# Optional. If specified, VMs will consume only the specified reservation. If
# not specified (default), VMs will consume any applicable reservation.
# Additionally, VMs will not consume any reservation if "NO_RESERVATION" is
# specified.
# Optional. If not specified (default), VMs will consume any applicable
# reservation. If "NO_RESERVATION" is specified, VMs will not consume any
# reservation. Otherwise, if specified, VMs will consume only the specified
# reservation.
# Corresponds to the JSON property `reservation`
# @return [String]
attr_accessor :reservation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BatchV1
# Version of the google-apis-batch_v1 gem
GEM_VERSION = "0.45.0"
GEM_VERSION = "0.46.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240925"
REVISION = "20241002"
end
end
end
Loading