Enum Registry (0.2.0)

public enum Registry extends Enum<Registry> implements ProtocolMessageEnum

The enum of the types of the Registry.

Protobuf enum google.cloud.visionai.v1.Registry

Implements

ProtocolMessageEnum

Static Fields

Name Description
PRIVATE

Private Registry containing the local registered operators.

PRIVATE = 2;

PRIVATE_VALUE

Private Registry containing the local registered operators.

PRIVATE = 2;

PUBLIC

Public Registry containing the public Operators released by Google.

PUBLIC = 1;

PUBLIC_VALUE

Public Registry containing the public Operators released by Google.

PUBLIC = 1;

REGISTRY_UNSPECIFIED

Registry is unspecified.

REGISTRY_UNSPECIFIED = 0;

REGISTRY_UNSPECIFIED_VALUE

Registry is unspecified.

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