Uses of Enum
com.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType
-
Uses of DatabaseTableSpec.DatabaseViewSpec.ViewType in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return DatabaseTableSpec.DatabaseViewSpec.ViewTypeModifier and TypeMethodDescriptionDatabaseTableSpec.DatabaseViewSpec.ViewType.forNumber(int value) DatabaseTableSpec.DatabaseViewSpec.Builder.getViewType()Type of this view.DatabaseTableSpec.DatabaseViewSpec.getViewType()Type of this view.DatabaseTableSpec.DatabaseViewSpecOrBuilder.getViewType()Type of this view.DatabaseTableSpec.DatabaseViewSpec.ViewType.valueOf(int value) Deprecated.DatabaseTableSpec.DatabaseViewSpec.ViewType.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.DatabaseTableSpec.DatabaseViewSpec.ViewType.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.DatabaseViewSpec.ViewTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DatabaseTableSpec.DatabaseViewSpec.ViewType>DatabaseTableSpec.DatabaseViewSpec.ViewType.internalGetValueMap()Methods in com.google.cloud.datacatalog.v1 with parameters of type DatabaseTableSpec.DatabaseViewSpec.ViewTypeModifier and TypeMethodDescriptionDatabaseTableSpec.DatabaseViewSpec.Builder.setViewType(DatabaseTableSpec.DatabaseViewSpec.ViewType value) Type of this view.