public static enum Status.PackageVersionStatus extends Enum<Status.PackageVersionStatus> implements com.google.protobuf.ProtocolMessageEnum
udpa.annotations.PackageVersionStatus| Enum Constant and Description |
|---|
ACTIVE
This version of the package is the active development version.
|
FROZEN
This version of the package is frozen.
|
NEXT_MAJOR_VERSION_CANDIDATE
This version of the package is the candidate for the next major version.
|
UNKNOWN
Unknown package version status.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
This version of the package is the active development version.
|
static int |
FROZEN_VALUE
This version of the package is frozen.
|
static int |
NEXT_MAJOR_VERSION_CANDIDATE_VALUE
This version of the package is the candidate for the next major version.
|
static int |
UNKNOWN_VALUE
Unknown package version status.
|
| Modifier and Type | Method and Description |
|---|---|
static Status.PackageVersionStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Status.PackageVersionStatus> |
internalGetValueMap() |
static Status.PackageVersionStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Status.PackageVersionStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Status.PackageVersionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.PackageVersionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Status.PackageVersionStatus UNKNOWN
Unknown package version status.
UNKNOWN = 0;public static final Status.PackageVersionStatus FROZEN
This version of the package is frozen.
FROZEN = 1;public static final Status.PackageVersionStatus ACTIVE
This version of the package is the active development version.
ACTIVE = 2;public static final Status.PackageVersionStatus NEXT_MAJOR_VERSION_CANDIDATE
This version of the package is the candidate for the next major version. It is typically machine generated from the active development version.
NEXT_MAJOR_VERSION_CANDIDATE = 3;public static final Status.PackageVersionStatus UNRECOGNIZED
public static final int UNKNOWN_VALUE
Unknown package version status.
UNKNOWN = 0;public static final int FROZEN_VALUE
This version of the package is frozen.
FROZEN = 1;public static final int ACTIVE_VALUE
This version of the package is the active development version.
ACTIVE = 2;public static final int NEXT_MAJOR_VERSION_CANDIDATE_VALUE
This version of the package is the candidate for the next major version. It is typically machine generated from the active development version.
NEXT_MAJOR_VERSION_CANDIDATE = 3;public static Status.PackageVersionStatus[] values()
for (Status.PackageVersionStatus c : Status.PackageVersionStatus.values()) System.out.println(c);
public static Status.PackageVersionStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Status.PackageVersionStatus valueOf(int value)
forNumber(int) instead.public static Status.PackageVersionStatus forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Status.PackageVersionStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Status.PackageVersionStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.