Package viam.app.v1

Interface App.UpdateRobotPartRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string id = 1 [json_name = "id"];
    com.google.protobuf.ByteString
    string id = 1 [json_name = "id"];
    string name = 2 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 2 [json_name = "name"];
    com.google.protobuf.Struct
    .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
    boolean
    .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      String getId()
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getName

      String getName()
      string name = 2 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      Returns:
      The bytes for name.
    • hasRobotConfig

      boolean hasRobotConfig()
      .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
      Returns:
      Whether the robotConfig field is set.
    • getRobotConfig

      com.google.protobuf.Struct getRobotConfig()
      .google.protobuf.Struct robot_config = 3 [json_name = "robotConfig"];
      Returns:
      The robotConfig.