- 0.60.0 (latest)
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.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.44.0
- 0.43.0
- 0.42.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.31.0
- 0.30.0
- 0.29.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.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.4
- 0.8.10
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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. |
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 |
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 |
clearField(Descriptors.FieldDescriptor field)
public FeatureMap.StringList.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
FeatureMap.StringList.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public FeatureMap.StringList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
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. |
clone()
public FeatureMap.StringList.Builder clone()
Returns | |
---|---|
Type | Description |
FeatureMap.StringList.Builder |
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 | 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 |
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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FeatureMap.StringList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
FeatureMap.StringList.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final FeatureMap.StringList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
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 | int The index to set the value at. |
value | String The value to set. |
Returns | |
---|---|
Type | Description |
FeatureMap.StringList.Builder | This builder for chaining. |