Skip to content

Commit 1dd8ab8

Browse files
feat: Automated regeneration of serviceconsumermanagement v1 client (googleapis#21128)
Auto-created at 2024-12-22 10:24:01 +0000 using the toys pull request generator.
1 parent d877387 commit 1dd8ab8

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312094,6 +312094,7 @@
312094312094
"/serviceconsumermanagement:v1/DeleteTenantProjectRequest": delete_tenant_project_request
312095312095
"/serviceconsumermanagement:v1/DeleteTenantProjectRequest/tag": tag
312096312096
"/serviceconsumermanagement:v1/Documentation": documentation
312097+
"/serviceconsumermanagement:v1/Documentation/additionalIamInfo": additional_iam_info
312097312098
"/serviceconsumermanagement:v1/Documentation/documentationRootUrl": documentation_root_url
312098312099
"/serviceconsumermanagement:v1/Documentation/overview": overview
312099312100
"/serviceconsumermanagement:v1/Documentation/pages": pages

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.55.0 (2024-12-22)
4+
5+
* Regenerated from discovery document revision 20241210
6+
37
### v0.54.0 (2024-11-24)
48

59
* Regenerated from discovery document revision 20241115

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,12 @@ def update!(**args)
10011001
class Documentation
10021002
include Google::Apis::Core::Hashable
10031003

1004+
# Optional information about the IAM configuration. This is typically used to
1005+
# link to documentation about a product's IAM roles and permissions.
1006+
# Corresponds to the JSON property `additionalIamInfo`
1007+
# @return [String]
1008+
attr_accessor :additional_iam_info
1009+
10041010
# The URL to the root of documentation.
10051011
# Corresponds to the JSON property `documentationRootUrl`
10061012
# @return [String]
@@ -1053,6 +1059,7 @@ def initialize(**args)
10531059

10541060
# Update properties of this object
10551061
def update!(**args)
1062+
@additional_iam_info = args[:additional_iam_info] if args.key?(:additional_iam_info)
10561063
@documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url)
10571064
@overview = args[:overview] if args.key?(:overview)
10581065
@pages = args[:pages] if args.key?(:pages)

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.54.0"
19+
GEM_VERSION = "0.55.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 = "20241115"
25+
REVISION = "20241210"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
918918
class Documentation
919919
# @private
920920
class Representation < Google::Apis::Core::JsonRepresentation
921+
property :additional_iam_info, as: 'additionalIamInfo'
921922
property :documentation_root_url, as: 'documentationRootUrl'
922923
property :overview, as: 'overview'
923924
collection :pages, as: 'pages', class: Google::Apis::ServiceconsumermanagementV1::Page, decorator: Google::Apis::ServiceconsumermanagementV1::Page::Representation

0 commit comments

Comments
 (0)