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 serviceconsumermanagement v1 client #7959

Merged
merged 1 commit into from
Dec 16, 2021
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-serviceconsumermanagement_v1

### v0.16.0 (2021-12-16)

* Unspecified changes

### v0.15.0 (2021-10-20)

* Unspecified changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require "google/apis/serviceconsumermanagement_v1"
client = Google::Apis::ServiceconsumermanagementV1::ServiceConsumerManagementService.new

# Authenticate calls
client.authentication = # ... use the googleauth gem to create credentials
client.authorization = # ... use the googleauth gem to create credentials
```

See the class reference docs for information on the methods you can call from a client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Google
module Apis
module ServiceconsumermanagementV1
# Version of the google-apis-serviceconsumermanagement_v1 gem
GEM_VERSION = "0.15.0"
GEM_VERSION = "0.16.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "cd6f517038b44c46388c48ef30ac4612b7d1d2c3"
"sha": "fef0da02be4ee8320af9264d50d2f515df6718d7"
}
}
]
Expand Down