Skip to content

Commit 65550d5

Browse files
1 parent ef602ae commit 65550d5

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/Kmsinventory/GoogleCloudKmsInventoryV1Warning.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,21 @@ class GoogleCloudKmsInventoryV1Warning extends \Google\Model
2525
public const WARNING_CODE_WARNING_CODE_UNSPECIFIED = 'WARNING_CODE_UNSPECIFIED';
2626
/**
2727
* Indicates that the caller or service agent lacks necessary permissions to
28-
* view some of the requested data. The response may be partial. Examples: -
28+
* view some of the requested data. The response may be partial. Example: -
2929
* KMS organization service agent {service_agent_name} lacks the
3030
* `cloudasset.assets.searchAllResources` permission on the scope.
3131
*/
3232
public const WARNING_CODE_INSUFFICIENT_PERMISSIONS_PARTIAL_DATA = 'INSUFFICIENT_PERMISSIONS_PARTIAL_DATA';
3333
/**
3434
* Indicates that a resource limit has been exceeded, resulting in partial
35-
* data. Examples: - The project has more than 10,000 assets (resources,
36-
* crypto keys, key handles, IAM policies, etc).
35+
* data. Example: - The project has more than 10,000 assets (resources, crypto
36+
* keys, key handles, IAM policies, etc).
3737
*/
3838
public const WARNING_CODE_RESOURCE_LIMIT_EXCEEDED_PARTIAL_DATA = 'RESOURCE_LIMIT_EXCEEDED_PARTIAL_DATA';
3939
/**
40-
* Indicates that the project is org-less. Thus the analysis is only done for
41-
* the project level data and results might be partial.
40+
* Indicates that the project exists outside of an organization resource. Thus
41+
* the analysis is only done for the project level data and results might be
42+
* partial.
4243
*/
4344
public const WARNING_CODE_ORG_LESS_PROJECT_PARTIAL_DATA = 'ORG_LESS_PROJECT_PARTIAL_DATA';
4445
/**

src/Kmsinventory/Resource/OrganizationsProtectedResources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class OrganizationsProtectedResources extends \Google\Service\Resource
3636
*
3737
* @param string $scope Required. A scope can be an organization or a project.
3838
* Resources protected by the crypto key in provided scope will be returned. The
39-
* allowed values are: * organizations/{ORGANIZATION_NUMBER} (e.g.,
39+
* following values are allowed: * organizations/{ORGANIZATION_NUMBER} (e.g.,
4040
* "organizations/12345678") * projects/{PROJECT_ID} (e.g., "projects/foo-bar")
4141
* * projects/{PROJECT_NUMBER} (e.g., "projects/12345678")
4242
* @param array $optParams Optional parameters.

src/Kmsinventory/Resource/ProjectsProtectedResources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ProjectsProtectedResources extends \Google\Service\Resource
3636
*
3737
* @param string $scope Required. A scope can be an organization or a project.
3838
* Resources protected by the crypto key in provided scope will be returned. The
39-
* allowed values are: * organizations/{ORGANIZATION_NUMBER} (e.g.,
39+
* following values are allowed: * organizations/{ORGANIZATION_NUMBER} (e.g.,
4040
* "organizations/12345678") * projects/{PROJECT_ID} (e.g., "projects/foo-bar")
4141
* * projects/{PROJECT_NUMBER} (e.g., "projects/12345678")
4242
* @param array $optParams Optional parameters.

0 commit comments

Comments
 (0)