Enum FindingSummary.SummaryDetails.ResourceType (2.69.0)

public enum FindingSummary.SummaryDetails.ResourceType extends Enum<FindingSummary.SummaryDetails.ResourceType> implements ProtocolMessageEnum

The list of resource types.

Protobuf enum google.storage.control.v2.FindingSummary.SummaryDetails.ResourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BUCKET

Resource type is bucket.

BUCKET = 2;

BUCKET_VALUE

Resource type is bucket.

BUCKET = 2;

PROJECT

Resource type is project.

PROJECT = 1;

PROJECT_VALUE

Resource type is project.

PROJECT = 1;

RESOURCE_TYPE_UNSPECIFIED

Resource type is unspecified.

RESOURCE_TYPE_UNSPECIFIED = 0;

RESOURCE_TYPE_UNSPECIFIED_VALUE

Resource type is unspecified.

RESOURCE_TYPE_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()