- 0.54.0 (latest)
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class CheckGroundingResponse.Builder extends GeneratedMessageV3.Builder<CheckGroundingResponse.Builder> implements CheckGroundingResponseOrBuilder
Response message for the GroundedGenerationService.CheckGrounding method.
Protobuf type google.cloud.discoveryengine.v1beta.CheckGroundingResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CheckGroundingResponse.BuilderImplements
CheckGroundingResponseOrBuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllCitedChunks(Iterable<? extends FactChunk> values)
public CheckGroundingResponse.Builder addAllCitedChunks(Iterable<? extends FactChunk> values)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.discoveryengine.v1beta.FactChunk> |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addAllCitedFacts(Iterable<? extends CheckGroundingResponse.CheckGroundingFactChunk> values)
public CheckGroundingResponse.Builder addAllCitedFacts(Iterable<? extends CheckGroundingResponse.CheckGroundingFactChunk> values)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk> |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addAllClaims(Iterable<? extends CheckGroundingResponse.Claim> values)
public CheckGroundingResponse.Builder addAllClaims(Iterable<? extends CheckGroundingResponse.Claim> values)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim> |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedChunks(FactChunk value)
public CheckGroundingResponse.Builder addCitedChunks(FactChunk value)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
value |
FactChunk |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedChunks(FactChunk.Builder builderForValue)
public CheckGroundingResponse.Builder addCitedChunks(FactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
FactChunk.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedChunks(int index, FactChunk value)
public CheckGroundingResponse.Builder addCitedChunks(int index, FactChunk value)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedChunks(int index, FactChunk.Builder builderForValue)
public CheckGroundingResponse.Builder addCitedChunks(int index, FactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
FactChunk.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedChunksBuilder()
public FactChunk.Builder addCitedChunksBuilder()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Returns | |
---|---|
Type | Description |
FactChunk.Builder |
addCitedChunksBuilder(int index)
public FactChunk.Builder addCitedChunksBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FactChunk.Builder |
addCitedFacts(CheckGroundingResponse.CheckGroundingFactChunk value)
public CheckGroundingResponse.Builder addCitedFacts(CheckGroundingResponse.CheckGroundingFactChunk value)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
value |
CheckGroundingResponse.CheckGroundingFactChunk |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedFacts(CheckGroundingResponse.CheckGroundingFactChunk.Builder builderForValue)
public CheckGroundingResponse.Builder addCitedFacts(CheckGroundingResponse.CheckGroundingFactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
builderForValue |
CheckGroundingResponse.CheckGroundingFactChunk.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk value)
public CheckGroundingResponse.Builder addCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk value)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
CheckGroundingResponse.CheckGroundingFactChunk |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk.Builder builderForValue)
public CheckGroundingResponse.Builder addCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
CheckGroundingResponse.CheckGroundingFactChunk.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addCitedFactsBuilder()
public CheckGroundingResponse.CheckGroundingFactChunk.Builder addCitedFactsBuilder()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.CheckGroundingFactChunk.Builder |
addCitedFactsBuilder(int index)
public CheckGroundingResponse.CheckGroundingFactChunk.Builder addCitedFactsBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.CheckGroundingFactChunk.Builder |
addClaims(CheckGroundingResponse.Claim value)
public CheckGroundingResponse.Builder addClaims(CheckGroundingResponse.Claim value)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
value |
CheckGroundingResponse.Claim |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addClaims(CheckGroundingResponse.Claim.Builder builderForValue)
public CheckGroundingResponse.Builder addClaims(CheckGroundingResponse.Claim.Builder builderForValue)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
builderForValue |
CheckGroundingResponse.Claim.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addClaims(int index, CheckGroundingResponse.Claim value)
public CheckGroundingResponse.Builder addClaims(int index, CheckGroundingResponse.Claim value)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
CheckGroundingResponse.Claim |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addClaims(int index, CheckGroundingResponse.Claim.Builder builderForValue)
public CheckGroundingResponse.Builder addClaims(int index, CheckGroundingResponse.Claim.Builder builderForValue)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
CheckGroundingResponse.Claim.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
addClaimsBuilder()
public CheckGroundingResponse.Claim.Builder addClaimsBuilder()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Claim.Builder |
addClaimsBuilder(int index)
public CheckGroundingResponse.Claim.Builder addClaimsBuilder(int index)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Claim.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckGroundingResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
build()
public CheckGroundingResponse build()
Returns | |
---|---|
Type | Description |
CheckGroundingResponse |
buildPartial()
public CheckGroundingResponse buildPartial()
Returns | |
---|---|
Type | Description |
CheckGroundingResponse |
clear()
public CheckGroundingResponse.Builder clear()
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
clearCitedChunks()
public CheckGroundingResponse.Builder clearCitedChunks()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
clearCitedFacts()
public CheckGroundingResponse.Builder clearCitedFacts()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
clearClaims()
public CheckGroundingResponse.Builder clearClaims()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public CheckGroundingResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckGroundingResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
clearSupportScore()
public CheckGroundingResponse.Builder clearSupportScore()
The support score for the input answer candidate. Higher the score, higher is the fraction of claims that are supported by the provided facts. This is always set when a response is returned.
optional float support_score = 1;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
This builder for chaining. |
clone()
public CheckGroundingResponse.Builder clone()
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
getCitedChunks(int index)
public FactChunk getCitedChunks(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FactChunk |
getCitedChunksBuilder(int index)
public FactChunk.Builder getCitedChunksBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FactChunk.Builder |
getCitedChunksBuilderList()
public List<FactChunk.Builder> getCitedChunksBuilderList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
getCitedChunksCount()
public int getCitedChunksCount()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Returns | |
---|---|
Type | Description |
int |
getCitedChunksList()
public List<FactChunk> getCitedChunksList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
getCitedChunksOrBuilder(int index)
public FactChunkOrBuilder getCitedChunksOrBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FactChunkOrBuilder |
getCitedChunksOrBuilderList()
public List<? extends FactChunkOrBuilder> getCitedChunksOrBuilderList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.FactChunkOrBuilder> |
getCitedFacts(int index)
public CheckGroundingResponse.CheckGroundingFactChunk getCitedFacts(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.CheckGroundingFactChunk |
getCitedFactsBuilder(int index)
public CheckGroundingResponse.CheckGroundingFactChunk.Builder getCitedFactsBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.CheckGroundingFactChunk.Builder |
getCitedFactsBuilderList()
public List<CheckGroundingResponse.CheckGroundingFactChunk.Builder> getCitedFactsBuilderList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
getCitedFactsCount()
public int getCitedFactsCount()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Returns | |
---|---|
Type | Description |
int |
getCitedFactsList()
public List<CheckGroundingResponse.CheckGroundingFactChunk> getCitedFactsList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Returns | |
---|---|
Type | Description |
List<CheckGroundingFactChunk> |
getCitedFactsOrBuilder(int index)
public CheckGroundingResponse.CheckGroundingFactChunkOrBuilder getCitedFactsOrBuilder(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.CheckGroundingFactChunkOrBuilder |
getCitedFactsOrBuilderList()
public List<? extends CheckGroundingResponse.CheckGroundingFactChunkOrBuilder> getCitedFactsOrBuilderList()
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunkOrBuilder> |
getClaims(int index)
public CheckGroundingResponse.Claim getClaims(int index)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Claim |
getClaimsBuilder(int index)
public CheckGroundingResponse.Claim.Builder getClaimsBuilder(int index)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Claim.Builder |
getClaimsBuilderList()
public List<CheckGroundingResponse.Claim.Builder> getClaimsBuilderList()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
getClaimsCount()
public int getClaimsCount()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Returns | |
---|---|
Type | Description |
int |
getClaimsList()
public List<CheckGroundingResponse.Claim> getClaimsList()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
getClaimsOrBuilder(int index)
public CheckGroundingResponse.ClaimOrBuilder getClaimsOrBuilder(int index)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.ClaimOrBuilder |
getClaimsOrBuilderList()
public List<? extends CheckGroundingResponse.ClaimOrBuilder> getClaimsOrBuilderList()
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.discoveryengine.v1beta.CheckGroundingResponse.ClaimOrBuilder> |
getDefaultInstanceForType()
public CheckGroundingResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CheckGroundingResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getSupportScore()
public float getSupportScore()
The support score for the input answer candidate. Higher the score, higher is the fraction of claims that are supported by the provided facts. This is always set when a response is returned.
optional float support_score = 1;
Returns | |
---|---|
Type | Description |
float |
The supportScore. |
hasSupportScore()
public boolean hasSupportScore()
The support score for the input answer candidate. Higher the score, higher is the fraction of claims that are supported by the provided facts. This is always set when a response is returned.
optional float support_score = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the supportScore field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(CheckGroundingResponse other)
public CheckGroundingResponse.Builder mergeFrom(CheckGroundingResponse other)
Parameter | |
---|---|
Name | Description |
other |
CheckGroundingResponse |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CheckGroundingResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CheckGroundingResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckGroundingResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
removeCitedChunks(int index)
public CheckGroundingResponse.Builder removeCitedChunks(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
removeCitedFacts(int index)
public CheckGroundingResponse.Builder removeCitedFacts(int index)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
removeClaims(int index)
public CheckGroundingResponse.Builder removeClaims(int index)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setCitedChunks(int index, FactChunk value)
public CheckGroundingResponse.Builder setCitedChunks(int index, FactChunk value)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setCitedChunks(int index, FactChunk.Builder builderForValue)
public CheckGroundingResponse.Builder setCitedChunks(int index, FactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk cited_chunks = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
FactChunk.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk value)
public CheckGroundingResponse.Builder setCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk value)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
CheckGroundingResponse.CheckGroundingFactChunk |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk.Builder builderForValue)
public CheckGroundingResponse.Builder setCitedFacts(int index, CheckGroundingResponse.CheckGroundingFactChunk.Builder builderForValue)
List of facts cited across all claims in the answer candidate. These are derived from the facts supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.CheckGroundingFactChunk cited_facts = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
CheckGroundingResponse.CheckGroundingFactChunk.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setClaims(int index, CheckGroundingResponse.Claim value)
public CheckGroundingResponse.Builder setClaims(int index, CheckGroundingResponse.Claim value)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
CheckGroundingResponse.Claim |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setClaims(int index, CheckGroundingResponse.Claim.Builder builderForValue)
public CheckGroundingResponse.Builder setClaims(int index, CheckGroundingResponse.Claim.Builder builderForValue)
Claim texts and citation info across all claims in the answer candidate.
repeated .google.cloud.discoveryengine.v1beta.CheckGroundingResponse.Claim claims = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
CheckGroundingResponse.Claim.Builder |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CheckGroundingResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckGroundingResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
setSupportScore(float value)
public CheckGroundingResponse.Builder setSupportScore(float value)
The support score for the input answer candidate. Higher the score, higher is the fraction of claims that are supported by the provided facts. This is always set when a response is returned.
optional float support_score = 1;
Parameter | |
---|---|
Name | Description |
value |
float The supportScore to set. |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckGroundingResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CheckGroundingResponse.Builder |