com.alibaba.graphscope.proto.groot.RestoreFromBackupRequestOrBuilder 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/backup_service.proto
package com.alibaba.graphscope.proto.groot;
public interface RestoreFromBackupRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.RestoreFromBackupRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int32 globalBackupId = 1;
* @return The globalBackupId.
*/
int getGlobalBackupId();
/**
* string meta_restore_path = 2;
* @return The metaRestorePath.
*/
java.lang.String getMetaRestorePath();
/**
* string meta_restore_path = 2;
* @return The bytes for metaRestorePath.
*/
com.google.protobuf.ByteString
getMetaRestorePathBytes();
/**
* string store_restore_path = 3;
* @return The storeRestorePath.
*/
java.lang.String getStoreRestorePath();
/**
* string store_restore_path = 3;
* @return The bytes for storeRestorePath.
*/
com.google.protobuf.ByteString
getStoreRestorePathBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy