Package viam.app.v1

Interface App.CreateRobotPartSecretResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Location's auth after updates.
    boolean
    Location's auth after updates.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasPart

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

      App.RobotPart getPart()
       Location's auth after updates.
       
      .viam.app.v1.RobotPart part = 1 [json_name = "part"];
      Returns:
      The part.