Uses of Enum
com.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec.DatabaseType
-
Uses of CloudSqlBigQueryConnectionSpec.DatabaseType in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return CloudSqlBigQueryConnectionSpec.DatabaseTypeModifier and TypeMethodDescriptionCloudSqlBigQueryConnectionSpec.DatabaseType.forNumber(int value) CloudSqlBigQueryConnectionSpec.Builder.getType()Type of the Cloud SQL database.CloudSqlBigQueryConnectionSpec.getType()Type of the Cloud SQL database.CloudSqlBigQueryConnectionSpecOrBuilder.getType()Type of the Cloud SQL database.CloudSqlBigQueryConnectionSpec.DatabaseType.valueOf(int value) Deprecated.CloudSqlBigQueryConnectionSpec.DatabaseType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.CloudSqlBigQueryConnectionSpec.DatabaseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type CloudSqlBigQueryConnectionSpec.DatabaseTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CloudSqlBigQueryConnectionSpec.DatabaseType>CloudSqlBigQueryConnectionSpec.DatabaseType.internalGetValueMap()Methods in com.google.cloud.datacatalog.v1 with parameters of type CloudSqlBigQueryConnectionSpec.DatabaseTypeModifier and TypeMethodDescriptionCloudSqlBigQueryConnectionSpec.Builder.setType(CloudSqlBigQueryConnectionSpec.DatabaseType value) Type of the Cloud SQL database.