public static final class Api900.RedvoxPacketResponse extends com.google.protobuf.GeneratedMessageV3 implements Api900.RedvoxPacketResponseOrBuilder
Returned to client after each packet sendProtobuf type
RedvoxPacketResponse
Modifier and Type | Class and Description |
---|---|
static class |
Api900.RedvoxPacketResponse.Builder
Returned to client after each packet send
|
static class |
Api900.RedvoxPacketResponse.Error
Error types
|
static class |
Api900.RedvoxPacketResponse.Type
Response types
|
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 |
CHECKSUM_FIELD_NUMBER |
static int |
ERRORS_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getChecksum()
This is a sum of the serialized RedvoxPacket bytes
|
static Api900.RedvoxPacketResponse |
getDefaultInstance() |
Api900.RedvoxPacketResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Api900.RedvoxPacketResponse.Error |
getErrors(int index)
List of errors
|
int |
getErrorsCount()
List of errors
|
java.util.List<Api900.RedvoxPacketResponse.Error> |
getErrorsList()
List of errors
|
int |
getErrorsValue(int index)
List of errors
|
java.util.List<java.lang.Integer> |
getErrorsValueList()
List of errors
|
java.lang.String |
getMetadata(int index)
Extra metadata to associate with this response
|
com.google.protobuf.ByteString |
getMetadataBytes(int index)
Extra metadata to associate with this response
|
int |
getMetadataCount()
Extra metadata to associate with this response
|
com.google.protobuf.ProtocolStringList |
getMetadataList()
Extra metadata to associate with this response
|
com.google.protobuf.Parser<Api900.RedvoxPacketResponse> |
getParserForType() |
int |
getSerializedSize() |
Api900.RedvoxPacketResponse.Type |
getType()
.RedvoxPacketResponse.Type type = 1; |
int |
getTypeValue()
.RedvoxPacketResponse.Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
isInitialized() |
static Api900.RedvoxPacketResponse.Builder |
newBuilder() |
static Api900.RedvoxPacketResponse.Builder |
newBuilder(Api900.RedvoxPacketResponse prototype) |
Api900.RedvoxPacketResponse.Builder |
newBuilderForType() |
static Api900.RedvoxPacketResponse |
parseDelimitedFrom(java.io.InputStream input) |
static Api900.RedvoxPacketResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api900.RedvoxPacketResponse |
parseFrom(byte[] data) |
static Api900.RedvoxPacketResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api900.RedvoxPacketResponse |
parseFrom(java.nio.ByteBuffer data) |
static Api900.RedvoxPacketResponse |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api900.RedvoxPacketResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Api900.RedvoxPacketResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api900.RedvoxPacketResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Api900.RedvoxPacketResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Api900.RedvoxPacketResponse |
parseFrom(java.io.InputStream input) |
static Api900.RedvoxPacketResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Api900.RedvoxPacketResponse> |
parser() |
Api900.RedvoxPacketResponse.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 TYPE_FIELD_NUMBER
public static final int CHECKSUM_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER
public static final int METADATA_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 int getTypeValue()
.RedvoxPacketResponse.Type type = 1;
getTypeValue
in interface Api900.RedvoxPacketResponseOrBuilder
public Api900.RedvoxPacketResponse.Type getType()
.RedvoxPacketResponse.Type type = 1;
getType
in interface Api900.RedvoxPacketResponseOrBuilder
public long getChecksum()
This is a sum of the serialized RedvoxPacket bytes
int64 checksum = 2;
getChecksum
in interface Api900.RedvoxPacketResponseOrBuilder
public java.util.List<Api900.RedvoxPacketResponse.Error> getErrorsList()
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
getErrorsList
in interface Api900.RedvoxPacketResponseOrBuilder
public int getErrorsCount()
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
getErrorsCount
in interface Api900.RedvoxPacketResponseOrBuilder
public Api900.RedvoxPacketResponse.Error getErrors(int index)
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
getErrors
in interface Api900.RedvoxPacketResponseOrBuilder
public java.util.List<java.lang.Integer> getErrorsValueList()
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
getErrorsValueList
in interface Api900.RedvoxPacketResponseOrBuilder
public int getErrorsValue(int index)
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
getErrorsValue
in interface Api900.RedvoxPacketResponseOrBuilder
public com.google.protobuf.ProtocolStringList getMetadataList()
Extra metadata to associate with this response
repeated string metadata = 4;
getMetadataList
in interface Api900.RedvoxPacketResponseOrBuilder
public int getMetadataCount()
Extra metadata to associate with this response
repeated string metadata = 4;
getMetadataCount
in interface Api900.RedvoxPacketResponseOrBuilder
public java.lang.String getMetadata(int index)
Extra metadata to associate with this response
repeated string metadata = 4;
getMetadata
in interface Api900.RedvoxPacketResponseOrBuilder
public com.google.protobuf.ByteString getMetadataBytes(int index)
Extra metadata to associate with this response
repeated string metadata = 4;
getMetadataBytes
in interface Api900.RedvoxPacketResponseOrBuilder
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 java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.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 Api900.RedvoxPacketResponse parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api900.RedvoxPacketResponse parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api900.RedvoxPacketResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api900.RedvoxPacketResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api900.RedvoxPacketResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api900.RedvoxPacketResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Api900.RedvoxPacketResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Api900.RedvoxPacketResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Api900.RedvoxPacketResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Api900.RedvoxPacketResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Api900.RedvoxPacketResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Api900.RedvoxPacketResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Api900.RedvoxPacketResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Api900.RedvoxPacketResponse.Builder newBuilder()
public static Api900.RedvoxPacketResponse.Builder newBuilder(Api900.RedvoxPacketResponse prototype)
public Api900.RedvoxPacketResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static Api900.RedvoxPacketResponse getDefaultInstance()
public static com.google.protobuf.Parser<Api900.RedvoxPacketResponse> parser()
public com.google.protobuf.Parser<Api900.RedvoxPacketResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Api900.RedvoxPacketResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder