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

com.alibaba.graphscope.proto.groot.GetGraphBackupInfoResponseOrBuilder 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/client_backup_service.proto

package com.alibaba.graphscope.proto.groot;

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

  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  java.util.List 
      getBackupInfoListList();
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  com.alibaba.graphscope.proto.groot.BackupInfoPb getBackupInfoList(int index);
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  int getBackupInfoListCount();
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  java.util.List 
      getBackupInfoListOrBuilderList();
  /**
   * repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
   */
  com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder getBackupInfoListOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy