public static interface SearchRequest.ContentSearchSpec.ChunkSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getNumNextChunks()
The number of next chunks to be returned of the current chunk.
|
int |
getNumPreviousChunks()
The number of previous chunks to be returned of the current chunk.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNumPreviousChunks()
The number of previous chunks to be returned of the current chunk. The maximum allowed value is 3. If not specified, no previous chunks will be returned.
int32 num_previous_chunks = 1;int getNumNextChunks()
The number of next chunks to be returned of the current chunk. The maximum allowed value is 3. If not specified, no next chunks will be returned.
int32 num_next_chunks = 2;Copyright © 2025 Google LLC. All rights reserved.