com.alibaba.graphscope.proto.groot.GetGraphBackupInfoResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groot-client Show documentation
Show all versions of groot-client Show documentation
The Java client of Groot, a persistence storage engine
// 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 extends com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder>
getBackupInfoListOrBuilderList();
/**
* repeated .gs.rpc.groot.BackupInfoPb backupInfoList = 1;
*/
com.alibaba.graphscope.proto.groot.BackupInfoPbOrBuilder getBackupInfoListOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy