Uses of Enum
com.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType
-
Uses of BigQueryConnectionSpec.ConnectionType in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return BigQueryConnectionSpec.ConnectionTypeModifier and TypeMethodDescriptionBigQueryConnectionSpec.ConnectionType.forNumber(int value) BigQueryConnectionSpec.Builder.getConnectionType()The type of the BigQuery connection.BigQueryConnectionSpec.getConnectionType()The type of the BigQuery connection.BigQueryConnectionSpecOrBuilder.getConnectionType()The type of the BigQuery connection.BigQueryConnectionSpec.ConnectionType.valueOf(int value) Deprecated.BigQueryConnectionSpec.ConnectionType.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.BigQueryConnectionSpec.ConnectionType.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 BigQueryConnectionSpec.ConnectionTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<BigQueryConnectionSpec.ConnectionType>BigQueryConnectionSpec.ConnectionType.internalGetValueMap()Methods in com.google.cloud.datacatalog.v1 with parameters of type BigQueryConnectionSpec.ConnectionTypeModifier and TypeMethodDescriptionBigQueryConnectionSpec.Builder.setConnectionType(BigQueryConnectionSpec.ConnectionType value) The type of the BigQuery connection.