Skip to content

Commit dd891ba

Browse files
feat: Automated regeneration of serviceconsumermanagement v1 client (googleapis#20351)
Auto-created at 2024-10-06 09:53:13 +0000 using the toys pull request generator.
1 parent 8c3692b commit dd891ba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-serviceconsumermanagement_v1
22

3+
### v0.53.0 (2024-10-06)
4+
5+
* Regenerated from discovery document revision 20240929
6+
37
### v0.52.0 (2024-09-29)
48

59
* Regenerated from discovery document revision 20240919

generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2412,7 +2412,7 @@ def update!(**args)
24122412
# AccessControl The mixin construct implies that all methods in `AccessControl`
24132413
# are also declared with same name and request/response types in `Storage`. A
24142414
# documentation generator or annotation processor will see the effective `
2415-
# Storage.GetAcl` method after inherting documentation and annotations as
2415+
# Storage.GetAcl` method after inheriting documentation and annotations as
24162416
# follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
24172417
# GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
24182418
# `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`

generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ServiceconsumermanagementV1
1818
# Version of the google-apis-serviceconsumermanagement_v1 gem
19-
GEM_VERSION = "0.52.0"
19+
GEM_VERSION = "0.53.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 = "20240919"
25+
REVISION = "20240929"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)