public static enum BackfillJob.Trigger extends Enum<BackfillJob.Trigger> implements com.google.protobuf.ProtocolMessageEnum
Triggering reason for a backfill job.Protobuf enum
google.cloud.datastream.v1.BackfillJob.Trigger| Enum Constant and Description |
|---|
AUTOMATIC
Object backfill job was triggered automatically according to the stream's
backfill strategy.
|
MANUAL
Object backfill job was triggered manually using the dedicated API.
|
TRIGGER_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOMATIC_VALUE
Object backfill job was triggered automatically according to the stream's
backfill strategy.
|
static int |
MANUAL_VALUE
Object backfill job was triggered manually using the dedicated API.
|
static int |
TRIGGER_UNSPECIFIED_VALUE
Default value.
|
| Modifier and Type | Method and Description |
|---|---|
static BackfillJob.Trigger |
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<BackfillJob.Trigger> |
internalGetValueMap() |
static BackfillJob.Trigger |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BackfillJob.Trigger |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackfillJob.Trigger |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackfillJob.Trigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackfillJob.Trigger TRIGGER_UNSPECIFIED
Default value.
TRIGGER_UNSPECIFIED = 0;public static final BackfillJob.Trigger AUTOMATIC
Object backfill job was triggered automatically according to the stream's backfill strategy.
AUTOMATIC = 1;public static final BackfillJob.Trigger MANUAL
Object backfill job was triggered manually using the dedicated API.
MANUAL = 2;public static final BackfillJob.Trigger UNRECOGNIZED
public static final int TRIGGER_UNSPECIFIED_VALUE
Default value.
TRIGGER_UNSPECIFIED = 0;public static final int AUTOMATIC_VALUE
Object backfill job was triggered automatically according to the stream's backfill strategy.
AUTOMATIC = 1;public static final int MANUAL_VALUE
Object backfill job was triggered manually using the dedicated API.
MANUAL = 2;public static BackfillJob.Trigger[] values()
for (BackfillJob.Trigger c : BackfillJob.Trigger.values()) System.out.println(c);
public static BackfillJob.Trigger 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 BackfillJob.Trigger valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BackfillJob.Trigger forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BackfillJob.Trigger> 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 BackfillJob.Trigger valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.