public static enum Event.Type extends Enum<Event.Type> implements com.google.protobuf.ProtocolMessageEnum
Describes whether an Event's Artifact is the Execution's input or output.Protobuf enum
google.cloud.aiplatform.v1.Event.Type| Enum Constant and Description |
|---|
INPUT
An input of the Execution.
|
OUTPUT
An output of the Execution.
|
TYPE_UNSPECIFIED
Unspecified whether input or output of the Execution.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
INPUT_VALUE
An input of the Execution.
|
static int |
OUTPUT_VALUE
An output of the Execution.
|
static int |
TYPE_UNSPECIFIED_VALUE
Unspecified whether input or output of the Execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Event.Type |
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<Event.Type> |
internalGetValueMap() |
static Event.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Event.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Event.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.Type TYPE_UNSPECIFIED
Unspecified whether input or output of the Execution.
TYPE_UNSPECIFIED = 0;public static final Event.Type INPUT
An input of the Execution.
INPUT = 1;public static final Event.Type OUTPUT
An output of the Execution.
OUTPUT = 2;public static final Event.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
Unspecified whether input or output of the Execution.
TYPE_UNSPECIFIED = 0;public static final int INPUT_VALUE
An input of the Execution.
INPUT = 1;public static final int OUTPUT_VALUE
An output of the Execution.
OUTPUT = 2;public static Event.Type[] values()
for (Event.Type c : Event.Type.values()) System.out.println(c);
public static Event.Type 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 Event.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Event.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Event.Type> 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 Event.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.