Class FeatureMap.StringList.Builder (0.49.0)

public static final class FeatureMap.StringList.Builder extends GeneratedMessageV3.Builder<FeatureMap.StringList.Builder> implements FeatureMap.StringListOrBuilder

A list of string features.

Protobuf type google.cloud.recommendationengine.v1beta1.FeatureMap.StringList

Static 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.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public FeatureMap.StringList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

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 String

The 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 ByteString

The 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
Overrides

clearField(Descriptors.FieldDescriptor field)

public FeatureMap.StringList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureMap.StringList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

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.

clone()

public FeatureMap.StringList.Builder clone()
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

getDefaultInstanceForType()

public FeatureMap.StringList getDefaultInstanceForType()
Returns
Type Description
FeatureMap.StringList

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 int

The 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 int

The 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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureMap.StringList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureMap.StringList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public FeatureMap.StringList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureMap.StringList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
FeatureMap.StringList.Builder
Overrides

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 int

The index to set the value at.

value String

The value to set.

Returns
Type Description
FeatureMap.StringList.Builder

This builder for chaining.