Package viam.app.v1

Interface Robot.LocationSecretOrBuilder

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

public static interface Robot.LocationSecretOrBuilder 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"];
    secret payload
    com.google.protobuf.ByteString
    secret payload

    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.
    • getSecret

      String getSecret()
       secret payload
       
      string secret = 2 [json_name = "secret"];
      Returns:
      The secret.
    • getSecretBytes

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