public static interface Api900.RedvoxPacketResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getChecksum()
This is a sum of the serialized RedvoxPacket bytes
|
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
|
java.util.List<java.lang.String> |
getMetadataList()
Extra metadata to associate with this response
|
Api900.RedvoxPacketResponse.Type |
getType()
.RedvoxPacketResponse.Type type = 1; |
int |
getTypeValue()
.RedvoxPacketResponse.Type type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTypeValue()
.RedvoxPacketResponse.Type type = 1;
Api900.RedvoxPacketResponse.Type getType()
.RedvoxPacketResponse.Type type = 1;
long getChecksum()
This is a sum of the serialized RedvoxPacket bytes
int64 checksum = 2;
java.util.List<Api900.RedvoxPacketResponse.Error> getErrorsList()
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
int getErrorsCount()
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
Api900.RedvoxPacketResponse.Error getErrors(int index)
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
java.util.List<java.lang.Integer> getErrorsValueList()
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
int getErrorsValue(int index)
List of errors
repeated .RedvoxPacketResponse.Error errors = 3;
java.util.List<java.lang.String> getMetadataList()
Extra metadata to associate with this response
repeated string metadata = 4;
int getMetadataCount()
Extra metadata to associate with this response
repeated string metadata = 4;
java.lang.String getMetadata(int index)
Extra metadata to associate with this response
repeated string metadata = 4;
com.google.protobuf.ByteString getMetadataBytes(int index)
Extra metadata to associate with this response
repeated string metadata = 4;