Package viam.app.v1

Interface App.GetRobotPartResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.GetRobotPartResponse, App.GetRobotPartResponse.Builder
Enclosing class:
App

public static interface App.GetRobotPartResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string config_json = 2 [json_name = "configJson"];
    com.google.protobuf.ByteString
    string config_json = 2 [json_name = "configJson"];
    .viam.app.v1.RobotPart part = 1 [json_name = "part"];
    boolean
    .viam.app.v1.RobotPart part = 1 [json_name = "part"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasPart

      boolean hasPart()
      .viam.app.v1.RobotPart part = 1 [json_name = "part"];
      Returns:
      Whether the part field is set.
    • getPart

      App.RobotPart getPart()
      .viam.app.v1.RobotPart part = 1 [json_name = "part"];
      Returns:
      The part.
    • getConfigJson

      String getConfigJson()
      string config_json = 2 [json_name = "configJson"];
      Returns:
      The configJson.
    • getConfigJsonBytes

      com.google.protobuf.ByteString getConfigJsonBytes()
      string config_json = 2 [json_name = "configJson"];
      Returns:
      The bytes for configJson.