com.vesoft.nebula.proto.common.PathOrBuilder 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 PathOrBuilder extends
// @@protoc_insertion_point(interface_extends:nebula.proto.common.Path)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .nebula.proto.common.Value values = 1;
*/
java.util.List
getValuesList();
/**
* repeated .nebula.proto.common.Value values = 1;
*/
com.vesoft.nebula.proto.common.Value getValues(int index);
/**
* repeated .nebula.proto.common.Value values = 1;
*/
int getValuesCount();
/**
* repeated .nebula.proto.common.Value values = 1;
*/
java.util.List extends com.vesoft.nebula.proto.common.ValueOrBuilder>
getValuesOrBuilderList();
/**
* repeated .nebula.proto.common.Value values = 1;
*/
com.vesoft.nebula.proto.common.ValueOrBuilder getValuesOrBuilder(
int index);
}