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