Class CompleteQueryResponse.AttributeResult.Builder (2.85.0)

public static final class CompleteQueryResponse.AttributeResult.Builder extends GeneratedMessage.Builder<CompleteQueryResponse.AttributeResult.Builder> implements CompleteQueryResponse.AttributeResultOrBuilder

Resource that represents attribute results.

Protobuf type google.cloud.retail.v2beta.CompleteQueryResponse.AttributeResult

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllSuggestions(Iterable<String> values)

public CompleteQueryResponse.AttributeResult.Builder addAllSuggestions(Iterable<String> values)

The list of suggestions for the attribute.

repeated string suggestions = 1;

Parameter
Name Description
values Iterable<String>

The suggestions to add.

Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder

This builder for chaining.

addSuggestions(String value)

public CompleteQueryResponse.AttributeResult.Builder addSuggestions(String value)

The list of suggestions for the attribute.

repeated string suggestions = 1;

Parameter
Name Description
value String

The suggestions to add.

Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder

This builder for chaining.

addSuggestionsBytes(ByteString value)

public CompleteQueryResponse.AttributeResult.Builder addSuggestionsBytes(ByteString value)

The list of suggestions for the attribute.

repeated string suggestions = 1;

Parameter
Name Description
value ByteString

The bytes of the suggestions to add.

Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder

This builder for chaining.

build()

public CompleteQueryResponse.AttributeResult build()
Returns
Type Description
CompleteQueryResponse.AttributeResult

buildPartial()

public CompleteQueryResponse.AttributeResult buildPartial()
Returns
Type Description
CompleteQueryResponse.AttributeResult

clear()

public CompleteQueryResponse.AttributeResult.Builder clear()
Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder
Overrides

clearSuggestions()

public CompleteQueryResponse.AttributeResult.Builder clearSuggestions()

The list of suggestions for the attribute.

repeated string suggestions = 1;

Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder

This builder for chaining.

getDefaultInstanceForType()

public CompleteQueryResponse.AttributeResult getDefaultInstanceForType()
Returns
Type Description
CompleteQueryResponse.AttributeResult

getDescriptorForType()

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

getSuggestions(int index)

public String getSuggestions(int index)

The list of suggestions for the attribute.

repeated string suggestions = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The suggestions at the given index.

getSuggestionsBytes(int index)

public ByteString getSuggestionsBytes(int index)

The list of suggestions for the attribute.

repeated string suggestions = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the suggestions at the given index.

getSuggestionsCount()

public int getSuggestionsCount()

The list of suggestions for the attribute.

repeated string suggestions = 1;

Returns
Type Description
int

The count of suggestions.

getSuggestionsList()

public ProtocolStringList getSuggestionsList()

The list of suggestions for the attribute.

repeated string suggestions = 1;

Returns
Type Description
ProtocolStringList

A list containing the suggestions.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CompleteQueryResponse.AttributeResult other)

public CompleteQueryResponse.AttributeResult.Builder mergeFrom(CompleteQueryResponse.AttributeResult other)
Parameter
Name Description
other CompleteQueryResponse.AttributeResult
Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CompleteQueryResponse.AttributeResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CompleteQueryResponse.AttributeResult.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder
Overrides

setSuggestions(int index, String value)

public CompleteQueryResponse.AttributeResult.Builder setSuggestions(int index, String value)

The list of suggestions for the attribute.

repeated string suggestions = 1;

Parameters
Name Description
index int

The index to set the value at.

value String

The suggestions to set.

Returns
Type Description
CompleteQueryResponse.AttributeResult.Builder

This builder for chaining.