Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ResourceScope.
The list of resource scopes.
Protobuf type google.storage.control.v2.SummarizeIntelligenceFindingsRequest.ResourceScope
Namespace
Google \ Cloud \ Storage \ Control \ V2 \ SummarizeIntelligenceFindingsRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESOURCE_SCOPE_UNSPECIFIED
Value: 0The default behavior. Falls back to PARENT behaviour
Generated from protobuf enum RESOURCE_SCOPE_UNSPECIFIED = 0;
PARENT
Value: 1Summaries are aggregated at the level of the parent resource.
Generated from protobuf enum PARENT = 1;
PROJECT
Value: 2Summaries are broken down by each project within the parent scope.
Generated from protobuf enum PROJECT = 2;