Enum Version.VersionKind (2.4.2)

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.v1beta1.package.Version.VersionKind

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()