| Modifier and Type | Method and Description |
|---|---|
GroundingFact |
GroundingFact.Builder.build() |
GroundingFact |
GroundingFact.Builder.buildPartial() |
static GroundingFact |
GroundingFact.getDefaultInstance() |
GroundingFact |
GroundingFact.getDefaultInstanceForType() |
GroundingFact |
GroundingFact.Builder.getDefaultInstanceForType() |
GroundingFact |
CheckGroundingRequest.getFacts(int index)
List of facts for the grounding check.
|
GroundingFact |
CheckGroundingRequest.Builder.getFacts(int index)
List of facts for the grounding check.
|
GroundingFact |
CheckGroundingRequestOrBuilder.getFacts(int index)
List of facts for the grounding check.
|
static GroundingFact |
GroundingFact.parseDelimitedFrom(InputStream input) |
static GroundingFact |
GroundingFact.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundingFact |
GroundingFact.parseFrom(byte[] data) |
static GroundingFact |
GroundingFact.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundingFact |
GroundingFact.parseFrom(ByteBuffer data) |
static GroundingFact |
GroundingFact.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundingFact |
GroundingFact.parseFrom(com.google.protobuf.ByteString data) |
static GroundingFact |
GroundingFact.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundingFact |
GroundingFact.parseFrom(com.google.protobuf.CodedInputStream input) |
static GroundingFact |
GroundingFact.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GroundingFact |
GroundingFact.parseFrom(InputStream input) |
static GroundingFact |
GroundingFact.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<GroundingFact> |
CheckGroundingRequest.getFactsList()
List of facts for the grounding check.
|
List<GroundingFact> |
CheckGroundingRequest.Builder.getFactsList()
List of facts for the grounding check.
|
List<GroundingFact> |
CheckGroundingRequestOrBuilder.getFactsList()
List of facts for the grounding check.
|
com.google.protobuf.Parser<GroundingFact> |
GroundingFact.getParserForType() |
static com.google.protobuf.Parser<GroundingFact> |
GroundingFact.parser() |
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingRequest.Builder |
CheckGroundingRequest.Builder.addFacts(GroundingFact value)
List of facts for the grounding check.
|
CheckGroundingRequest.Builder |
CheckGroundingRequest.Builder.addFacts(int index,
GroundingFact value)
List of facts for the grounding check.
|
GroundingFact.Builder |
GroundingFact.Builder.mergeFrom(GroundingFact other) |
static GroundingFact.Builder |
GroundingFact.newBuilder(GroundingFact prototype) |
CheckGroundingRequest.Builder |
CheckGroundingRequest.Builder.setFacts(int index,
GroundingFact value)
List of facts for the grounding check.
|
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingRequest.Builder |
CheckGroundingRequest.Builder.addAllFacts(Iterable<? extends GroundingFact> values)
List of facts for the grounding check.
|
Copyright © 2024 Google LLC. All rights reserved.