public interface SeekInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SeekInfo.SeekBehavior |
getBehavior()
The behavior when a missing block is encountered
|
int |
getBehaviorValue()
The behavior when a missing block is encountered
|
SeekInfo.SeekErrorResponse |
getErrorResponse()
How to respond to errors reported to the deliver service
|
int |
getErrorResponseValue()
How to respond to errors reported to the deliver service
|
SeekPosition |
getStart()
The position to start the deliver from
|
SeekPositionOrBuilder |
getStartOrBuilder()
The position to start the deliver from
|
SeekPosition |
getStop()
The position to stop the deliver
|
SeekPositionOrBuilder |
getStopOrBuilder()
The position to stop the deliver
|
boolean |
hasStart()
The position to start the deliver from
|
boolean |
hasStop()
The position to stop the deliver
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStart()
The position to start the deliver from
.orderer.SeekPosition start = 1 [json_name = "start"];
SeekPosition getStart()
The position to start the deliver from
.orderer.SeekPosition start = 1 [json_name = "start"];
SeekPositionOrBuilder getStartOrBuilder()
The position to start the deliver from
.orderer.SeekPosition start = 1 [json_name = "start"];
boolean hasStop()
The position to stop the deliver
.orderer.SeekPosition stop = 2 [json_name = "stop"];
SeekPosition getStop()
The position to stop the deliver
.orderer.SeekPosition stop = 2 [json_name = "stop"];
SeekPositionOrBuilder getStopOrBuilder()
The position to stop the deliver
.orderer.SeekPosition stop = 2 [json_name = "stop"];
int getBehaviorValue()
The behavior when a missing block is encountered
.orderer.SeekInfo.SeekBehavior behavior = 3 [json_name = "behavior"];
SeekInfo.SeekBehavior getBehavior()
The behavior when a missing block is encountered
.orderer.SeekInfo.SeekBehavior behavior = 3 [json_name = "behavior"];
int getErrorResponseValue()
How to respond to errors reported to the deliver service
.orderer.SeekInfo.SeekErrorResponse error_response = 4 [json_name = "errorResponse"];
SeekInfo.SeekErrorResponse getErrorResponse()
How to respond to errors reported to the deliver service
.orderer.SeekInfo.SeekErrorResponse error_response = 4 [json_name = "errorResponse"];
Copyright © 2022. All rights reserved.