Interface Robot.ModuleModelOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string api = 3 [json_name = "api"];
    com.google.protobuf.ByteString
    string api = 3 [json_name = "api"];
    boolean
    bool from_local_module = 4 [json_name = "fromLocalModule"];
    string model = 2 [json_name = "model"];
    com.google.protobuf.ByteString
    string model = 2 [json_name = "model"];
    string module_name = 1 [json_name = "moduleName"];
    com.google.protobuf.ByteString
    string module_name = 1 [json_name = "moduleName"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getModuleName

      String getModuleName()
      string module_name = 1 [json_name = "moduleName"];
      Returns:
      The moduleName.
    • getModuleNameBytes

      com.google.protobuf.ByteString getModuleNameBytes()
      string module_name = 1 [json_name = "moduleName"];
      Returns:
      The bytes for moduleName.
    • getModel

      String getModel()
      string model = 2 [json_name = "model"];
      Returns:
      The model.
    • getModelBytes

      com.google.protobuf.ByteString getModelBytes()
      string model = 2 [json_name = "model"];
      Returns:
      The bytes for model.
    • getApi

      String getApi()
      string api = 3 [json_name = "api"];
      Returns:
      The api.
    • getApiBytes

      com.google.protobuf.ByteString getApiBytes()
      string api = 3 [json_name = "api"];
      Returns:
      The bytes for api.
    • getFromLocalModule

      boolean getFromLocalModule()
      bool from_local_module = 4 [json_name = "fromLocalModule"];
      Returns:
      The fromLocalModule.