| Modifier and Type | Method and Description |
|---|---|
GroundingFact.Builder |
CheckGroundingRequest.Builder.addFactsBuilder()
List of facts for the grounding check.
|
GroundingFact.Builder |
CheckGroundingRequest.Builder.addFactsBuilder(int index)
List of facts for the grounding check.
|
GroundingFact.Builder |
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder.addGroundingFactsBuilder()
List of facts to be used for grounding.
|
GroundingFact.Builder |
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder.addGroundingFactsBuilder(int index)
List of facts to be used for grounding.
|
GroundingFact.Builder |
GroundingFact.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GroundingFact.Builder |
GroundingFact.Builder.clear() |
GroundingFact.Builder |
GroundingFact.Builder.clearAttributes() |
GroundingFact.Builder |
GroundingFact.Builder.clearFactText()
Text content of the fact.
|
GroundingFact.Builder |
GroundingFact.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GroundingFact.Builder |
GroundingFact.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GroundingFact.Builder |
GroundingFact.Builder.clone() |
GroundingFact.Builder |
CheckGroundingRequest.Builder.getFactsBuilder(int index)
List of facts for the grounding check.
|
GroundingFact.Builder |
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder.getGroundingFactsBuilder(int index)
List of facts to be used for grounding.
|
GroundingFact.Builder |
GroundingFact.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GroundingFact.Builder |
GroundingFact.Builder.mergeFrom(GroundingFact other) |
GroundingFact.Builder |
GroundingFact.Builder.mergeFrom(com.google.protobuf.Message other) |
GroundingFact.Builder |
GroundingFact.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static GroundingFact.Builder |
GroundingFact.newBuilder() |
static GroundingFact.Builder |
GroundingFact.newBuilder(GroundingFact prototype) |
GroundingFact.Builder |
GroundingFact.newBuilderForType() |
protected GroundingFact.Builder |
GroundingFact.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
GroundingFact.Builder |
GroundingFact.Builder.putAllAttributes(Map<String,String> values)
Attributes associated with the fact.
|
GroundingFact.Builder |
GroundingFact.Builder.putAttributes(String key,
String value)
Attributes associated with the fact.
|
GroundingFact.Builder |
GroundingFact.Builder.removeAttributes(String key)
Attributes associated with the fact.
|
GroundingFact.Builder |
GroundingFact.Builder.setFactText(String value)
Text content of the fact.
|
GroundingFact.Builder |
GroundingFact.Builder.setFactTextBytes(com.google.protobuf.ByteString value)
Text content of the fact.
|
GroundingFact.Builder |
GroundingFact.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GroundingFact.Builder |
GroundingFact.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GroundingFact.Builder |
GroundingFact.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GroundingFact.Builder |
GroundingFact.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<GroundingFact.Builder> |
CheckGroundingRequest.Builder.getFactsBuilderList()
List of facts for the grounding check.
|
List<GroundingFact.Builder> |
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder.getGroundingFactsBuilderList()
List of facts to be used for grounding.
|
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingRequest.Builder |
CheckGroundingRequest.Builder.addFacts(GroundingFact.Builder builderForValue)
List of facts for the grounding check.
|
CheckGroundingRequest.Builder |
CheckGroundingRequest.Builder.addFacts(int index,
GroundingFact.Builder builderForValue)
List of facts for the grounding check.
|
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder |
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder.addGroundingFacts(GroundingFact.Builder builderForValue)
List of facts to be used for grounding.
|
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder |
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder.addGroundingFacts(int index,
GroundingFact.Builder builderForValue)
List of facts to be used for grounding.
|
CheckGroundingRequest.Builder |
CheckGroundingRequest.Builder.setFacts(int index,
GroundingFact.Builder builderForValue)
List of facts for the grounding check.
|
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder |
GenerateGroundedContentRequest.GroundingSource.InlineSource.Builder.setGroundingFacts(int index,
GroundingFact.Builder builderForValue)
List of facts to be used for grounding.
|
Copyright © 2025 Google LLC. All rights reserved.