| Modifier and Type | Method and Description |
|---|---|
Chunk |
Chunk.Builder.build() |
Chunk |
Chunk.Builder.buildPartial() |
Chunk |
SearchResponse.SearchResultOrBuilder.getChunk()
The chunk data in the search response if the
[SearchRequest.ContentSearchSpec.search_result_mode][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.search_result_mode]
is set to
[CHUNKS][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SearchResultMode.CHUNKS].
|
Chunk |
SearchResponse.SearchResult.getChunk()
The chunk data in the search response if the
[SearchRequest.ContentSearchSpec.search_result_mode][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.search_result_mode]
is set to
[CHUNKS][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SearchResultMode.CHUNKS].
|
Chunk |
SearchResponse.SearchResult.Builder.getChunk()
The chunk data in the search response if the
[SearchRequest.ContentSearchSpec.search_result_mode][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.search_result_mode]
is set to
[CHUNKS][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SearchResultMode.CHUNKS].
|
static Chunk |
Chunk.getDefaultInstance() |
Chunk |
Chunk.getDefaultInstanceForType() |
Chunk |
Chunk.Builder.getDefaultInstanceForType() |
Chunk |
Chunk.ChunkMetadataOrBuilder.getNextChunks(int index)
The next chunks of the current chunk.
|
Chunk |
Chunk.ChunkMetadata.getNextChunks(int index)
The next chunks of the current chunk.
|
Chunk |
Chunk.ChunkMetadata.Builder.getNextChunks(int index)
The next chunks of the current chunk.
|
Chunk |
Chunk.ChunkMetadataOrBuilder.getPreviousChunks(int index)
The previous chunks of the current chunk.
|
Chunk |
Chunk.ChunkMetadata.getPreviousChunks(int index)
The previous chunks of the current chunk.
|
Chunk |
Chunk.ChunkMetadata.Builder.getPreviousChunks(int index)
The previous chunks of the current chunk.
|
static Chunk |
Chunk.parseDelimitedFrom(InputStream input) |
static Chunk |
Chunk.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(byte[] data) |
static Chunk |
Chunk.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(ByteBuffer data) |
static Chunk |
Chunk.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.ByteString data) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.CodedInputStream input) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(InputStream input) |
static Chunk |
Chunk.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Chunk> |
Chunk.ChunkMetadataOrBuilder.getNextChunksList()
The next chunks of the current chunk.
|
List<Chunk> |
Chunk.ChunkMetadata.getNextChunksList()
The next chunks of the current chunk.
|
List<Chunk> |
Chunk.ChunkMetadata.Builder.getNextChunksList()
The next chunks of the current chunk.
|
com.google.protobuf.Parser<Chunk> |
Chunk.getParserForType() |
List<Chunk> |
Chunk.ChunkMetadataOrBuilder.getPreviousChunksList()
The previous chunks of the current chunk.
|
List<Chunk> |
Chunk.ChunkMetadata.getPreviousChunksList()
The previous chunks of the current chunk.
|
List<Chunk> |
Chunk.ChunkMetadata.Builder.getPreviousChunksList()
The previous chunks of the current chunk.
|
static com.google.protobuf.Parser<Chunk> |
Chunk.parser() |
| Modifier and Type | Method and Description |
|---|---|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.addNextChunks(Chunk value)
The next chunks of the current chunk.
|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.addNextChunks(int index,
Chunk value)
The next chunks of the current chunk.
|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.addPreviousChunks(Chunk value)
The previous chunks of the current chunk.
|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.addPreviousChunks(int index,
Chunk value)
The previous chunks of the current chunk.
|
SearchResponse.SearchResult.Builder |
SearchResponse.SearchResult.Builder.mergeChunk(Chunk value)
The chunk data in the search response if the
[SearchRequest.ContentSearchSpec.search_result_mode][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.search_result_mode]
is set to
[CHUNKS][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SearchResultMode.CHUNKS].
|
Chunk.Builder |
Chunk.Builder.mergeFrom(Chunk other) |
static Chunk.Builder |
Chunk.newBuilder(Chunk prototype) |
SearchResponse.SearchResult.Builder |
SearchResponse.SearchResult.Builder.setChunk(Chunk value)
The chunk data in the search response if the
[SearchRequest.ContentSearchSpec.search_result_mode][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.search_result_mode]
is set to
[CHUNKS][google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.SearchResultMode.CHUNKS].
|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.setNextChunks(int index,
Chunk value)
The next chunks of the current chunk.
|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.setPreviousChunks(int index,
Chunk value)
The previous chunks of the current chunk.
|
| Modifier and Type | Method and Description |
|---|---|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.addAllNextChunks(Iterable<? extends Chunk> values)
The next chunks of the current chunk.
|
Chunk.ChunkMetadata.Builder |
Chunk.ChunkMetadata.Builder.addAllPreviousChunks(Iterable<? extends Chunk> values)
The previous chunks of the current chunk.
|
Copyright © 2025 Google LLC. All rights reserved.