Uses of Enum
com.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType
-
Uses of VertexDatasetSpec.DataType in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return VertexDatasetSpec.DataTypeModifier and TypeMethodDescriptionstatic VertexDatasetSpec.DataTypeVertexDatasetSpec.DataType.forNumber(int value) VertexDatasetSpec.Builder.getDataType()Type of the dataset.VertexDatasetSpec.getDataType()Type of the dataset.VertexDatasetSpecOrBuilder.getDataType()Type of the dataset.static VertexDatasetSpec.DataTypeVertexDatasetSpec.DataType.valueOf(int value) Deprecated.static VertexDatasetSpec.DataTypeVertexDatasetSpec.DataType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static VertexDatasetSpec.DataTypeReturns the enum constant of this type with the specified name.static VertexDatasetSpec.DataType[]VertexDatasetSpec.DataType.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 VertexDatasetSpec.DataTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<VertexDatasetSpec.DataType>VertexDatasetSpec.DataType.internalGetValueMap()Methods in com.google.cloud.datacatalog.v1 with parameters of type VertexDatasetSpec.DataTypeModifier and TypeMethodDescriptionVertexDatasetSpec.Builder.setDataType(VertexDatasetSpec.DataType value) Type of the dataset.