public static final class FeatureMap.StringList.Builder extends GeneratedMessage.Builder<FeatureMap.StringList.Builder> implements FeatureMap.StringListOrBuilderA list of string features.
Protobuf type google.cloud.recommendationengine.v1beta1.FeatureMap.StringList
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FeatureMap.StringList.BuilderImplements
FeatureMap.StringListOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllValue(Iterable<String> values)
public FeatureMap.StringList.Builder addAllValue(Iterable<String> values)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The value to add. |
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
This builder for chaining. |
addValue(String value)
public FeatureMap.StringList.Builder addValue(String value)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe value to add. |
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
This builder for chaining. |
addValueBytes(ByteString value)
public FeatureMap.StringList.Builder addValueBytes(ByteString value)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the value to add. |
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
This builder for chaining. |
build()
public FeatureMap.StringList build()| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList |
|
buildPartial()
public FeatureMap.StringList buildPartial()| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList |
|
clear()
public FeatureMap.StringList.Builder clear()| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
|
clearValue()
public FeatureMap.StringList.Builder clearValue()String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FeatureMap.StringList getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getValue(int index)
public String getValue(int index)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The value at the given index. |
getValueBytes(int index)
public ByteString getValueBytes(int index)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the value at the given index. |
getValueCount()
public int getValueCount()String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of value. |
getValueList()
public ProtocolStringList getValueList()String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the value. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FeatureMap.StringList other)
public FeatureMap.StringList.Builder mergeFrom(FeatureMap.StringList other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureMap.StringList |
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FeatureMap.StringList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FeatureMap.StringList.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
|
setValue(int index, String value)
public FeatureMap.StringList.Builder setValue(int index, String value)String feature value with a length limit of 128 bytes.
repeated string value = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe value to set. |
| Returns | |
|---|---|
| Type | Description |
FeatureMap.StringList.Builder |
This builder for chaining. |