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 Type
    Method
    Description
    long
    The number of DataItems in this Dataset.
    Type of the dataset.
    int
    Type of the dataset.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       Type of the dataset.
       
      .google.cloud.datacatalog.v1.VertexDatasetSpec.DataType data_type = 2;
      Returns:
      The dataType.