public static enum BigQueryConnectionSpec.ConnectionType extends Enum<BigQueryConnectionSpec.ConnectionType> implements com.google.protobuf.ProtocolMessageEnum
The type of the BigQuery connection.Protobuf enum
google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType| Enum Constant and Description |
|---|
CLOUD_SQL
Cloud SQL connection.
|
CONNECTION_TYPE_UNSPECIFIED
Unspecified type.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CLOUD_SQL_VALUE
Cloud SQL connection.
|
static int |
CONNECTION_TYPE_UNSPECIFIED_VALUE
Unspecified type.
|
| Modifier and Type | Method and Description |
|---|---|
static BigQueryConnectionSpec.ConnectionType |
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<BigQueryConnectionSpec.ConnectionType> |
internalGetValueMap() |
static BigQueryConnectionSpec.ConnectionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BigQueryConnectionSpec.ConnectionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BigQueryConnectionSpec.ConnectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BigQueryConnectionSpec.ConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BigQueryConnectionSpec.ConnectionType CONNECTION_TYPE_UNSPECIFIED
Unspecified type.
CONNECTION_TYPE_UNSPECIFIED = 0;public static final BigQueryConnectionSpec.ConnectionType CLOUD_SQL
Cloud SQL connection.
CLOUD_SQL = 1;public static final BigQueryConnectionSpec.ConnectionType UNRECOGNIZED
public static final int CONNECTION_TYPE_UNSPECIFIED_VALUE
Unspecified type.
CONNECTION_TYPE_UNSPECIFIED = 0;public static final int CLOUD_SQL_VALUE
Cloud SQL connection.
CLOUD_SQL = 1;public static BigQueryConnectionSpec.ConnectionType[] values()
for (BigQueryConnectionSpec.ConnectionType c : BigQueryConnectionSpec.ConnectionType.values()) System.out.println(c);
public static BigQueryConnectionSpec.ConnectionType 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 BigQueryConnectionSpec.ConnectionType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BigQueryConnectionSpec.ConnectionType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BigQueryConnectionSpec.ConnectionType> 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 BigQueryConnectionSpec.ConnectionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.