Interface Msg.ReplicateMsgOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Msg.ReplicateMsg, Msg.ReplicateMsg.Builder
Enclosing class:
Msg

public static interface Msg.ReplicateMsgOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .milvus.proto.common.MsgBase base = 1;
    .milvus.proto.common.MsgBase base = 1;
    string collection = 5;
    com.google.protobuf.ByteString
    string collection = 5;
    string database = 4;
    com.google.protobuf.ByteString
    string database = 4;
    boolean
    bool is_cluster = 3;
    boolean
    bool is_end = 2;
    boolean
    .milvus.proto.common.MsgBase base = 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 Details

    • hasBase

      boolean hasBase()
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      Whether the base field is set.
    • getBase

      MsgBase getBase()
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      The base.
    • getBaseOrBuilder

      MsgBaseOrBuilder getBaseOrBuilder()
      .milvus.proto.common.MsgBase base = 1;
    • getIsEnd

      boolean getIsEnd()
      bool is_end = 2;
      Returns:
      The isEnd.
    • getIsCluster

      boolean getIsCluster()
      bool is_cluster = 3;
      Returns:
      The isCluster.
    • getDatabase

      String getDatabase()
      string database = 4;
      Returns:
      The database.
    • getDatabaseBytes

      com.google.protobuf.ByteString getDatabaseBytes()
      string database = 4;
      Returns:
      The bytes for database.
    • getCollection

      String getCollection()
      string collection = 5;
      Returns:
      The collection.
    • getCollectionBytes

      com.google.protobuf.ByteString getCollectionBytes()
      string collection = 5;
      Returns:
      The bytes for collection.