Package viam.app.v1

Interface App.NewRobotRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string location = 2 [json_name = "location"];
    com.google.protobuf.ByteString
    string location = 2 [json_name = "location"];
    string name = 1 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 1 [json_name = "name"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

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

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

      String getLocation()
      string location = 2 [json_name = "location"];
      Returns:
      The location.
    • getLocationBytes

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