Send feedback
Class DataStoreConnectionSignals.AnswerPart.Builder (0.65.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.65.0 keyboard_arrow_down
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.v3.DataStoreConnectionSignals.AnswerPart
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
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
Name
Description
values
Iterable <? extends java.lang.Integer >
The supportingIndices to add.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataStoreConnectionSignals . AnswerPart . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
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
Name
Description
value
int
The supportingIndices to add.
build()
public DataStoreConnectionSignals . AnswerPart build ()
buildPartial()
public DataStoreConnectionSignals . AnswerPart buildPartial ()
clear()
public DataStoreConnectionSignals . AnswerPart . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public DataStoreConnectionSignals . AnswerPart . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DataStoreConnectionSignals . AnswerPart . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearSupportingIndices()
public DataStoreConnectionSignals . AnswerPart . Builder clearSupportingIndices ()
Citations for this answer part. Indices of search_snippets
.
repeated int32 supporting_indices = 2;
clearText()
public DataStoreConnectionSignals . AnswerPart . Builder clearText ()
Substring of the answer.
string text = 1;
clone()
public DataStoreConnectionSignals . AnswerPart . Builder clone ()
Overrides
getDefaultInstanceForType()
public DataStoreConnectionSignals . AnswerPart getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getSupportingIndices(int index)
public int getSupportingIndices ( int index )
Citations for this answer part. Indices of search_snippets
.
repeated int32 supporting_indices = 2;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
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
Type
Description
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
Type
Description
List <Integer >
A list containing the supportingIndices.
getText()
Substring of the answer.
string text = 1;
Returns
Type
Description
String
The text.
getTextBytes()
public ByteString getTextBytes ()
Substring of the answer.
string text = 1;
Returns
Type
Description
ByteString
The bytes for text.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(DataStoreConnectionSignals.AnswerPart other)
public DataStoreConnectionSignals . AnswerPart . Builder mergeFrom ( DataStoreConnectionSignals . AnswerPart other )
public DataStoreConnectionSignals . AnswerPart . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DataStoreConnectionSignals . AnswerPart . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataStoreConnectionSignals . AnswerPart . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public DataStoreConnectionSignals . AnswerPart . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataStoreConnectionSignals . AnswerPart . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
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
Name
Description
index
int
The index to set the value at.
value
int
The supportingIndices to set.
setText(String value)
public DataStoreConnectionSignals . AnswerPart . Builder setText ( String value )
Substring of the answer.
string text = 1;
Parameter
Name
Description
value
String
The text to set.
setTextBytes(ByteString value)
public DataStoreConnectionSignals . AnswerPart . Builder setTextBytes ( ByteString value )
Substring of the answer.
string text = 1;
Parameter
Name
Description
value
ByteString
The bytes for text to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final DataStoreConnectionSignals . AnswerPart . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]