Package io.redvox.apis
Interface RedvoxApiM.AcquisitionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.AcquisitionResponse,RedvoxApiM.AcquisitionResponse.Builder
- Enclosing class:
- RedvoxApiM
public static interface RedvoxApiM.AcquisitionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongChecksum computed by serverAny other error detailscom.google.protobuf.ByteStringAny other error detailsbooleanIf set, client to should attempt to resend the file otherwise, don't resend the file.Response type (as above)intResponse type (as above)longgetSeqId()A copy of the seq_id provided in the AcquisitionRequestMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResponseTypeValue
int getResponseTypeValue()Response type (as above)
.redvox_api_m.AcquisitionResponse.ResponseType response_type = 1;- Returns:
- The enum numeric value on the wire for responseType.
-
getResponseType
RedvoxApiM.AcquisitionResponse.ResponseType getResponseType()Response type (as above)
.redvox_api_m.AcquisitionResponse.ResponseType response_type = 1;- Returns:
- The responseType.
-
getChecksum
long getChecksum()Checksum computed by server
int64 checksum = 2;- Returns:
- The checksum.
-
getDetails
String getDetails()Any other error details
string details = 3;- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()Any other error details
string details = 3;- Returns:
- The bytes for details.
-
getResend
boolean getResend()If set, client to should attempt to resend the file otherwise, don't resend the file.
bool resend = 4;- Returns:
- The resend.
-
getSeqId
long getSeqId()A copy of the seq_id provided in the AcquisitionRequest
int64 seq_id = 5;- Returns:
- The seqId.
-