Package viam.app.v1

Interface App.DeleteRegistryItemRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The id of the item (formatted as prefix:name where prefix is the owner's orgid or namespace)
    com.google.protobuf.ByteString
    The id of the item (formatted as prefix:name where prefix is the owner's orgid or namespace)

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getItemId

      String getItemId()
       The id of the item (formatted as prefix:name where prefix is the owner's orgid or namespace)
       
      string item_id = 1 [json_name = "itemId"];
      Returns:
      The itemId.
    • getItemIdBytes

      com.google.protobuf.ByteString getItemIdBytes()
       The id of the item (formatted as prefix:name where prefix is the owner's orgid or namespace)
       
      string item_id = 1 [json_name = "itemId"];
      Returns:
      The bytes for itemId.