Send feedback
Class CheckGroundingResponse.Claim (0.51.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.51.0 keyboard_arrow_down
public static final class CheckGroundingResponse . Claim extends GeneratedMessageV3 implements CheckGroundingResponse . ClaimOrBuilder
Text and citation info for a claim in the answer candidate.
Protobuf type google.cloud.discoveryengine.v1alpha.CheckGroundingResponse.Claim
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CITATION_INDICES_FIELD_NUMBER
public static final int CITATION_INDICES_FIELD_NUMBER
Field Value
Type
Description
int
CLAIM_TEXT_FIELD_NUMBER
public static final int CLAIM_TEXT_FIELD_NUMBER
Field Value
Type
Description
int
END_POS_FIELD_NUMBER
public static final int END_POS_FIELD_NUMBER
Field Value
Type
Description
int
GROUNDING_CHECK_REQUIRED_FIELD_NUMBER
public static final int GROUNDING_CHECK_REQUIRED_FIELD_NUMBER
Field Value
Type
Description
int
START_POS_FIELD_NUMBER
public static final int START_POS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CheckGroundingResponse . Claim getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CheckGroundingResponse . Claim . Builder newBuilder ()
newBuilder(CheckGroundingResponse.Claim prototype)
public static CheckGroundingResponse . Claim . Builder newBuilder ( CheckGroundingResponse . Claim prototype )
public static CheckGroundingResponse . Claim parseDelimitedFrom ( InputStream input )
public static CheckGroundingResponse . Claim parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CheckGroundingResponse . Claim parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CheckGroundingResponse . Claim parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CheckGroundingResponse . Claim parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckGroundingResponse . Claim parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CheckGroundingResponse . Claim parseFrom ( CodedInputStream input )
public static CheckGroundingResponse . Claim parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CheckGroundingResponse . Claim parseFrom ( InputStream input )
public static CheckGroundingResponse . Claim parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CheckGroundingResponse . Claim parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CheckGroundingResponse . Claim parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CheckGroundingResponse . Claim > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCitationIndices(int index)
public int getCitationIndices ( int index )
A list of indices (into 'cited_chunks') specifying the citations
associated with the claim. For instance [1,3,4] means that
cited_chunks[1], cited_chunks[3], cited_chunks[4] are the facts cited
supporting for the claim. A citation to a fact indicates that the claim
is supported by the fact.
repeated int32 citation_indices = 4;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
int
The citationIndices at the given index.
getCitationIndicesCount()
public int getCitationIndicesCount ()
A list of indices (into 'cited_chunks') specifying the citations
associated with the claim. For instance [1,3,4] means that
cited_chunks[1], cited_chunks[3], cited_chunks[4] are the facts cited
supporting for the claim. A citation to a fact indicates that the claim
is supported by the fact.
repeated int32 citation_indices = 4;
Returns
Type
Description
int
The count of citationIndices.
getCitationIndicesList()
public List<Integer> getCitationIndicesList ()
A list of indices (into 'cited_chunks') specifying the citations
associated with the claim. For instance [1,3,4] means that
cited_chunks[1], cited_chunks[3], cited_chunks[4] are the facts cited
supporting for the claim. A citation to a fact indicates that the claim
is supported by the fact.
repeated int32 citation_indices = 4;
Returns
Type
Description
List <Integer >
A list containing the citationIndices.
getClaimText()
public String getClaimText ()
Text for the claim in the answer candidate. Always provided regardless of
whether citations or anti-citations are found.
string claim_text = 3;
Returns
Type
Description
String
The claimText.
getClaimTextBytes()
public ByteString getClaimTextBytes ()
Text for the claim in the answer candidate. Always provided regardless of
whether citations or anti-citations are found.
string claim_text = 3;
Returns
Type
Description
ByteString
The bytes for claimText.
getDefaultInstanceForType()
public CheckGroundingResponse . Claim getDefaultInstanceForType ()
getEndPos()
Position indicating the end of the claim in the answer candidate,
exclusive.
optional int32 end_pos = 2;
Returns
Type
Description
int
The endPos.
getGroundingCheckRequired()
public boolean getGroundingCheckRequired ()
Indicates that this claim required grounding check. When the system
decided this claim doesn't require attribution/grounding check, this
field will be set to false. In that case, no grounding check was done for
the claim and therefore
citation_indices ,
anti_citation_indices ,
and
score
should not be returned.
optional bool grounding_check_required = 6;
Returns
Type
Description
boolean
The groundingCheckRequired.
getParserForType()
public Parser<CheckGroundingResponse . Claim > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getStartPos()
Position indicating the start of the claim in the answer candidate,
measured in bytes.
optional int32 start_pos = 1;
Returns
Type
Description
int
The startPos.
hasEndPos()
public boolean hasEndPos ()
Position indicating the end of the claim in the answer candidate,
exclusive.
optional int32 end_pos = 2;
Returns
Type
Description
boolean
Whether the endPos field is set.
hasGroundingCheckRequired()
public boolean hasGroundingCheckRequired ()
Indicates that this claim required grounding check. When the system
decided this claim doesn't require attribution/grounding check, this
field will be set to false. In that case, no grounding check was done for
the claim and therefore
citation_indices ,
anti_citation_indices ,
and
score
should not be returned.
optional bool grounding_check_required = 6;
Returns
Type
Description
boolean
Whether the groundingCheckRequired field is set.
hasStartPos()
public boolean hasStartPos ()
Position indicating the start of the claim in the answer candidate,
measured in bytes.
optional int32 start_pos = 1;
Returns
Type
Description
boolean
Whether the startPos field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CheckGroundingResponse . Claim . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CheckGroundingResponse . Claim . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CheckGroundingResponse . Claim . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]