Package viam.app.v1
Interface App.GetRegistryItemRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.GetRegistryItemRequest
,App.GetRegistryItemRequest.Builder
- Enclosing class:
- App
public static interface App.GetRegistryItemRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring item_id = 1 [json_name = "itemId"];
com.google.protobuf.ByteString
string item_id = 1 [json_name = "itemId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getItemId
String getItemId()string item_id = 1 [json_name = "itemId"];
- Returns:
- The itemId.
-
getItemIdBytes
com.google.protobuf.ByteString getItemIdBytes()string item_id = 1 [json_name = "itemId"];
- Returns:
- The bytes for itemId.
-