public static interface GenerateGroundedContentResponse.Candidate.GroundingMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport |
getGroundingSupport(int index)
GroundingSupport across all claims in the answer candidate.
|
int |
getGroundingSupportCount()
GroundingSupport across all claims in the answer candidate.
|
List<GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport> |
getGroundingSupportList()
GroundingSupport across all claims in the answer candidate.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupportOrBuilder |
getGroundingSupportOrBuilder(int index)
GroundingSupport across all claims in the answer candidate.
|
List<? extends GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupportOrBuilder> |
getGroundingSupportOrBuilderList()
GroundingSupport across all claims in the answer candidate.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata |
getRetrievalMetadata(int index)
Retrieval metadata to provide an understanding in the
retrieval steps performed by the model.
|
int |
getRetrievalMetadataCount()
Retrieval metadata to provide an understanding in the
retrieval steps performed by the model.
|
List<GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata> |
getRetrievalMetadataList()
Retrieval metadata to provide an understanding in the
retrieval steps performed by the model.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadataOrBuilder |
getRetrievalMetadataOrBuilder(int index)
Retrieval metadata to provide an understanding in the
retrieval steps performed by the model.
|
List<? extends GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadataOrBuilder> |
getRetrievalMetadataOrBuilderList()
Retrieval metadata to provide an understanding in the
retrieval steps performed by the model.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPoint |
getSearchEntryPoint()
Google search entry for the following-up web searches.
|
GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPointOrBuilder |
getSearchEntryPointOrBuilder()
Google search entry for the following-up web searches.
|
FactChunk |
getSupportChunks(int index)
List of chunks to be attributed across all claims in the candidate.
|
int |
getSupportChunksCount()
List of chunks to be attributed across all claims in the candidate.
|
List<FactChunk> |
getSupportChunksList()
List of chunks to be attributed across all claims in the candidate.
|
FactChunkOrBuilder |
getSupportChunksOrBuilder(int index)
List of chunks to be attributed across all claims in the candidate.
|
List<? extends FactChunkOrBuilder> |
getSupportChunksOrBuilderList()
List of chunks to be attributed across all claims in the candidate.
|
String |
getWebSearchQueries(int index)
Web search queries for the following-up web search.
|
com.google.protobuf.ByteString |
getWebSearchQueriesBytes(int index)
Web search queries for the following-up web search.
|
int |
getWebSearchQueriesCount()
Web search queries for the following-up web search.
|
List<String> |
getWebSearchQueriesList()
Web search queries for the following-up web search.
|
boolean |
hasSearchEntryPoint()
Google search entry for the following-up web searches.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata> getRetrievalMetadataList()
Retrieval metadata to provide an understanding in the retrieval steps performed by the model. There can be multiple such messages which can correspond to different parts of the retrieval. This is a mechanism used to ensure transparency to our users.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata retrieval_metadata = 5;
GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata getRetrievalMetadata(int index)
Retrieval metadata to provide an understanding in the retrieval steps performed by the model. There can be multiple such messages which can correspond to different parts of the retrieval. This is a mechanism used to ensure transparency to our users.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata retrieval_metadata = 5;
int getRetrievalMetadataCount()
Retrieval metadata to provide an understanding in the retrieval steps performed by the model. There can be multiple such messages which can correspond to different parts of the retrieval. This is a mechanism used to ensure transparency to our users.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata retrieval_metadata = 5;
List<? extends GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadataOrBuilder> getRetrievalMetadataOrBuilderList()
Retrieval metadata to provide an understanding in the retrieval steps performed by the model. There can be multiple such messages which can correspond to different parts of the retrieval. This is a mechanism used to ensure transparency to our users.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata retrieval_metadata = 5;
GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadataOrBuilder getRetrievalMetadataOrBuilder(int index)
Retrieval metadata to provide an understanding in the retrieval steps performed by the model. There can be multiple such messages which can correspond to different parts of the retrieval. This is a mechanism used to ensure transparency to our users.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata retrieval_metadata = 5;
List<FactChunk> getSupportChunksList()
List of chunks to be attributed across all claims in the candidate. These are derived from the grounding sources supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk support_chunks = 1;FactChunk getSupportChunks(int index)
List of chunks to be attributed across all claims in the candidate. These are derived from the grounding sources supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk support_chunks = 1;int getSupportChunksCount()
List of chunks to be attributed across all claims in the candidate. These are derived from the grounding sources supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk support_chunks = 1;List<? extends FactChunkOrBuilder> getSupportChunksOrBuilderList()
List of chunks to be attributed across all claims in the candidate. These are derived from the grounding sources supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk support_chunks = 1;FactChunkOrBuilder getSupportChunksOrBuilder(int index)
List of chunks to be attributed across all claims in the candidate. These are derived from the grounding sources supplied in the request.
repeated .google.cloud.discoveryengine.v1beta.FactChunk support_chunks = 1;List<String> getWebSearchQueriesList()
Web search queries for the following-up web search.
repeated string web_search_queries = 3;int getWebSearchQueriesCount()
Web search queries for the following-up web search.
repeated string web_search_queries = 3;String getWebSearchQueries(int index)
Web search queries for the following-up web search.
repeated string web_search_queries = 3;index - The index of the element to return.com.google.protobuf.ByteString getWebSearchQueriesBytes(int index)
Web search queries for the following-up web search.
repeated string web_search_queries = 3;index - The index of the value to return.boolean hasSearchEntryPoint()
Google search entry for the following-up web searches.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPoint search_entry_point = 4;
GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPoint getSearchEntryPoint()
Google search entry for the following-up web searches.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPoint search_entry_point = 4;
GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPointOrBuilder getSearchEntryPointOrBuilder()
Google search entry for the following-up web searches.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.SearchEntryPoint search_entry_point = 4;
List<GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport> getGroundingSupportList()
GroundingSupport across all claims in the answer candidate. An support to a fact indicates that the claim is supported by the fact.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport grounding_support = 2;
GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport getGroundingSupport(int index)
GroundingSupport across all claims in the answer candidate. An support to a fact indicates that the claim is supported by the fact.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport grounding_support = 2;
int getGroundingSupportCount()
GroundingSupport across all claims in the answer candidate. An support to a fact indicates that the claim is supported by the fact.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport grounding_support = 2;
List<? extends GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupportOrBuilder> getGroundingSupportOrBuilderList()
GroundingSupport across all claims in the answer candidate. An support to a fact indicates that the claim is supported by the fact.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport grounding_support = 2;
GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupportOrBuilder getGroundingSupportOrBuilder(int index)
GroundingSupport across all claims in the answer candidate. An support to a fact indicates that the claim is supported by the fact.
repeated .google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.GroundingSupport grounding_support = 2;
Copyright © 2025 Google LLC. All rights reserved.