Package viam.app.v1
Interface App.TransferRegistryItemRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.TransferRegistryItemRequest
,App.TransferRegistryItemRequest.Builder
- Enclosing class:
- App
public static interface App.TransferRegistryItemRequestOrBuilder
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"];
string new_public_namespace = 2 [json_name = "newPublicNamespace"];
com.google.protobuf.ByteString
string new_public_namespace = 2 [json_name = "newPublicNamespace"];
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.
-
getNewPublicNamespace
String getNewPublicNamespace()string new_public_namespace = 2 [json_name = "newPublicNamespace"];
- Returns:
- The newPublicNamespace.
-
getNewPublicNamespaceBytes
com.google.protobuf.ByteString getNewPublicNamespaceBytes()string new_public_namespace = 2 [json_name = "newPublicNamespace"];
- Returns:
- The bytes for newPublicNamespace.
-