public enum Registry extends Enum<Registry> implements ProtocolMessageEnumThe enum of the types of the Registry.
 Protobuf enum google.cloud.visionai.v1.Registry
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
PRIVATE | 
        Private Registry containing the local registered operators.    | 
      
PRIVATE_VALUE | 
        Private Registry containing the local registered operators.    | 
      
PUBLIC | 
        Public Registry containing the public Operators released by Google.    | 
      
PUBLIC_VALUE | 
        Public Registry containing the public Operators released by Google.    | 
      
REGISTRY_UNSPECIFIED | 
        Registry is unspecified.    | 
      
REGISTRY_UNSPECIFIED_VALUE | 
        Registry is unspecified.    | 
      
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() | 
        |