Package viam.app.v1
Class AppOuterClass.DeleteRegistryItemRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.DeleteRegistryItemRequest,AppOuterClass.DeleteRegistryItemRequest.Builder>
viam.app.v1.AppOuterClass.DeleteRegistryItemRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.DeleteRegistryItemRequestOrBuilder
- Enclosing class:
- AppOuterClass.DeleteRegistryItemRequest
public static final class AppOuterClass.DeleteRegistryItemRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.DeleteRegistryItemRequest,AppOuterClass.DeleteRegistryItemRequest.Builder>
implements AppOuterClass.DeleteRegistryItemRequestOrBuilder
Protobuf type
viam.app.v1.DeleteRegistryItemRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the item (formatted as prefix:name where prefix is the owner's orgid or namespace)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)The id of the item (formatted as prefix:name where prefix is the owner's orgid or namespace)setItemIdBytes
(com.google.protobuf.ByteString value) The id of the item (formatted as prefix:name where prefix is the owner's orgid or namespace)Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
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"];
- Specified by:
getItemId
in interfaceAppOuterClass.DeleteRegistryItemRequestOrBuilder
- Returns:
- The itemId.
-
getItemIdBytes
public 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"];
- Specified by:
getItemIdBytes
in interfaceAppOuterClass.DeleteRegistryItemRequestOrBuilder
- Returns:
- The bytes for itemId.
-
setItemId
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"];
- Parameters:
value
- The itemId to set.- Returns:
- This builder for chaining.
-
clearItemId
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:
- This builder for chaining.
-
setItemIdBytes
public AppOuterClass.DeleteRegistryItemRequest.Builder setItemIdBytes(com.google.protobuf.ByteString value) 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"];
- Parameters:
value
- The bytes for itemId to set.- Returns:
- This builder for chaining.
-