- 0.56.0 (latest)
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
public static final class LabeledItem.Builder extends GeneratedMessageV3.Builder<LabeledItem.Builder> implements LabeledItemOrBuilder
A single item in a labeled column.
Protobuf type google.area120.tables.v1alpha1.LabeledItem
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LabeledItem.BuilderImplements
LabeledItemOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LabeledItem.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LabeledItem.Builder |
build()
public LabeledItem build()
Type | Description |
LabeledItem |
buildPartial()
public LabeledItem buildPartial()
Type | Description |
LabeledItem |
clear()
public LabeledItem.Builder clear()
Type | Description |
LabeledItem.Builder |
clearField(Descriptors.FieldDescriptor field)
public LabeledItem.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
LabeledItem.Builder |
clearId()
public LabeledItem.Builder clearId()
Internal id associated with the item.
string id = 2;
Type | Description |
LabeledItem.Builder | This builder for chaining. |
clearName()
public LabeledItem.Builder clearName()
Display string as entered by user.
string name = 1;
Type | Description |
LabeledItem.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public LabeledItem.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
LabeledItem.Builder |
clone()
public LabeledItem.Builder clone()
Type | Description |
LabeledItem.Builder |
getDefaultInstanceForType()
public LabeledItem getDefaultInstanceForType()
Type | Description |
LabeledItem |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getId()
public String getId()
Internal id associated with the item.
string id = 2;
Type | Description |
String | The id. |
getIdBytes()
public ByteString getIdBytes()
Internal id associated with the item.
string id = 2;
Type | Description |
ByteString | The bytes for id. |
getName()
public String getName()
Display string as entered by user.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Display string as entered by user.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(LabeledItem other)
public LabeledItem.Builder mergeFrom(LabeledItem other)
Name | Description |
other | LabeledItem |
Type | Description |
LabeledItem.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LabeledItem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LabeledItem.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public LabeledItem.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
LabeledItem.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LabeledItem.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
LabeledItem.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public LabeledItem.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LabeledItem.Builder |
setId(String value)
public LabeledItem.Builder setId(String value)
Internal id associated with the item.
string id = 2;
Name | Description |
value | String The id to set. |
Type | Description |
LabeledItem.Builder | This builder for chaining. |
setIdBytes(ByteString value)
public LabeledItem.Builder setIdBytes(ByteString value)
Internal id associated with the item.
string id = 2;
Name | Description |
value | ByteString The bytes for id to set. |
Type | Description |
LabeledItem.Builder | This builder for chaining. |
setName(String value)
public LabeledItem.Builder setName(String value)
Display string as entered by user.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
LabeledItem.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public LabeledItem.Builder setNameBytes(ByteString value)
Display string as entered by user.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
LabeledItem.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LabeledItem.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
LabeledItem.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LabeledItem.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
LabeledItem.Builder |