Class DataStoreConnectionSignals.AnswerPart.Builder (0.52.0)

public static final class DataStoreConnectionSignals.AnswerPart.Builder extends GeneratedMessageV3.Builder<DataStoreConnectionSignals.AnswerPart.Builder> implements DataStoreConnectionSignals.AnswerPartOrBuilder

Answer part with citation.

Protobuf type google.cloud.dialogflow.cx.v3beta1.DataStoreConnectionSignals.AnswerPart

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllSupportingIndices(Iterable<? extends Integer> values)

public DataStoreConnectionSignals.AnswerPart.Builder addAllSupportingIndices(Iterable<? extends Integer> values)

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Parameter
NameDescription
valuesIterable<? extends java.lang.Integer>

The supportingIndices to add.

Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DataStoreConnectionSignals.AnswerPart.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

addSupportingIndices(int value)

public DataStoreConnectionSignals.AnswerPart.Builder addSupportingIndices(int value)

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Parameter
NameDescription
valueint

The supportingIndices to add.

Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

This builder for chaining.

build()

public DataStoreConnectionSignals.AnswerPart build()
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart

buildPartial()

public DataStoreConnectionSignals.AnswerPart buildPartial()
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart

clear()

public DataStoreConnectionSignals.AnswerPart.Builder clear()
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public DataStoreConnectionSignals.AnswerPart.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DataStoreConnectionSignals.AnswerPart.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

clearSupportingIndices()

public DataStoreConnectionSignals.AnswerPart.Builder clearSupportingIndices()

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

This builder for chaining.

clearText()

public DataStoreConnectionSignals.AnswerPart.Builder clearText()

Substring of the answer.

string text = 1;

Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

This builder for chaining.

clone()

public DataStoreConnectionSignals.AnswerPart.Builder clone()
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

getDefaultInstanceForType()

public DataStoreConnectionSignals.AnswerPart getDefaultInstanceForType()
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getSupportingIndices(int index)

public int getSupportingIndices(int index)

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
int

The supportingIndices at the given index.

getSupportingIndicesCount()

public int getSupportingIndicesCount()

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Returns
TypeDescription
int

The count of supportingIndices.

getSupportingIndicesList()

public List<Integer> getSupportingIndicesList()

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Returns
TypeDescription
List<Integer>

A list containing the supportingIndices.

getText()

public String getText()

Substring of the answer.

string text = 1;

Returns
TypeDescription
String

The text.

getTextBytes()

public ByteString getTextBytes()

Substring of the answer.

string text = 1;

Returns
TypeDescription
ByteString

The bytes for text.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DataStoreConnectionSignals.AnswerPart other)

public DataStoreConnectionSignals.AnswerPart.Builder mergeFrom(DataStoreConnectionSignals.AnswerPart other)
Parameter
NameDescription
otherDataStoreConnectionSignals.AnswerPart
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DataStoreConnectionSignals.AnswerPart.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DataStoreConnectionSignals.AnswerPart.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DataStoreConnectionSignals.AnswerPart.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public DataStoreConnectionSignals.AnswerPart.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

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

public DataStoreConnectionSignals.AnswerPart.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides

setSupportingIndices(int index, int value)

public DataStoreConnectionSignals.AnswerPart.Builder setSupportingIndices(int index, int value)

Citations for this answer part. Indices of search_snippets.

repeated int32 supporting_indices = 2;

Parameters
NameDescription
indexint

The index to set the value at.

valueint

The supportingIndices to set.

Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

This builder for chaining.

setText(String value)

public DataStoreConnectionSignals.AnswerPart.Builder setText(String value)

Substring of the answer.

string text = 1;

Parameter
NameDescription
valueString

The text to set.

Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

This builder for chaining.

setTextBytes(ByteString value)

public DataStoreConnectionSignals.AnswerPart.Builder setTextBytes(ByteString value)

Substring of the answer.

string text = 1;

Parameter
NameDescription
valueByteString

The bytes for text to set.

Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DataStoreConnectionSignals.AnswerPart.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DataStoreConnectionSignals.AnswerPart.Builder
Overrides