Enum Version.VersionKind (2.28.0)

  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

ProtocolMessageEnum

Static Fields

Name
Description
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

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()
Design a Mobile Site
View Site in Mobile | Classic
Share by: