public final class SeekPosition extends com.google.protobuf.GeneratedMessageV3 implements SeekPositionOrBuilder
orderer.SeekPosition
Modifier and Type | Class and Description |
---|---|
static class |
SeekPosition.Builder
Protobuf type
orderer.SeekPosition |
static class |
SeekPosition.TypeCase |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
NEWEST_FIELD_NUMBER |
static int |
NEXT_COMMIT_FIELD_NUMBER |
static int |
OLDEST_FIELD_NUMBER |
static int |
SPECIFIED_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static SeekPosition |
getDefaultInstance() |
SeekPosition |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
SeekNewest |
getNewest()
.orderer.SeekNewest newest = 1 [json_name = "newest"]; |
SeekNewestOrBuilder |
getNewestOrBuilder()
.orderer.SeekNewest newest = 1 [json_name = "newest"]; |
SeekNextCommit |
getNextCommit()
.orderer.SeekNextCommit next_commit = 4 [json_name = "nextCommit"]; |
SeekNextCommitOrBuilder |
getNextCommitOrBuilder()
.orderer.SeekNextCommit next_commit = 4 [json_name = "nextCommit"]; |
SeekOldest |
getOldest()
.orderer.SeekOldest oldest = 2 [json_name = "oldest"]; |
SeekOldestOrBuilder |
getOldestOrBuilder()
.orderer.SeekOldest oldest = 2 [json_name = "oldest"]; |
com.google.protobuf.Parser<SeekPosition> |
getParserForType() |
int |
getSerializedSize() |
SeekSpecified |
getSpecified()
.orderer.SeekSpecified specified = 3 [json_name = "specified"]; |
SeekSpecifiedOrBuilder |
getSpecifiedOrBuilder()
.orderer.SeekSpecified specified = 3 [json_name = "specified"]; |
SeekPosition.TypeCase |
getTypeCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasNewest()
.orderer.SeekNewest newest = 1 [json_name = "newest"]; |
boolean |
hasNextCommit()
.orderer.SeekNextCommit next_commit = 4 [json_name = "nextCommit"]; |
boolean |
hasOldest()
.orderer.SeekOldest oldest = 2 [json_name = "oldest"]; |
boolean |
hasSpecified()
.orderer.SeekSpecified specified = 3 [json_name = "specified"]; |
boolean |
isInitialized() |
static SeekPosition.Builder |
newBuilder() |
static SeekPosition.Builder |
newBuilder(SeekPosition prototype) |
SeekPosition.Builder |
newBuilderForType() |
static SeekPosition |
parseDelimitedFrom(InputStream input) |
static SeekPosition |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekPosition |
parseFrom(byte[] data) |
static SeekPosition |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekPosition |
parseFrom(ByteBuffer data) |
static SeekPosition |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekPosition |
parseFrom(com.google.protobuf.ByteString data) |
static SeekPosition |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekPosition |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SeekPosition |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeekPosition |
parseFrom(InputStream input) |
static SeekPosition |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SeekPosition> |
parser() |
SeekPosition.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NEWEST_FIELD_NUMBER
public static final int OLDEST_FIELD_NUMBER
public static final int SPECIFIED_FIELD_NUMBER
public static final int NEXT_COMMIT_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public SeekPosition.TypeCase getTypeCase()
getTypeCase
in interface SeekPositionOrBuilder
public boolean hasNewest()
.orderer.SeekNewest newest = 1 [json_name = "newest"];
hasNewest
in interface SeekPositionOrBuilder
public SeekNewest getNewest()
.orderer.SeekNewest newest = 1 [json_name = "newest"];
getNewest
in interface SeekPositionOrBuilder
public SeekNewestOrBuilder getNewestOrBuilder()
.orderer.SeekNewest newest = 1 [json_name = "newest"];
getNewestOrBuilder
in interface SeekPositionOrBuilder
public boolean hasOldest()
.orderer.SeekOldest oldest = 2 [json_name = "oldest"];
hasOldest
in interface SeekPositionOrBuilder
public SeekOldest getOldest()
.orderer.SeekOldest oldest = 2 [json_name = "oldest"];
getOldest
in interface SeekPositionOrBuilder
public SeekOldestOrBuilder getOldestOrBuilder()
.orderer.SeekOldest oldest = 2 [json_name = "oldest"];
getOldestOrBuilder
in interface SeekPositionOrBuilder
public boolean hasSpecified()
.orderer.SeekSpecified specified = 3 [json_name = "specified"];
hasSpecified
in interface SeekPositionOrBuilder
public SeekSpecified getSpecified()
.orderer.SeekSpecified specified = 3 [json_name = "specified"];
getSpecified
in interface SeekPositionOrBuilder
public SeekSpecifiedOrBuilder getSpecifiedOrBuilder()
.orderer.SeekSpecified specified = 3 [json_name = "specified"];
getSpecifiedOrBuilder
in interface SeekPositionOrBuilder
public boolean hasNextCommit()
.orderer.SeekNextCommit next_commit = 4 [json_name = "nextCommit"];
hasNextCommit
in interface SeekPositionOrBuilder
public SeekNextCommit getNextCommit()
.orderer.SeekNextCommit next_commit = 4 [json_name = "nextCommit"];
getNextCommit
in interface SeekPositionOrBuilder
public SeekNextCommitOrBuilder getNextCommitOrBuilder()
.orderer.SeekNextCommit next_commit = 4 [json_name = "nextCommit"];
getNextCommitOrBuilder
in interface SeekPositionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static SeekPosition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeekPosition parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeekPosition parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeekPosition parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeekPosition parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeekPosition parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeekPosition parseFrom(InputStream input) throws IOException
IOException
public static SeekPosition parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SeekPosition parseDelimitedFrom(InputStream input) throws IOException
IOException
public static SeekPosition parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SeekPosition parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static SeekPosition parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public SeekPosition.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static SeekPosition.Builder newBuilder()
public static SeekPosition.Builder newBuilder(SeekPosition prototype)
public SeekPosition.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static SeekPosition getDefaultInstance()
public static com.google.protobuf.Parser<SeekPosition> parser()
public com.google.protobuf.Parser<SeekPosition> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public SeekPosition getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2022. All rights reserved.