All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.MsgBaseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package io.milvus.grpc;

public interface MsgBaseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.common.MsgBase)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.MsgType msg_type = 1;
   * @return The enum numeric value on the wire for msgType.
   */
  int getMsgTypeValue();
  /**
   * .milvus.proto.common.MsgType msg_type = 1;
   * @return The msgType.
   */
  io.milvus.grpc.MsgType getMsgType();

  /**
   * int64 msgID = 2;
   * @return The msgID.
   */
  long getMsgID();

  /**
   * uint64 timestamp = 3;
   * @return The timestamp.
   */
  long getTimestamp();

  /**
   * int64 sourceID = 4;
   * @return The sourceID.
   */
  long getSourceID();

  /**
   * int64 targetID = 5;
   * @return The targetID.
   */
  long getTargetID();

  /**
   * map<string, string> properties = 6;
   */
  int getPropertiesCount();
  /**
   * map<string, string> properties = 6;
   */
  boolean containsProperties(
      java.lang.String key);
  /**
   * Use {@link #getPropertiesMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getProperties();
  /**
   * map<string, string> properties = 6;
   */
  java.util.Map
  getPropertiesMap();
  /**
   * map<string, string> properties = 6;
   */
  /* nullable */
java.lang.String getPropertiesOrDefault(
      java.lang.String key,
      /* nullable */
java.lang.String defaultValue);
  /**
   * map<string, string> properties = 6;
   */
  java.lang.String getPropertiesOrThrow(
      java.lang.String key);

  /**
   * .milvus.proto.common.ReplicateInfo replicateInfo = 7;
   * @return Whether the replicateInfo field is set.
   */
  boolean hasReplicateInfo();
  /**
   * .milvus.proto.common.ReplicateInfo replicateInfo = 7;
   * @return The replicateInfo.
   */
  io.milvus.grpc.ReplicateInfo getReplicateInfo();
  /**
   * .milvus.proto.common.ReplicateInfo replicateInfo = 7;
   */
  io.milvus.grpc.ReplicateInfoOrBuilder getReplicateInfoOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy