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

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