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

com.vesoft.nebula.proto.common.DirInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;

public interface DirInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.DirInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes install_path = 1;
   * @return The installPath.
   */
  com.google.protobuf.ByteString getInstallPath();

  /**
   * repeated bytes data_paths = 2;
   * @return A list containing the dataPaths.
   */
  java.util.List getDataPathsList();
  /**
   * repeated bytes data_paths = 2;
   * @return The count of dataPaths.
   */
  int getDataPathsCount();
  /**
   * repeated bytes data_paths = 2;
   * @param index The index of the element to return.
   * @return The dataPaths at the given index.
   */
  com.google.protobuf.ByteString getDataPaths(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy