public interface LabeledItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Internal id associated with the item.
|
com.google.protobuf.ByteString |
getIdBytes()
Internal id associated with the item.
|
String |
getName()
Display string as entered by user.
|
com.google.protobuf.ByteString |
getNameBytes()
Display string as entered by user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Display string as entered by user.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Display string as entered by user.
string name = 1;String getId()
Internal id associated with the item.
string id = 2;com.google.protobuf.ByteString getIdBytes()
Internal id associated with the item.
string id = 2;Copyright © 2024 Google LLC. All rights reserved.