public static enum ListTransferRunsRequest.RunAttempt extends Enum<ListTransferRunsRequest.RunAttempt> implements com.google.protobuf.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 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<ListTransferRunsRequest.RunAttempt> |
internalGetValueMap() |
static ListTransferRunsRequest.RunAttempt |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ListTransferRunsRequest.RunAttempt |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ListTransferRunsRequest.RunAttempt |
valueOf(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(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 ListTransferRunsRequest.RunAttempt valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ListTransferRunsRequest.RunAttempt forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ListTransferRunsRequest.RunAttempt> 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 ListTransferRunsRequest.RunAttempt valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.