org.hyperledger.fabric.protos.peer.JoinBySnapshotStatusOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/query.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface JoinBySnapshotStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.JoinBySnapshotStatus)
com.google.protobuf.MessageOrBuilder {
/**
* bool in_progress = 1 [json_name = "inProgress"];
* @return The inProgress.
*/
boolean getInProgress();
/**
* string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"];
* @return The bootstrappingSnapshotDir.
*/
java.lang.String getBootstrappingSnapshotDir();
/**
* string bootstrapping_snapshot_dir = 2 [json_name = "bootstrappingSnapshotDir"];
* @return The bytes for bootstrappingSnapshotDir.
*/
com.google.protobuf.ByteString
getBootstrappingSnapshotDirBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy