Interface Robot.StartSessionRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Robot.StartSessionRequest, Robot.StartSessionRequest.Builder
Enclosing class:
Robot

public static interface Robot.StartSessionRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    resume can be used to attempt to continue a stream after a disconnection event.
    com.google.protobuf.ByteString
    resume can be used to attempt to continue a stream after a disconnection event.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getResume

      String getResume()
       resume can be used to attempt to continue a stream after a disconnection event. If
       a session is not found, a new one will be created and returned.
       
      string resume = 1 [json_name = "resume"];
      Returns:
      The resume.
    • getResumeBytes

      com.google.protobuf.ByteString getResumeBytes()
       resume can be used to attempt to continue a stream after a disconnection event. If
       a session is not found, a new one will be created and returned.
       
      string resume = 1 [json_name = "resume"];
      Returns:
      The bytes for resume.