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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAuthToken()
      optional string authToken = 1;
      com.google.protobuf.ByteString getAuthTokenBytes()
      optional string authToken = 1;
      int getRequestSeq()
      used to track back the response
      long getStartTxId()
      start replay with this transaction
      Request.Type getType()
      currently only START_REPLAY
      String getYamcsInstance()
      optional string yamcsInstance = 3;
      com.google.protobuf.ByteString getYamcsInstanceBytes()
      optional string yamcsInstance = 3;
      boolean hasAuthToken()
      optional string authToken = 1;
      boolean hasRequestSeq()
      used to track back the response
      boolean hasStartTxId()
      start replay with this transaction
      boolean hasType()
      currently only START_REPLAY
      boolean hasYamcsInstance()
      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 Detail

      • hasAuthToken

        boolean hasAuthToken()
        optional string authToken = 1;
      • getAuthToken

        String getAuthToken()
        optional string authToken = 1;
      • getAuthTokenBytes

        com.google.protobuf.ByteString getAuthTokenBytes()
        optional string authToken = 1;
      • hasRequestSeq

        boolean hasRequestSeq()
        used to track back the response
         
        optional uint32 requestSeq = 2;
      • getRequestSeq

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

        boolean hasYamcsInstance()
        optional string yamcsInstance = 3;
      • getYamcsInstance

        String getYamcsInstance()
        optional string yamcsInstance = 3;
      • getYamcsInstanceBytes

        com.google.protobuf.ByteString getYamcsInstanceBytes()
        optional string yamcsInstance = 3;
      • hasType

        boolean hasType()
        currently only START_REPLAY
         
        optional .Request.Type type = 4;
      • getType

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

        boolean hasStartTxId()
        start replay with this transaction 
         
        optional uint64 startTxId = 5;
      • getStartTxId

        long getStartTxId()
        start replay with this transaction 
         
        optional uint64 startTxId = 5;