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

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

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

package io.milvus.grpc;

public interface TransferNodeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.TransferNodeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.MsgBase base = 1;
   * @return Whether the base field is set.
   */
  boolean hasBase();
  /**
   * .milvus.proto.common.MsgBase base = 1;
   * @return The base.
   */
  io.milvus.grpc.MsgBase getBase();
  /**
   * .milvus.proto.common.MsgBase base = 1;
   */
  io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();

  /**
   * string source_resource_group = 2;
   * @return The sourceResourceGroup.
   */
  java.lang.String getSourceResourceGroup();
  /**
   * string source_resource_group = 2;
   * @return The bytes for sourceResourceGroup.
   */
  com.google.protobuf.ByteString
      getSourceResourceGroupBytes();

  /**
   * string target_resource_group = 3;
   * @return The targetResourceGroup.
   */
  java.lang.String getTargetResourceGroup();
  /**
   * string target_resource_group = 3;
   * @return The bytes for targetResourceGroup.
   */
  com.google.protobuf.ByteString
      getTargetResourceGroupBytes();

  /**
   * int32 num_node = 4;
   * @return The numNode.
   */
  int getNumNode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy