| Modifier and Type | Method and Description |
|---|---|
FactChunk.Builder |
CheckGroundingResponse.Builder.addCitedChunksBuilder()
List of facts cited across all claims in the answer candidate.
|
FactChunk.Builder |
CheckGroundingResponse.Builder.addCitedChunksBuilder(int index)
List of facts cited across all claims in the answer candidate.
|
FactChunk.Builder |
FactChunk.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FactChunk.Builder |
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder.addSupportChunksBuilder()
List of chunks to be attributed across all claims in the candidate.
|
FactChunk.Builder |
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder.addSupportChunksBuilder(int index)
List of chunks to be attributed across all claims in the candidate.
|
FactChunk.Builder |
FactChunk.Builder.clear() |
FactChunk.Builder |
FactChunk.Builder.clearChunkText()
Text content of the fact chunk.
|
FactChunk.Builder |
FactChunk.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FactChunk.Builder |
FactChunk.Builder.clearIndex()
The index of this chunk.
|
FactChunk.Builder |
FactChunk.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FactChunk.Builder |
FactChunk.Builder.clearSource()
Source from which this fact chunk was retrieved.
|
FactChunk.Builder |
FactChunk.Builder.clearSourceMetadata() |
FactChunk.Builder |
FactChunk.Builder.clone() |
FactChunk.Builder |
CheckGroundingResponse.Builder.getCitedChunksBuilder(int index)
List of facts cited across all claims in the answer candidate.
|
FactChunk.Builder |
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder.getSupportChunksBuilder(int index)
List of chunks to be attributed across all claims in the candidate.
|
FactChunk.Builder |
FactChunk.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FactChunk.Builder |
FactChunk.Builder.mergeFrom(FactChunk other) |
FactChunk.Builder |
FactChunk.Builder.mergeFrom(com.google.protobuf.Message other) |
FactChunk.Builder |
FactChunk.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FactChunk.Builder |
FactChunk.newBuilder() |
static FactChunk.Builder |
FactChunk.newBuilder(FactChunk prototype) |
FactChunk.Builder |
FactChunk.newBuilderForType() |
protected FactChunk.Builder |
FactChunk.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FactChunk.Builder |
FactChunk.Builder.putAllSourceMetadata(Map<String,String> values)
More fine-grained information for the source reference.
|
FactChunk.Builder |
FactChunk.Builder.putSourceMetadata(String key,
String value)
More fine-grained information for the source reference.
|
FactChunk.Builder |
FactChunk.Builder.removeSourceMetadata(String key)
More fine-grained information for the source reference.
|
FactChunk.Builder |
FactChunk.Builder.setChunkText(String value)
Text content of the fact chunk.
|
FactChunk.Builder |
FactChunk.Builder.setChunkTextBytes(com.google.protobuf.ByteString value)
Text content of the fact chunk.
|
FactChunk.Builder |
FactChunk.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FactChunk.Builder |
FactChunk.Builder.setIndex(int value)
The index of this chunk.
|
FactChunk.Builder |
FactChunk.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FactChunk.Builder |
FactChunk.Builder.setSource(String value)
Source from which this fact chunk was retrieved.
|
FactChunk.Builder |
FactChunk.Builder.setSourceBytes(com.google.protobuf.ByteString value)
Source from which this fact chunk was retrieved.
|
FactChunk.Builder |
FactChunk.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FactChunk.Builder |
FactChunk.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<FactChunk.Builder> |
CheckGroundingResponse.Builder.getCitedChunksBuilderList()
List of facts cited across all claims in the answer candidate.
|
List<FactChunk.Builder> |
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder.getSupportChunksBuilderList()
List of chunks to be attributed across all claims in the candidate.
|
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addCitedChunks(FactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate.
|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addCitedChunks(int index,
FactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder |
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder.addSupportChunks(FactChunk.Builder builderForValue)
List of chunks to be attributed across all claims in the candidate.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder |
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder.addSupportChunks(int index,
FactChunk.Builder builderForValue)
List of chunks to be attributed across all claims in the candidate.
|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.setCitedChunks(int index,
FactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder |
GenerateGroundedContentResponse.Candidate.GroundingMetadata.Builder.setSupportChunks(int index,
FactChunk.Builder builderForValue)
List of chunks to be attributed across all claims in the candidate.
|
Copyright © 2025 Google LLC. All rights reserved.