@Deprecated public enum TransferType extends Enum<TransferType> implements com.google.protobuf.ProtocolMessageEnum
DEPRECATED. Represents data transfer type.Protobuf enum
google.cloud.bigquery.datatransfer.v1.TransferType| Enum Constant and Description |
|---|
BATCH
Deprecated.
Batch data transfer.
|
STREAMING
Deprecated.
Streaming data transfer.
|
TRANSFER_TYPE_UNSPECIFIED
Deprecated.
Invalid or Unknown transfer type placeholder.
|
UNRECOGNIZED
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
BATCH_VALUE
Deprecated.
Batch data transfer.
|
static int |
STREAMING_VALUE
Deprecated.
Streaming data transfer.
|
static int |
TRANSFER_TYPE_UNSPECIFIED_VALUE
Deprecated.
Invalid or Unknown transfer type placeholder.
|
| Modifier and Type | Method and Description |
|---|---|
static TransferType |
forNumber(int value)
Deprecated.
|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
Deprecated.
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
Deprecated.
|
int |
getNumber()
Deprecated.
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
Deprecated.
|
static com.google.protobuf.Internal.EnumLiteMap<TransferType> |
internalGetValueMap()
Deprecated.
|
static TransferType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.
|
static TransferType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransferType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TransferType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransferType TRANSFER_TYPE_UNSPECIFIED
Invalid or Unknown transfer type placeholder.
TRANSFER_TYPE_UNSPECIFIED = 0;public static final TransferType BATCH
Batch data transfer.
BATCH = 1;public static final TransferType STREAMING
Streaming data transfer. Streaming data source currently doesn't support multiple transfer configs per project.
STREAMING = 2;public static final TransferType UNRECOGNIZED
public static final int TRANSFER_TYPE_UNSPECIFIED_VALUE
Invalid or Unknown transfer type placeholder.
TRANSFER_TYPE_UNSPECIFIED = 0;public static final int BATCH_VALUE
Batch data transfer.
BATCH = 1;public static final int STREAMING_VALUE
Streaming data transfer. Streaming data source currently doesn't support multiple transfer configs per project.
STREAMING = 2;public static TransferType[] values()
for (TransferType c : TransferType.values()) System.out.println(c);
public static TransferType 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 TransferType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static TransferType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<TransferType> 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 TransferType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.