public static enum FeatureMonitorJob.FeatureMonitorJobTrigger extends Enum<FeatureMonitorJob.FeatureMonitorJobTrigger> implements com.google.protobuf.ProtocolMessageEnum
Choices of the trigger type.Protobuf enum
google.cloud.aiplatform.v1beta1.FeatureMonitorJob.FeatureMonitorJobTrigger| Enum Constant and Description |
|---|
FEATURE_MONITOR_JOB_TRIGGER_ON_DEMAND
Triggered on demand by CreateFeatureMonitorJob request.
|
FEATURE_MONITOR_JOB_TRIGGER_PERIODIC
Triggered by periodic schedule.
|
FEATURE_MONITOR_JOB_TRIGGER_UNSPECIFIED
Trigger type unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FEATURE_MONITOR_JOB_TRIGGER_ON_DEMAND_VALUE
Triggered on demand by CreateFeatureMonitorJob request.
|
static int |
FEATURE_MONITOR_JOB_TRIGGER_PERIODIC_VALUE
Triggered by periodic schedule.
|
static int |
FEATURE_MONITOR_JOB_TRIGGER_UNSPECIFIED_VALUE
Trigger type unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureMonitorJob.FeatureMonitorJobTrigger |
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<FeatureMonitorJob.FeatureMonitorJobTrigger> |
internalGetValueMap() |
static FeatureMonitorJob.FeatureMonitorJobTrigger |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeatureMonitorJob.FeatureMonitorJobTrigger |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeatureMonitorJob.FeatureMonitorJobTrigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureMonitorJob.FeatureMonitorJobTrigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureMonitorJob.FeatureMonitorJobTrigger FEATURE_MONITOR_JOB_TRIGGER_UNSPECIFIED
Trigger type unspecified.
FEATURE_MONITOR_JOB_TRIGGER_UNSPECIFIED = 0;public static final FeatureMonitorJob.FeatureMonitorJobTrigger FEATURE_MONITOR_JOB_TRIGGER_PERIODIC
Triggered by periodic schedule.
FEATURE_MONITOR_JOB_TRIGGER_PERIODIC = 1;public static final FeatureMonitorJob.FeatureMonitorJobTrigger FEATURE_MONITOR_JOB_TRIGGER_ON_DEMAND
Triggered on demand by CreateFeatureMonitorJob request.
FEATURE_MONITOR_JOB_TRIGGER_ON_DEMAND = 2;public static final FeatureMonitorJob.FeatureMonitorJobTrigger UNRECOGNIZED
public static final int FEATURE_MONITOR_JOB_TRIGGER_UNSPECIFIED_VALUE
Trigger type unspecified.
FEATURE_MONITOR_JOB_TRIGGER_UNSPECIFIED = 0;public static final int FEATURE_MONITOR_JOB_TRIGGER_PERIODIC_VALUE
Triggered by periodic schedule.
FEATURE_MONITOR_JOB_TRIGGER_PERIODIC = 1;public static final int FEATURE_MONITOR_JOB_TRIGGER_ON_DEMAND_VALUE
Triggered on demand by CreateFeatureMonitorJob request.
FEATURE_MONITOR_JOB_TRIGGER_ON_DEMAND = 2;public static FeatureMonitorJob.FeatureMonitorJobTrigger[] values()
for (FeatureMonitorJob.FeatureMonitorJobTrigger c : FeatureMonitorJob.FeatureMonitorJobTrigger.values()) System.out.println(c);
public static FeatureMonitorJob.FeatureMonitorJobTrigger 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 FeatureMonitorJob.FeatureMonitorJobTrigger valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FeatureMonitorJob.FeatureMonitorJobTrigger forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FeatureMonitorJob.FeatureMonitorJobTrigger> 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 FeatureMonitorJob.FeatureMonitorJobTrigger valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.