Interface TableSchemaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TableSchema, TableSchema.Builder

    public interface TableSchemaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDimension()
      int64 dimension = 3;
      long getIndexFileSize()
      int64 index_file_size = 4;
      int getMetricType()
      int32 metric_type = 5;
      Status getStatus()
      .milvus.grpc.Status status = 1;
      StatusOrBuilder getStatusOrBuilder()
      .milvus.grpc.Status status = 1;
      String getTableName()
      string table_name = 2;
      com.google.protobuf.ByteString getTableNameBytes()
      string table_name = 2;
      boolean hasStatus()
      .milvus.grpc.Status status = 1;
      • 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 Detail

      • hasStatus

        boolean hasStatus()
        .milvus.grpc.Status status = 1;
        Returns:
        Whether the status field is set.
      • getStatus

        Status getStatus()
        .milvus.grpc.Status status = 1;
        Returns:
        The status.
      • getStatusOrBuilder

        StatusOrBuilder getStatusOrBuilder()
        .milvus.grpc.Status status = 1;
      • getTableName

        String getTableName()
        string table_name = 2;
        Returns:
        The tableName.
      • getTableNameBytes

        com.google.protobuf.ByteString getTableNameBytes()
        string table_name = 2;
        Returns:
        The bytes for tableName.
      • getDimension

        long getDimension()
        int64 dimension = 3;
        Returns:
        The dimension.
      • getIndexFileSize

        long getIndexFileSize()
        int64 index_file_size = 4;
        Returns:
        The indexFileSize.
      • getMetricType

        int getMetricType()
        int32 metric_type = 5;
        Returns:
        The metricType.