public static enum ConnectionProfile.ProfileCase extends Enum<ConnectionProfile.ProfileCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BIGQUERY_PROFILE |
GCS_PROFILE |
MYSQL_PROFILE |
ORACLE_PROFILE |
POSTGRESQL_PROFILE |
PROFILE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionProfile.ProfileCase |
forNumber(int value) |
int |
getNumber() |
static ConnectionProfile.ProfileCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ConnectionProfile.ProfileCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionProfile.ProfileCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionProfile.ProfileCase ORACLE_PROFILE
public static final ConnectionProfile.ProfileCase GCS_PROFILE
public static final ConnectionProfile.ProfileCase MYSQL_PROFILE
public static final ConnectionProfile.ProfileCase BIGQUERY_PROFILE
public static final ConnectionProfile.ProfileCase POSTGRESQL_PROFILE
public static final ConnectionProfile.ProfileCase PROFILE_NOT_SET
public static ConnectionProfile.ProfileCase[] values()
for (ConnectionProfile.ProfileCase c : ConnectionProfile.ProfileCase.values()) System.out.println(c);
public static ConnectionProfile.ProfileCase 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 null@Deprecated public static ConnectionProfile.ProfileCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ConnectionProfile.ProfileCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.