Interface EngineControlOuterClass.WaitForBusyStateRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EngineControlOuterClass.WaitForBusyStateRequest, EngineControlOuterClass.WaitForBusyStateRequest.Builder
Enclosing class:
EngineControlOuterClass

public static interface EngineControlOuterClass.WaitForBusyStateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    timeout (in ms).

    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

    • getTimeout

      long getTimeout()
       timeout (in ms). The request will be closed if an idle state has not been
       achieved withing the timeout.
       
      int64 timeout = 1;
      Returns:
      The timeout.