| Modifier and Type | Method and Description |
|---|---|
CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.Builder.build() |
CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.Builder.buildPartial() |
CheckGroundingResponse.Claim |
CheckGroundingResponse.getClaims(int index)
Claim texts and citation info across all claims in the answer candidate.
|
CheckGroundingResponse.Claim |
CheckGroundingResponse.Builder.getClaims(int index)
Claim texts and citation info across all claims in the answer candidate.
|
CheckGroundingResponse.Claim |
CheckGroundingResponseOrBuilder.getClaims(int index)
Claim texts and citation info across all claims in the answer candidate.
|
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.getDefaultInstance() |
CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.getDefaultInstanceForType() |
CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.Builder.getDefaultInstanceForType() |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseDelimitedFrom(InputStream input) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(byte[] data) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(ByteBuffer data) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(com.google.protobuf.ByteString data) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(com.google.protobuf.CodedInputStream input) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(InputStream input) |
static CheckGroundingResponse.Claim |
CheckGroundingResponse.Claim.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<CheckGroundingResponse.Claim> |
CheckGroundingResponse.getClaimsList()
Claim texts and citation info across all claims in the answer candidate.
|
List<CheckGroundingResponse.Claim> |
CheckGroundingResponse.Builder.getClaimsList()
Claim texts and citation info across all claims in the answer candidate.
|
List<CheckGroundingResponse.Claim> |
CheckGroundingResponseOrBuilder.getClaimsList()
Claim texts and citation info across all claims in the answer candidate.
|
com.google.protobuf.Parser<CheckGroundingResponse.Claim> |
CheckGroundingResponse.Claim.getParserForType() |
static com.google.protobuf.Parser<CheckGroundingResponse.Claim> |
CheckGroundingResponse.Claim.parser() |
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addClaims(CheckGroundingResponse.Claim value)
Claim texts and citation info across all claims in the answer candidate.
|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addClaims(int index,
CheckGroundingResponse.Claim value)
Claim texts and citation info across all claims in the answer candidate.
|
CheckGroundingResponse.Claim.Builder |
CheckGroundingResponse.Claim.Builder.mergeFrom(CheckGroundingResponse.Claim other) |
static CheckGroundingResponse.Claim.Builder |
CheckGroundingResponse.Claim.newBuilder(CheckGroundingResponse.Claim prototype) |
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.setClaims(int index,
CheckGroundingResponse.Claim value)
Claim texts and citation info across all claims in the answer candidate.
|
| Modifier and Type | Method and Description |
|---|---|
CheckGroundingResponse.Builder |
CheckGroundingResponse.Builder.addAllClaims(Iterable<? extends CheckGroundingResponse.Claim> values)
Claim texts and citation info across all claims in the answer candidate.
|
Copyright © 2024 Google LLC. All rights reserved.