Package viam.app.v1

Interface App.CreateRobotPartSecretRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Robot Part ID to create the secret in.
    com.google.protobuf.ByteString
    Robot Part ID to create the secret in.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPartId

      String getPartId()
       Robot Part ID to create the secret in.
       
      string part_id = 1 [json_name = "partId"];
      Returns:
      The partId.
    • getPartIdBytes

      com.google.protobuf.ByteString getPartIdBytes()
       Robot Part ID to create the secret in.
       
      string part_id = 1 [json_name = "partId"];
      Returns:
      The bytes for partId.