Enum SummarizeIntelligenceFindingsRequest.ResourceScope (2.69.0)

public enum SummarizeIntelligenceFindingsRequest.ResourceScope extends Enum<SummarizeIntelligenceFindingsRequest.ResourceScope> implements ProtocolMessageEnum

The list of resource scopes.

Protobuf enum google.storage.control.v2.SummarizeIntelligenceFindingsRequest.ResourceScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
PARENT

Summaries are aggregated at the level of the parent resource.

PARENT = 1;

PARENT_VALUE

Summaries are aggregated at the level of the parent resource.

PARENT = 1;

PROJECT

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

PROJECT = 2;

PROJECT_VALUE

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

PROJECT = 2;

RESOURCE_SCOPE_UNSPECIFIED

The default behavior. Falls back to PARENT behaviour

RESOURCE_SCOPE_UNSPECIFIED = 0;

RESOURCE_SCOPE_UNSPECIFIED_VALUE

The default behavior. Falls back to PARENT behaviour

RESOURCE_SCOPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()