Interface VertexDatasetSpecOrBuilder (1.47.0)

public interface VertexDatasetSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataItemCount()

public abstract long getDataItemCount()

The number of DataItems in this Dataset. Only apply for non-structured Dataset.

int64 data_item_count = 1;

Returns
TypeDescription
long

The dataItemCount.

getDataType()

public abstract VertexDatasetSpec.DataType getDataType()

Type of the dataset.

.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType data_type = 2;

Returns
TypeDescription
VertexDatasetSpec.DataType

The dataType.

getDataTypeValue()

public abstract int getDataTypeValue()

Type of the dataset.

.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType data_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for dataType.