Package io.redvox.apis
Interface RedvoxApiM.SynchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.SynchRequest,RedvoxApiM.SynchRequest.Builder
- Enclosing class:
- RedvoxApiM
public static interface RedvoxApiM.SynchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetSeqId()The overall number of synch requests made.Id of the stationcom.google.protobuf.ByteStringId of the stationUuid of the stationcom.google.protobuf.ByteStringUuid of the stationintThe seq id within a single exchangeMethods 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
-
getStationId
String getStationId()Id of the station
string station_id = 1;- Returns:
- The stationId.
-
getStationIdBytes
com.google.protobuf.ByteString getStationIdBytes()Id of the station
string station_id = 1;- Returns:
- The bytes for stationId.
-
getStationUuid
String getStationUuid()Uuid of the station
string station_uuid = 2;- Returns:
- The stationUuid.
-
getStationUuidBytes
com.google.protobuf.ByteString getStationUuidBytes()Uuid of the station
string station_uuid = 2;- Returns:
- The bytes for stationUuid.
-
getSeqId
int getSeqId()The overall number of synch requests made. Starts at 0 on recording start.
uint32 seq_id = 3;- Returns:
- The seqId.
-
getSubSeqId
int getSubSeqId()The seq id within a single exchange
uint32 sub_seq_id = 4;- Returns:
- The subSeqId.
-