public
enum
Version
.
VersionKind
extends
Enum<Version
.
VersionKind
>
implements
ProtocolMessageEnum
Whether this is an ordinary package version or a sentinel MIN/MAX version.
Protobuf enum grafeas.v1.Version.VersionKind
Implements
ProtocolMessageEnumStatic Fields
MAXIMUM
A special version representing positive infinity.
MAXIMUM = 3;
MAXIMUM_VALUE
A special version representing positive infinity.
MAXIMUM = 3;
MINIMUM
A special version representing negative infinity.
MINIMUM = 2;
MINIMUM_VALUE
A special version representing negative infinity.
MINIMUM = 2;
NORMAL
A standard package version.
NORMAL = 1;
NORMAL_VALUE
A standard package version.
NORMAL = 1;
UNRECOGNIZED
VERSION_KIND_UNSPECIFIED
Unknown.
VERSION_KIND_UNSPECIFIED = 0;
VERSION_KIND_UNSPECIFIED_VALUE
Unknown.
VERSION_KIND_UNSPECIFIED = 0;
Static Methods
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)
Deprecated. Use #forNumber(int) instead.
valueOf(String name)
values()
Methods
getDescriptorForType()
getNumber()
getValueDescriptor()

