public enum ExecutionView extends Enum<ExecutionView> implements com.google.protobuf.ProtocolMessageEnum
Defines possible views for execution resource.Protobuf enum
google.cloud.workflows.executions.v1.ExecutionView| Enum Constant and Description |
|---|
BASIC
Includes only basic metadata about the execution.
|
EXECUTION_VIEW_UNSPECIFIED
The default / unset value.
|
FULL
Includes all data.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_VALUE
Includes only basic metadata about the execution.
|
static int |
EXECUTION_VIEW_UNSPECIFIED_VALUE
The default / unset value.
|
static int |
FULL_VALUE
Includes all data.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionView |
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<ExecutionView> |
internalGetValueMap() |
static ExecutionView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExecutionView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExecutionView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutionView EXECUTION_VIEW_UNSPECIFIED
The default / unset value.
EXECUTION_VIEW_UNSPECIFIED = 0;public static final ExecutionView BASIC
Includes only basic metadata about the execution. The following fields are returned: name, start_time, end_time, duration, state, and workflow_revision_id.
BASIC = 1;public static final ExecutionView FULL
Includes all data.
FULL = 2;public static final ExecutionView UNRECOGNIZED
public static final int EXECUTION_VIEW_UNSPECIFIED_VALUE
The default / unset value.
EXECUTION_VIEW_UNSPECIFIED = 0;public static final int BASIC_VALUE
Includes only basic metadata about the execution. The following fields are returned: name, start_time, end_time, duration, state, and workflow_revision_id.
BASIC = 1;public static final int FULL_VALUE
Includes all data.
FULL = 2;public static ExecutionView[] values()
for (ExecutionView c : ExecutionView.values()) System.out.println(c);
public static ExecutionView 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 ExecutionView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ExecutionView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ExecutionView> 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 ExecutionView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.