public static enum DataSourceParameter.Type extends Enum<DataSourceParameter.Type> implements com.google.protobuf.ProtocolMessageEnum
Parameter type.Protobuf enum
google.cloud.bigquery.datatransfer.v1.DataSourceParameter.Type| Enum Constant and Description |
|---|
BOOLEAN
Boolean parameter.
|
DOUBLE
Double precision floating point parameter.
|
INTEGER
Integer parameter (64-bits).
|
PLUS_PAGE
Page ID for a Google+ Page.
|
RECORD
Deprecated.
|
STRING
String parameter.
|
TYPE_UNSPECIFIED
Type unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_VALUE
Boolean parameter.
|
static int |
DOUBLE_VALUE
Double precision floating point parameter.
|
static int |
INTEGER_VALUE
Integer parameter (64-bits).
|
static int |
PLUS_PAGE_VALUE
Page ID for a Google+ Page.
|
static int |
RECORD_VALUE
Deprecated.
|
static int |
STRING_VALUE
String parameter.
|
static int |
TYPE_UNSPECIFIED_VALUE
Type unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static DataSourceParameter.Type |
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<DataSourceParameter.Type> |
internalGetValueMap() |
static DataSourceParameter.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DataSourceParameter.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DataSourceParameter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceParameter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceParameter.Type TYPE_UNSPECIFIED
Type unspecified.
TYPE_UNSPECIFIED = 0;public static final DataSourceParameter.Type STRING
String parameter.
STRING = 1;public static final DataSourceParameter.Type INTEGER
Integer parameter (64-bits). Will be serialized to json as string.
INTEGER = 2;public static final DataSourceParameter.Type DOUBLE
Double precision floating point parameter.
DOUBLE = 3;public static final DataSourceParameter.Type BOOLEAN
Boolean parameter.
BOOLEAN = 4;public static final DataSourceParameter.Type RECORD
Deprecated. This field has no effect.
RECORD = 5;public static final DataSourceParameter.Type PLUS_PAGE
Page ID for a Google+ Page.
PLUS_PAGE = 6;public static final DataSourceParameter.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
Type unspecified.
TYPE_UNSPECIFIED = 0;public static final int STRING_VALUE
String parameter.
STRING = 1;public static final int INTEGER_VALUE
Integer parameter (64-bits). Will be serialized to json as string.
INTEGER = 2;public static final int DOUBLE_VALUE
Double precision floating point parameter.
DOUBLE = 3;public static final int BOOLEAN_VALUE
Boolean parameter.
BOOLEAN = 4;public static final int RECORD_VALUE
Deprecated. This field has no effect.
RECORD = 5;public static final int PLUS_PAGE_VALUE
Page ID for a Google+ Page.
PLUS_PAGE = 6;public static DataSourceParameter.Type[] values()
for (DataSourceParameter.Type c : DataSourceParameter.Type.values()) System.out.println(c);
public static DataSourceParameter.Type 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 DataSourceParameter.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DataSourceParameter.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DataSourceParameter.Type> 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 DataSourceParameter.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.