public interface VertexDatasetSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataItemCount()
public abstract long getDataItemCount()
The number of DataItems in this Dataset. Only apply for non-structured Dataset.
int64 data_item_count = 1;
Returns | |
---|---|
Type | Description |
long |
The dataItemCount. |
getDataType()
public abstract VertexDatasetSpec.DataType getDataType()
Type of the dataset.
.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType data_type = 2;
Returns | |
---|---|
Type | Description |
VertexDatasetSpec.DataType |
The dataType. |
getDataTypeValue()
public abstract int getDataTypeValue()
Type of the dataset.
.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType data_type = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for dataType. |