Interface Robot.DiscoveryQueryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    .google.protobuf.Struct extra = 99 [json_name = "extra"];
    string model = 2 [json_name = "model"];
    com.google.protobuf.ByteString
    string model = 2 [json_name = "model"];
    string subtype = 1 [json_name = "subtype"];
    com.google.protobuf.ByteString
    string subtype = 1 [json_name = "subtype"];
    boolean
    .google.protobuf.Struct extra = 99 [json_name = "extra"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSubtype

      String getSubtype()
      string subtype = 1 [json_name = "subtype"];
      Returns:
      The subtype.
    • getSubtypeBytes

      com.google.protobuf.ByteString getSubtypeBytes()
      string subtype = 1 [json_name = "subtype"];
      Returns:
      The bytes for subtype.
    • 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.
    • hasExtra

      boolean hasExtra()
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      Whether the extra field is set.
    • getExtra

      com.google.protobuf.Struct getExtra()
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      The extra.