public static enum ListTransferRunsRequest.RunAttempt extends java.lang.Enum<ListTransferRunsRequest.RunAttempt> implements ProtocolMessageEnum
Represents which runs should be pulled.Protobuf enum
google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt| Enum Constant and Description |
|---|
LATEST
Only latest run per day should be returned.
|
RUN_ATTEMPT_UNSPECIFIED
All runs should be returned.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
LATEST_VALUE
Only latest run per day should be returned.
|
static int |
RUN_ATTEMPT_UNSPECIFIED_VALUE
All runs should be returned.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTransferRunsRequest.RunAttempt |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<ListTransferRunsRequest.RunAttempt> |
internalGetValueMap() |
static ListTransferRunsRequest.RunAttempt |
valueOf(Descriptors.EnumValueDescriptor desc) |
static ListTransferRunsRequest.RunAttempt |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ListTransferRunsRequest.RunAttempt |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListTransferRunsRequest.RunAttempt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListTransferRunsRequest.RunAttempt RUN_ATTEMPT_UNSPECIFIED
All runs should be returned.
RUN_ATTEMPT_UNSPECIFIED = 0;public static final ListTransferRunsRequest.RunAttempt LATEST
Only latest run per day should be returned.
LATEST = 1;public static final ListTransferRunsRequest.RunAttempt UNRECOGNIZED
public static final int RUN_ATTEMPT_UNSPECIFIED_VALUE
All runs should be returned.
RUN_ATTEMPT_UNSPECIFIED = 0;public static final int LATEST_VALUE
Only latest run per day should be returned.
LATEST = 1;public static ListTransferRunsRequest.RunAttempt[] values()
for (ListTransferRunsRequest.RunAttempt c : ListTransferRunsRequest.RunAttempt.values()) System.out.println(c);
public static ListTransferRunsRequest.RunAttempt valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface Internal.EnumLitegetNumber in interface ProtocolMessageEnum@Deprecated public static ListTransferRunsRequest.RunAttempt valueOf(int value)
forNumber(int) instead.public static ListTransferRunsRequest.RunAttempt forNumber(int value)
public static Internal.EnumLiteMap<ListTransferRunsRequest.RunAttempt> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface ProtocolMessageEnumpublic final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface ProtocolMessageEnumpublic static final Descriptors.EnumDescriptor getDescriptor()
public static ListTransferRunsRequest.RunAttempt valueOf(Descriptors.EnumValueDescriptor desc)