Interface ControlMessage.DriverToClientMessageOrBuilder

    • Method Detail

      • hasType

        boolean hasType()
        required .protobuf.DriverToClientMessageType type = 1;
        Returns:
        Whether the type field is set.
      • hasDataCollected

        boolean hasDataCollected()
        optional .protobuf.DataCollectMessage dataCollected = 2;
        Returns:
        Whether the dataCollected field is set.
      • hasOptimizationType

        boolean hasOptimizationType()
        optional .protobuf.OptimizationType optimizationType = 3;
        Returns:
        Whether the optimizationType field is set.
      • getOptimizationType

        ControlMessage.OptimizationType getOptimizationType()
        optional .protobuf.OptimizationType optimizationType = 3;
        Returns:
        The optimizationType.