Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions src/Kmsinventory/GoogleCloudKmsInventoryV1Warning.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Kmsinventory/Resource/ProjectsProtectedResources.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down