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 Type
    Method
    Description
    long
    Checksum computed by server
    Any other error details
    com.google.protobuf.ByteString
    Any other error details
    boolean
    If set, client to should attempt to resend the file otherwise, don't resend the file.
    Response type (as above)
    int
    Response type (as above)
    long
    A copy of the seq_id provided in the AcquisitionRequest

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.