public static enum PublisherModel.VersionState extends Enum<PublisherModel.VersionState> implements com.google.protobuf.ProtocolMessageEnum
An enum representing the state of the PublicModelVersion.Protobuf enum
google.cloud.aiplatform.v1.PublisherModel.VersionState| Enum Constant and Description |
|---|
UNRECOGNIZED |
VERSION_STATE_STABLE
Used to indicate the version is stable.
|
VERSION_STATE_UNSPECIFIED
The version state is unspecified.
|
VERSION_STATE_UNSTABLE
Used to indicate the version is unstable.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION_STATE_STABLE_VALUE
Used to indicate the version is stable.
|
static int |
VERSION_STATE_UNSPECIFIED_VALUE
The version state is unspecified.
|
static int |
VERSION_STATE_UNSTABLE_VALUE
Used to indicate the version is unstable.
|
| Modifier and Type | Method and Description |
|---|---|
static PublisherModel.VersionState |
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<PublisherModel.VersionState> |
internalGetValueMap() |
static PublisherModel.VersionState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublisherModel.VersionState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublisherModel.VersionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublisherModel.VersionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublisherModel.VersionState VERSION_STATE_UNSPECIFIED
The version state is unspecified.
VERSION_STATE_UNSPECIFIED = 0;public static final PublisherModel.VersionState VERSION_STATE_STABLE
Used to indicate the version is stable.
VERSION_STATE_STABLE = 1;public static final PublisherModel.VersionState VERSION_STATE_UNSTABLE
Used to indicate the version is unstable.
VERSION_STATE_UNSTABLE = 2;public static final PublisherModel.VersionState UNRECOGNIZED
public static final int VERSION_STATE_UNSPECIFIED_VALUE
The version state is unspecified.
VERSION_STATE_UNSPECIFIED = 0;public static final int VERSION_STATE_STABLE_VALUE
Used to indicate the version is stable.
VERSION_STATE_STABLE = 1;public static final int VERSION_STATE_UNSTABLE_VALUE
Used to indicate the version is unstable.
VERSION_STATE_UNSTABLE = 2;public static PublisherModel.VersionState[] values()
for (PublisherModel.VersionState c : PublisherModel.VersionState.values()) System.out.println(c);
public static PublisherModel.VersionState 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 PublisherModel.VersionState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublisherModel.VersionState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublisherModel.VersionState> 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 PublisherModel.VersionState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.