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