public static final class LabeledItem.Builder extends GeneratedMessage.Builder<LabeledItem.Builder> implements LabeledItemOrBuilderA single item in a labeled column.
Protobuf type google.area120.tables.v1alpha1.LabeledItem
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > LabeledItem.BuilderImplements
LabeledItemOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public LabeledItem build()| Returns | |
|---|---|
| Type | Description |
LabeledItem |
|
buildPartial()
public LabeledItem buildPartial()| Returns | |
|---|---|
| Type | Description |
LabeledItem |
|
clear()
public LabeledItem.Builder clear()| Returns | |
|---|---|
| Type | Description |
LabeledItem.Builder |
|
clearId()
public LabeledItem.Builder clearId()Internal id associated with the item.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
LabeledItem.Builder |
This builder for chaining. |
clearName()
public LabeledItem.Builder clearName()Display string as entered by user.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
LabeledItem.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public LabeledItem getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LabeledItem |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getId()
public String getId()Internal id associated with the item.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()Internal id associated with the item.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getName()
public String getName()Display string as entered by user.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Display string as entered by user.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(LabeledItem other)
public LabeledItem.Builder mergeFrom(LabeledItem other)| Parameter | |
|---|---|
| Name | Description |
other |
LabeledItem |
| Returns | |
|---|---|
| Type | Description |
LabeledItem.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LabeledItem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LabeledItem.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public LabeledItem.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
LabeledItem.Builder |
|
setId(String value)
public LabeledItem.Builder setId(String value)Internal id associated with the item.
string id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe id to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for id to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
LabeledItem.Builder |
This builder for chaining. |