public static enum Release.TargetRender.TargetRenderState extends Enum<Release.TargetRender.TargetRenderState> implements com.google.protobuf.ProtocolMessageEnum
Valid states of the render operation.Protobuf enum
google.cloud.deploy.v1.Release.TargetRender.TargetRenderState| Enum Constant and Description |
|---|
FAILED
The render operation has failed.
|
IN_PROGRESS
The render operation is in progress.
|
SUCCEEDED
The render operation has completed successfully.
|
TARGET_RENDER_STATE_UNSPECIFIED
The render operation state is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED_VALUE
The render operation has failed.
|
static int |
IN_PROGRESS_VALUE
The render operation is in progress.
|
static int |
SUCCEEDED_VALUE
The render operation has completed successfully.
|
static int |
TARGET_RENDER_STATE_UNSPECIFIED_VALUE
The render operation state is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static Release.TargetRender.TargetRenderState |
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<Release.TargetRender.TargetRenderState> |
internalGetValueMap() |
static Release.TargetRender.TargetRenderState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Release.TargetRender.TargetRenderState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Release.TargetRender.TargetRenderState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Release.TargetRender.TargetRenderState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Release.TargetRender.TargetRenderState TARGET_RENDER_STATE_UNSPECIFIED
The render operation state is unspecified.
TARGET_RENDER_STATE_UNSPECIFIED = 0;public static final Release.TargetRender.TargetRenderState SUCCEEDED
The render operation has completed successfully.
SUCCEEDED = 1;public static final Release.TargetRender.TargetRenderState FAILED
The render operation has failed.
FAILED = 2;public static final Release.TargetRender.TargetRenderState IN_PROGRESS
The render operation is in progress.
IN_PROGRESS = 3;public static final Release.TargetRender.TargetRenderState UNRECOGNIZED
public static final int TARGET_RENDER_STATE_UNSPECIFIED_VALUE
The render operation state is unspecified.
TARGET_RENDER_STATE_UNSPECIFIED = 0;public static final int SUCCEEDED_VALUE
The render operation has completed successfully.
SUCCEEDED = 1;public static final int FAILED_VALUE
The render operation has failed.
FAILED = 2;public static final int IN_PROGRESS_VALUE
The render operation is in progress.
IN_PROGRESS = 3;public static Release.TargetRender.TargetRenderState[] values()
for (Release.TargetRender.TargetRenderState c : Release.TargetRender.TargetRenderState.values()) System.out.println(c);
public static Release.TargetRender.TargetRenderState 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 Release.TargetRender.TargetRenderState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Release.TargetRender.TargetRenderState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Release.TargetRender.TargetRenderState> 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 Release.TargetRender.TargetRenderState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.