Skip to content

Commit 21a49ca

Browse files
feat: Automated regeneration of servicemanagement v1 client (#24869)
Auto-created at 2025-11-02 10:58:19 +0000 using the toys pull request generator.
1 parent 0003362 commit 21a49ca

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-servicemanagement_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-servicemanagement_v1
22

3+
### v0.72.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251027
6+
37
### v0.71.0 (2025-10-12)
48

59
* Regenerated from discovery document revision 20251001

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,9 +1212,9 @@ def update!(**args)
12121212
class Control
12131213
include Google::Apis::Core::Hashable
12141214

1215-
# The service controller environment to use. If empty, no control plane feature (
1216-
# like quota and billing) will be enabled. The recommended value for most
1217-
# services is servicecontrol.googleapis.com
1215+
# The service controller environment to use. If empty, no control plane features
1216+
# (like quota and billing) will be enabled. The recommended value for most
1217+
# services is servicecontrol.googleapis.com.
12181218
# Corresponds to the JSON property `environment`
12191219
# @return [String]
12201220
attr_accessor :environment

generated/google-apis-servicemanagement_v1/lib/google/apis/servicemanagement_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 ServicemanagementV1
1818
# Version of the google-apis-servicemanagement_v1 gem
19-
GEM_VERSION = "0.71.0"
19+
GEM_VERSION = "0.72.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251001"
25+
REVISION = "20251027"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)