Skip to content

Commit cee8d81

Browse files
feat: Automated regeneration of servicemanagement v1 client (googleapis#20947)
Auto-created at 2024-12-08 10:20:22 +0000 using the toys pull request generator.
1 parent 77910d9 commit cee8d81

File tree

5 files changed

+26
-2
lines changed

5 files changed

+26
-2
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312611,6 +312611,7 @@
312611312611
"/servicemanagement:v1/DisableServiceRequest/consumerId": consumer_id
312612312612
"/servicemanagement:v1/DisableServiceResponse": disable_service_response
312613312613
"/servicemanagement:v1/Documentation": documentation
312614+
"/servicemanagement:v1/Documentation/additionalIamInfo": additional_iam_info
312614312615
"/servicemanagement:v1/Documentation/documentationRootUrl": documentation_root_url
312615312616
"/servicemanagement:v1/Documentation/overview": overview
312616312617
"/servicemanagement:v1/Documentation/pages": pages
@@ -312721,6 +312722,8 @@
312721312722
"/servicemanagement:v1/GetPolicyOptions/requestedPolicyVersion": requested_policy_version
312722312723
"/servicemanagement:v1/GoSettings": go_settings
312723312724
"/servicemanagement:v1/GoSettings/common": common
312725+
"/servicemanagement:v1/GoSettings/renamedServices": renamed_services
312726+
"/servicemanagement:v1/GoSettings/renamedServices/renamed_service": renamed_service
312724312727
"/servicemanagement:v1/Http": http
312725312728
"/servicemanagement:v1/Http/fullyDecodeReservedExpansion": fully_decode_reserved_expansion
312726312729
"/servicemanagement:v1/Http/rules": rules

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.63.0 (2024-12-08)
4+
5+
* Regenerated from discovery document revision 20241202
6+
37
### v0.62.0 (2024-11-17)
48

59
* Regenerated from discovery document revision 20241106

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,12 @@ def update!(**args)
12301230
class Documentation
12311231
include Google::Apis::Core::Hashable
12321232

1233+
# Optional information about the IAM configuration. This is typically used to
1234+
# link to documentation about a product's IAM roles and permissions.
1235+
# Corresponds to the JSON property `additionalIamInfo`
1236+
# @return [String]
1237+
attr_accessor :additional_iam_info
1238+
12331239
# The URL to the root of documentation.
12341240
# Corresponds to the JSON property `documentationRootUrl`
12351241
# @return [String]
@@ -1282,6 +1288,7 @@ def initialize(**args)
12821288

12831289
# Update properties of this object
12841290
def update!(**args)
1291+
@additional_iam_info = args[:additional_iam_info] if args.key?(:additional_iam_info)
12851292
@documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url)
12861293
@overview = args[:overview] if args.key?(:overview)
12871294
@pages = args[:pages] if args.key?(:pages)
@@ -1910,13 +1917,21 @@ class GoSettings
19101917
# @return [Google::Apis::ServicemanagementV1::CommonLanguageSettings]
19111918
attr_accessor :common
19121919

1920+
# Map of service names to renamed services. Keys are the package relative
1921+
# service names and values are the name to be used for the service client and
1922+
# call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
1923+
# Corresponds to the JSON property `renamedServices`
1924+
# @return [Hash<String,String>]
1925+
attr_accessor :renamed_services
1926+
19131927
def initialize(**args)
19141928
update!(**args)
19151929
end
19161930

19171931
# Update properties of this object
19181932
def update!(**args)
19191933
@common = args[:common] if args.key?(:common)
1934+
@renamed_services = args[:renamed_services] if args.key?(:renamed_services)
19201935
end
19211936
end
19221937

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.62.0"
19+
GEM_VERSION = "0.63.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 = "20241106"
25+
REVISION = "20241202"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
946946
class Documentation
947947
# @private
948948
class Representation < Google::Apis::Core::JsonRepresentation
949+
property :additional_iam_info, as: 'additionalIamInfo'
949950
property :documentation_root_url, as: 'documentationRootUrl'
950951
property :overview, as: 'overview'
951952
collection :pages, as: 'pages', class: Google::Apis::ServicemanagementV1::Page, decorator: Google::Apis::ServicemanagementV1::Page::Representation
@@ -1115,6 +1116,7 @@ class GoSettings
11151116
class Representation < Google::Apis::Core::JsonRepresentation
11161117
property :common, as: 'common', class: Google::Apis::ServicemanagementV1::CommonLanguageSettings, decorator: Google::Apis::ServicemanagementV1::CommonLanguageSettings::Representation
11171118

1119+
hash :renamed_services, as: 'renamedServices'
11181120
end
11191121
end
11201122

0 commit comments

Comments
 (0)