Uses of Enum
com.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType
-
Uses of DatabaseTableSpec.TableType in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return DatabaseTableSpec.TableTypeModifier and TypeMethodDescriptionstatic DatabaseTableSpec.TableTypeDatabaseTableSpec.TableType.forNumber(int value) DatabaseTableSpec.Builder.getType()Type of this table.DatabaseTableSpec.getType()Type of this table.DatabaseTableSpecOrBuilder.getType()Type of this table.static DatabaseTableSpec.TableTypeDatabaseTableSpec.TableType.valueOf(int value) Deprecated.static DatabaseTableSpec.TableTypeDatabaseTableSpec.TableType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DatabaseTableSpec.TableTypeReturns the enum constant of this type with the specified name.static DatabaseTableSpec.TableType[]DatabaseTableSpec.TableType.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 DatabaseTableSpec.TableTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DatabaseTableSpec.TableType>DatabaseTableSpec.TableType.internalGetValueMap()Methods in com.google.cloud.datacatalog.v1 with parameters of type DatabaseTableSpec.TableTypeModifier and TypeMethodDescriptionDatabaseTableSpec.Builder.setType(DatabaseTableSpec.TableType value) Type of this table.