From 1dd8ab88991528f5080cb7c2bbb4e8cd8573b765 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:28:29 -0800 Subject: [PATCH] feat: Automated regeneration of serviceconsumermanagement v1 client (#21128) Auto-created at 2024-12-22 10:24:01 +0000 using the toys pull request generator. --- api_names_out.yaml | 1 + .../google-apis-serviceconsumermanagement_v1/CHANGELOG.md | 4 ++++ .../google/apis/serviceconsumermanagement_v1/classes.rb | 7 +++++++ .../apis/serviceconsumermanagement_v1/gem_version.rb | 4 ++-- .../apis/serviceconsumermanagement_v1/representations.rb | 1 + 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index 7c37e3b52eb..6661c6d75ba 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -312094,6 +312094,7 @@ "/serviceconsumermanagement:v1/DeleteTenantProjectRequest": delete_tenant_project_request "/serviceconsumermanagement:v1/DeleteTenantProjectRequest/tag": tag "/serviceconsumermanagement:v1/Documentation": documentation +"/serviceconsumermanagement:v1/Documentation/additionalIamInfo": additional_iam_info "/serviceconsumermanagement:v1/Documentation/documentationRootUrl": documentation_root_url "/serviceconsumermanagement:v1/Documentation/overview": overview "/serviceconsumermanagement:v1/Documentation/pages": pages diff --git a/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md b/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md index d651d698146..0de6c073112 100644 --- a/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md +++ b/generated/google-apis-serviceconsumermanagement_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-serviceconsumermanagement_v1 +### v0.55.0 (2024-12-22) + +* Regenerated from discovery document revision 20241210 + ### v0.54.0 (2024-11-24) * Regenerated from discovery document revision 20241115 diff --git a/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/classes.rb b/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/classes.rb index e87d6fc9c1a..d42fea73169 100644 --- a/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/classes.rb +++ b/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/classes.rb @@ -1001,6 +1001,12 @@ def update!(**args) class Documentation include Google::Apis::Core::Hashable + # Optional information about the IAM configuration. This is typically used to + # link to documentation about a product's IAM roles and permissions. + # Corresponds to the JSON property `additionalIamInfo` + # @return [String] + attr_accessor :additional_iam_info + # The URL to the root of documentation. # Corresponds to the JSON property `documentationRootUrl` # @return [String] @@ -1053,6 +1059,7 @@ def initialize(**args) # Update properties of this object def update!(**args) + @additional_iam_info = args[:additional_iam_info] if args.key?(:additional_iam_info) @documentation_root_url = args[:documentation_root_url] if args.key?(:documentation_root_url) @overview = args[:overview] if args.key?(:overview) @pages = args[:pages] if args.key?(:pages) diff --git a/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb b/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb index d8541cba44b..42dae967805 100644 --- a/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb +++ b/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module ServiceconsumermanagementV1 # Version of the google-apis-serviceconsumermanagement_v1 gem - GEM_VERSION = "0.54.0" + GEM_VERSION = "0.55.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.15.1" # Revision of the discovery document this client was generated from - REVISION = "20241115" + REVISION = "20241210" end end end diff --git a/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/representations.rb b/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/representations.rb index 410ec0e9e28..8afcfdb6cc1 100644 --- a/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/representations.rb +++ b/generated/google-apis-serviceconsumermanagement_v1/lib/google/apis/serviceconsumermanagement_v1/representations.rb @@ -918,6 +918,7 @@ class Representation < Google::Apis::Core::JsonRepresentation class Documentation # @private class Representation < Google::Apis::Core::JsonRepresentation + property :additional_iam_info, as: 'additionalIamInfo' property :documentation_root_url, as: 'documentationRootUrl' property :overview, as: 'overview' collection :pages, as: 'pages', class: Google::Apis::ServiceconsumermanagementV1::Page, decorator: Google::Apis::ServiceconsumermanagementV1::Page::Representation