From b238cdb313cf294d516dc18678ecd80e3d6a4a24 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 17 Feb 2026 16:57:56 -0800 Subject: [PATCH] Regenerate kmsinventory client --- src/Kmsinventory/GoogleCloudKmsInventoryV1Warning.php | 11 ++++++----- .../Resource/OrganizationsProtectedResources.php | 2 +- .../Resource/ProjectsProtectedResources.php | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Kmsinventory/GoogleCloudKmsInventoryV1Warning.php b/src/Kmsinventory/GoogleCloudKmsInventoryV1Warning.php index 249b4ecb24..1efe119f9e 100644 --- a/src/Kmsinventory/GoogleCloudKmsInventoryV1Warning.php +++ b/src/Kmsinventory/GoogleCloudKmsInventoryV1Warning.php @@ -25,20 +25,21 @@ class GoogleCloudKmsInventoryV1Warning extends \Google\Model public const WARNING_CODE_WARNING_CODE_UNSPECIFIED = 'WARNING_CODE_UNSPECIFIED'; /** * Indicates that the caller or service agent lacks necessary permissions to - * view some of the requested data. The response may be partial. Examples: - + * view some of the requested data. The response may be partial. Example: - * KMS organization service agent {service_agent_name} lacks the * `cloudasset.assets.searchAllResources` permission on the scope. */ public const WARNING_CODE_INSUFFICIENT_PERMISSIONS_PARTIAL_DATA = 'INSUFFICIENT_PERMISSIONS_PARTIAL_DATA'; /** * Indicates that a resource limit has been exceeded, resulting in partial - * data. Examples: - The project has more than 10,000 assets (resources, - * crypto keys, key handles, IAM policies, etc). + * data. Example: - The project has more than 10,000 assets (resources, crypto + * keys, key handles, IAM policies, etc). */ public const WARNING_CODE_RESOURCE_LIMIT_EXCEEDED_PARTIAL_DATA = 'RESOURCE_LIMIT_EXCEEDED_PARTIAL_DATA'; /** - * Indicates that the project is org-less. Thus the analysis is only done for - * the project level data and results might be partial. + * Indicates that the project exists outside of an organization resource. Thus + * the analysis is only done for the project level data and results might be + * partial. */ public const WARNING_CODE_ORG_LESS_PROJECT_PARTIAL_DATA = 'ORG_LESS_PROJECT_PARTIAL_DATA'; /** diff --git a/src/Kmsinventory/Resource/OrganizationsProtectedResources.php b/src/Kmsinventory/Resource/OrganizationsProtectedResources.php index 0c428c9504..9d75b78428 100644 --- a/src/Kmsinventory/Resource/OrganizationsProtectedResources.php +++ b/src/Kmsinventory/Resource/OrganizationsProtectedResources.php @@ -36,7 +36,7 @@ class OrganizationsProtectedResources extends \Google\Service\Resource * * @param string $scope Required. A scope can be an organization or a project. * Resources protected by the crypto key in provided scope will be returned. The - * allowed values are: * organizations/{ORGANIZATION_NUMBER} (e.g., + * following values are allowed: * organizations/{ORGANIZATION_NUMBER} (e.g., * "organizations/12345678") * projects/{PROJECT_ID} (e.g., "projects/foo-bar") * * projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * @param array $optParams Optional parameters. diff --git a/src/Kmsinventory/Resource/ProjectsProtectedResources.php b/src/Kmsinventory/Resource/ProjectsProtectedResources.php index ba9e9aa9f6..2e987cde67 100644 --- a/src/Kmsinventory/Resource/ProjectsProtectedResources.php +++ b/src/Kmsinventory/Resource/ProjectsProtectedResources.php @@ -36,7 +36,7 @@ class ProjectsProtectedResources extends \Google\Service\Resource * * @param string $scope Required. A scope can be an organization or a project. * Resources protected by the crypto key in provided scope will be returned. The - * allowed values are: * organizations/{ORGANIZATION_NUMBER} (e.g., + * following values are allowed: * organizations/{ORGANIZATION_NUMBER} (e.g., * "organizations/12345678") * projects/{PROJECT_ID} (e.g., "projects/foo-bar") * * projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * @param array $optParams Optional parameters.