Skip to content

Commit

Permalink
feat: Automated regeneration of binaryauthorization v1 client (google…
Browse files Browse the repository at this point in the history
…apis#8772)

Auto-created at 2022-03-24 11:15:13 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 24, 2022
1 parent 1df24be commit 9913486
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-binaryauthorization_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-binaryauthorization_v1

### v0.15.0 (2022-03-24)

* Regenerated from discovery document revision 20220318

### v0.14.0 (2022-03-03)

* Regenerated from discovery document revision 20220225
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ def update!(**args)
# A generic empty message that you can re-use to avoid defining duplicated empty
# messages in your APIs. A typical example is to use it as the request or the
# response type of an API method. For instance: service Foo ` rpc Bar(google.
# protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
# `Empty` is empty JSON object ````.
# protobuf.Empty) returns (google.protobuf.Empty); `
class Empty
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module BinaryauthorizationV1
# Version of the google-apis-binaryauthorization_v1 gem
GEM_VERSION = "0.14.0"
GEM_VERSION = "0.15.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20220225"
REVISION = "20220318"
end
end
end

0 comments on commit 9913486

Please sign in to comment.