org.hyperledger.fabric.protos.orderer.BatchTimeoutOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: orderer/configuration.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.orderer;
public interface BatchTimeoutOrBuilder extends
// @@protoc_insertion_point(interface_extends:orderer.BatchTimeout)
com.google.protobuf.MessageOrBuilder {
/**
*
* Any duration string parseable by ParseDuration():
* https://golang.org/pkg/time/#ParseDuration
*
*
* string timeout = 1 [json_name = "timeout"];
* @return The timeout.
*/
java.lang.String getTimeout();
/**
*
* Any duration string parseable by ParseDuration():
* https://golang.org/pkg/time/#ParseDuration
*
*
* string timeout = 1 [json_name = "timeout"];
* @return The bytes for timeout.
*/
com.google.protobuf.ByteString
getTimeoutBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy