public static interface Answer.CitationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getEndIndex()
End of the attributed segment, exclusive.
|
Answer.CitationSource |
getSources(int index)
Citation sources for the attributed segment.
|
int |
getSourcesCount()
Citation sources for the attributed segment.
|
List<Answer.CitationSource> |
getSourcesList()
Citation sources for the attributed segment.
|
Answer.CitationSourceOrBuilder |
getSourcesOrBuilder(int index)
Citation sources for the attributed segment.
|
List<? extends Answer.CitationSourceOrBuilder> |
getSourcesOrBuilderList()
Citation sources for the attributed segment.
|
long |
getStartIndex()
Index indicates the start of the segment, measured in bytes (UTF-8
unicode).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStartIndex()
Index indicates the start of the segment, measured in bytes (UTF-8 unicode).
int64 start_index = 1;long getEndIndex()
End of the attributed segment, exclusive.
int64 end_index = 2;List<Answer.CitationSource> getSourcesList()
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1beta.Answer.CitationSource sources = 3;Answer.CitationSource getSources(int index)
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1beta.Answer.CitationSource sources = 3;int getSourcesCount()
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1beta.Answer.CitationSource sources = 3;List<? extends Answer.CitationSourceOrBuilder> getSourcesOrBuilderList()
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1beta.Answer.CitationSource sources = 3;Answer.CitationSourceOrBuilder getSourcesOrBuilder(int index)
Citation sources for the attributed segment.
repeated .google.cloud.discoveryengine.v1beta.Answer.CitationSource sources = 3;Copyright © 2025 Google LLC. All rights reserved.