Package com.google.cloud.datacatalog.v1
Interface VertexDatasetSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VertexDatasetSpec,VertexDatasetSpec.Builder
@Generated
public interface VertexDatasetSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe number of DataItems in this Dataset.Type of the dataset.intType of the dataset.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDataItemCount
long getDataItemCount()The number of DataItems in this Dataset. Only apply for non-structured Dataset.
int64 data_item_count = 1;- Returns:
- The dataItemCount.
-
getDataTypeValue
int getDataTypeValue()Type of the dataset.
.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType data_type = 2;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
VertexDatasetSpec.DataType getDataType()Type of the dataset.
.google.cloud.datacatalog.v1.VertexDatasetSpec.DataType data_type = 2;- Returns:
- The dataType.
-