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