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

com.alibaba.graphscope.proto.groot.OperationBatchPbOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.28.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: groot/sdk/model.proto

package com.alibaba.graphscope.proto.groot;

public interface OperationBatchPbOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gs.rpc.groot.OperationBatchPb)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 latestSnapshotId = 1;
   * @return The latestSnapshotId.
   */
  long getLatestSnapshotId();

  /**
   * repeated .gs.rpc.groot.OperationPb operations = 2;
   */
  java.util.List 
      getOperationsList();
  /**
   * repeated .gs.rpc.groot.OperationPb operations = 2;
   */
  com.alibaba.graphscope.proto.groot.OperationPb getOperations(int index);
  /**
   * repeated .gs.rpc.groot.OperationPb operations = 2;
   */
  int getOperationsCount();
  /**
   * repeated .gs.rpc.groot.OperationPb operations = 2;
   */
  java.util.List 
      getOperationsOrBuilderList();
  /**
   * repeated .gs.rpc.groot.OperationPb operations = 2;
   */
  com.alibaba.graphscope.proto.groot.OperationPbOrBuilder getOperationsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy