public enum DataSchemaDetails.Granularity extends Enum<DataSchemaDetails.Granularity> implements ProtocolMessageEnumThe granularity of annotations under this DataSchema.
 Protobuf enum google.cloud.visionai.v1.DataSchemaDetails.Granularity
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
GRANULARITY_ASSET_LEVEL | 
        Asset-level granularity (annotations must not contain partition info).    | 
      
GRANULARITY_ASSET_LEVEL_VALUE | 
        Asset-level granularity (annotations must not contain partition info).    | 
      
GRANULARITY_PARTITION_LEVEL | 
        Partition-level granularity (annotations must contain partition info).    | 
      
GRANULARITY_PARTITION_LEVEL_VALUE | 
        Partition-level granularity (annotations must contain partition info).    | 
      
GRANULARITY_UNSPECIFIED | 
        Unspecified granularity.    | 
      
GRANULARITY_UNSPECIFIED_VALUE | 
        Unspecified granularity.    | 
      
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() | 
        |