Interface RequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Request, Request.Builder

public interface RequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string authToken = 1;
    com.google.protobuf.ByteString
    optional string authToken = 1;
    int
    used to track back the response
    long
    start replay with this transaction
    currently only START_REPLAY
    optional string yamcsInstance = 3;
    com.google.protobuf.ByteString
    optional string yamcsInstance = 3;
    boolean
    optional string authToken = 1;
    boolean
    used to track back the response
    boolean
    start replay with this transaction
    boolean
    currently only START_REPLAY
    boolean
    optional string yamcsInstance = 3;

    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

    • hasAuthToken

      boolean hasAuthToken()
      optional string authToken = 1;
      Returns:
      Whether the authToken field is set.
    • getAuthToken

      String getAuthToken()
      optional string authToken = 1;
      Returns:
      The authToken.
    • getAuthTokenBytes

      com.google.protobuf.ByteString getAuthTokenBytes()
      optional string authToken = 1;
      Returns:
      The bytes for authToken.
    • hasRequestSeq

      boolean hasRequestSeq()
      used to track back the response
       
      optional uint32 requestSeq = 2;
      Returns:
      Whether the requestSeq field is set.
    • getRequestSeq

      int getRequestSeq()
      used to track back the response
       
      optional uint32 requestSeq = 2;
      Returns:
      The requestSeq.
    • hasYamcsInstance

      boolean hasYamcsInstance()
      optional string yamcsInstance = 3;
      Returns:
      Whether the yamcsInstance field is set.
    • getYamcsInstance

      String getYamcsInstance()
      optional string yamcsInstance = 3;
      Returns:
      The yamcsInstance.
    • getYamcsInstanceBytes

      com.google.protobuf.ByteString getYamcsInstanceBytes()
      optional string yamcsInstance = 3;
      Returns:
      The bytes for yamcsInstance.
    • hasType

      boolean hasType()
      currently only START_REPLAY
       
      optional .Request.Type type = 4;
      Returns:
      Whether the type field is set.
    • getType

      Request.Type getType()
      currently only START_REPLAY
       
      optional .Request.Type type = 4;
      Returns:
      The type.
    • hasStartTxId

      boolean hasStartTxId()
      start replay with this transaction 
       
      optional uint64 startTxId = 5;
      Returns:
      Whether the startTxId field is set.
    • getStartTxId

      long getStartTxId()
      start replay with this transaction 
       
      optional uint64 startTxId = 5;
      Returns:
      The startTxId.