Skip to content

Commit

Permalink
feat: Automated regeneration of datalabeling v1beta1 client (googleap…
Browse files Browse the repository at this point in the history
…is#8769)

Auto-created at 2022-03-23 12:01:54 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 23, 2022
1 parent e273da4 commit b6e5a93
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-datalabeling_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-datalabeling_v1beta1

### v0.10.0 (2022-03-23)

* Regenerated from discovery document revision 20220319
* Regenerated using generator version 0.4.1

### v0.9.0 (2021-12-14)

* Unspecified changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6150,8 +6150,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 GoogleProtobufEmpty
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 DatalabelingV1beta1
# Version of the google-apis-datalabeling_v1beta1 gem
GEM_VERSION = "0.9.0"
GEM_VERSION = "0.10.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20210809"
REVISION = "20220319"
end
end
end

0 comments on commit b6e5a93

Please sign in to comment.