Enum DataSchemaDetails.Granularity (0.2.0)

public enum DataSchemaDetails.Granularity extends Enum<DataSchemaDetails.Granularity> implements ProtocolMessageEnum

The granularity of annotations under this DataSchema.

Protobuf enum google.cloud.visionai.v1.DataSchemaDetails.Granularity

Implements

ProtocolMessageEnum

Static Fields

Name Description
GRANULARITY_ASSET_LEVEL

Asset-level granularity (annotations must not contain partition info).

GRANULARITY_ASSET_LEVEL = 1;

GRANULARITY_ASSET_LEVEL_VALUE

Asset-level granularity (annotations must not contain partition info).

GRANULARITY_ASSET_LEVEL = 1;

GRANULARITY_PARTITION_LEVEL

Partition-level granularity (annotations must contain partition info).

GRANULARITY_PARTITION_LEVEL = 2;

GRANULARITY_PARTITION_LEVEL_VALUE

Partition-level granularity (annotations must contain partition info).

GRANULARITY_PARTITION_LEVEL = 2;

GRANULARITY_UNSPECIFIED

Unspecified granularity.

GRANULARITY_UNSPECIFIED = 0;

GRANULARITY_UNSPECIFIED_VALUE

Unspecified granularity.

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