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

com.vesoft.nebula.proto.graph.RowOrBuilder Maven / Gradle / Ivy

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

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

public interface RowOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.graph.Row)
    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 
      getValuesOrBuilderList();
  /**
   * repeated .nebula.proto.common.Value values = 1;
   */
  com.vesoft.nebula.proto.common.ValueOrBuilder getValuesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy