Package viam.app.v1
Interface AppOuterClass.UndeprecateRegistryItemRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.UndeprecateRegistryItemRequest,AppOuterClass.UndeprecateRegistryItemRequest.Builder
- Enclosing class:
AppOuterClass
public static interface AppOuterClass.UndeprecateRegistryItemRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring item_id = 1 [json_name = "itemId"];com.google.protobuf.ByteStringstring 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.
-