public final class DeliverResponse extends com.google.protobuf.GeneratedMessageV3 implements DeliverResponseOrBuilder
DeliverResponseProtobuf type
protos.DeliverResponse
Modifier and Type | Class and Description |
---|---|
static class |
DeliverResponse.Builder
DeliverResponse
|
static class |
DeliverResponse.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 |
BLOCK_AND_PRIVATE_DATA_FIELD_NUMBER |
static int |
BLOCK_FIELD_NUMBER |
static int |
FILTERED_BLOCK_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Block |
getBlock()
.common.Block block = 2 [json_name = "block"]; |
BlockAndPrivateData |
getBlockAndPrivateData()
.protos.BlockAndPrivateData block_and_private_data = 4 [json_name = "blockAndPrivateData"]; |
BlockAndPrivateDataOrBuilder |
getBlockAndPrivateDataOrBuilder()
.protos.BlockAndPrivateData block_and_private_data = 4 [json_name = "blockAndPrivateData"]; |
BlockOrBuilder |
getBlockOrBuilder()
.common.Block block = 2 [json_name = "block"]; |
static DeliverResponse |
getDefaultInstance() |
DeliverResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FilteredBlock |
getFilteredBlock()
.protos.FilteredBlock filtered_block = 3 [json_name = "filteredBlock"]; |
FilteredBlockOrBuilder |
getFilteredBlockOrBuilder()
.protos.FilteredBlock filtered_block = 3 [json_name = "filteredBlock"]; |
com.google.protobuf.Parser<DeliverResponse> |
getParserForType() |
int |
getSerializedSize() |
Status |
getStatus()
.common.Status status = 1 [json_name = "status"]; |
int |
getStatusValue()
.common.Status status = 1 [json_name = "status"]; |
DeliverResponse.TypeCase |
getTypeCase() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBlock()
.common.Block block = 2 [json_name = "block"]; |
boolean |
hasBlockAndPrivateData()
.protos.BlockAndPrivateData block_and_private_data = 4 [json_name = "blockAndPrivateData"]; |
boolean |
hasFilteredBlock()
.protos.FilteredBlock filtered_block = 3 [json_name = "filteredBlock"]; |
int |
hashCode() |
boolean |
hasStatus()
.common.Status status = 1 [json_name = "status"]; |
boolean |
isInitialized() |
static DeliverResponse.Builder |
newBuilder() |
static DeliverResponse.Builder |
newBuilder(DeliverResponse prototype) |
DeliverResponse.Builder |
newBuilderForType() |
static DeliverResponse |
parseDelimitedFrom(InputStream input) |
static DeliverResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeliverResponse |
parseFrom(byte[] data) |
static DeliverResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeliverResponse |
parseFrom(ByteBuffer data) |
static DeliverResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeliverResponse |
parseFrom(com.google.protobuf.ByteString data) |
static DeliverResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeliverResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DeliverResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeliverResponse |
parseFrom(InputStream input) |
static DeliverResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DeliverResponse> |
parser() |
DeliverResponse.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 STATUS_FIELD_NUMBER
public static final int BLOCK_FIELD_NUMBER
public static final int FILTERED_BLOCK_FIELD_NUMBER
public static final int BLOCK_AND_PRIVATE_DATA_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 DeliverResponse.TypeCase getTypeCase()
getTypeCase
in interface DeliverResponseOrBuilder
public boolean hasStatus()
.common.Status status = 1 [json_name = "status"];
hasStatus
in interface DeliverResponseOrBuilder
public int getStatusValue()
.common.Status status = 1 [json_name = "status"];
getStatusValue
in interface DeliverResponseOrBuilder
public Status getStatus()
.common.Status status = 1 [json_name = "status"];
getStatus
in interface DeliverResponseOrBuilder
public boolean hasBlock()
.common.Block block = 2 [json_name = "block"];
hasBlock
in interface DeliverResponseOrBuilder
public Block getBlock()
.common.Block block = 2 [json_name = "block"];
getBlock
in interface DeliverResponseOrBuilder
public BlockOrBuilder getBlockOrBuilder()
.common.Block block = 2 [json_name = "block"];
getBlockOrBuilder
in interface DeliverResponseOrBuilder
public boolean hasFilteredBlock()
.protos.FilteredBlock filtered_block = 3 [json_name = "filteredBlock"];
hasFilteredBlock
in interface DeliverResponseOrBuilder
public FilteredBlock getFilteredBlock()
.protos.FilteredBlock filtered_block = 3 [json_name = "filteredBlock"];
getFilteredBlock
in interface DeliverResponseOrBuilder
public FilteredBlockOrBuilder getFilteredBlockOrBuilder()
.protos.FilteredBlock filtered_block = 3 [json_name = "filteredBlock"];
getFilteredBlockOrBuilder
in interface DeliverResponseOrBuilder
public boolean hasBlockAndPrivateData()
.protos.BlockAndPrivateData block_and_private_data = 4 [json_name = "blockAndPrivateData"];
hasBlockAndPrivateData
in interface DeliverResponseOrBuilder
public BlockAndPrivateData getBlockAndPrivateData()
.protos.BlockAndPrivateData block_and_private_data = 4 [json_name = "blockAndPrivateData"];
getBlockAndPrivateData
in interface DeliverResponseOrBuilder
public BlockAndPrivateDataOrBuilder getBlockAndPrivateDataOrBuilder()
.protos.BlockAndPrivateData block_and_private_data = 4 [json_name = "blockAndPrivateData"];
getBlockAndPrivateDataOrBuilder
in interface DeliverResponseOrBuilder
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 DeliverResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DeliverResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DeliverResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DeliverResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DeliverResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DeliverResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DeliverResponse parseFrom(InputStream input) throws IOException
IOException
public static DeliverResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DeliverResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static DeliverResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DeliverResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static DeliverResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public DeliverResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static DeliverResponse.Builder newBuilder()
public static DeliverResponse.Builder newBuilder(DeliverResponse prototype)
public DeliverResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static DeliverResponse getDefaultInstance()
public static com.google.protobuf.Parser<DeliverResponse> parser()
public com.google.protobuf.Parser<DeliverResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public DeliverResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2022. All rights reserved.