Google Cloud Storage Control V2 Client - Class ResourceScope (1.9.0)

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 \ SummarizeIntelligenceFindingsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESOURCE_SCOPE_UNSPECIFIED

Value: 0

The default behavior. Falls back to PARENT behaviour

Generated from protobuf enum RESOURCE_SCOPE_UNSPECIFIED = 0;

PARENT

Value: 1

Summaries are aggregated at the level of the parent resource.

Generated from protobuf enum PARENT = 1;

PROJECT

Value: 2

Summaries are broken down by each project within the parent scope.

Generated from protobuf enum PROJECT = 2;