public interface GroundingChunkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GroundingChunk.ChunkTypeCase |
getChunkTypeCase() |
GroundingChunk.RetrievedContext |
getRetrievedContext()
Grounding chunk from context retrieved by the retrieval tools.
|
GroundingChunk.RetrievedContextOrBuilder |
getRetrievedContextOrBuilder()
Grounding chunk from context retrieved by the retrieval tools.
|
GroundingChunk.Web |
getWeb()
Grounding chunk from the web.
|
GroundingChunk.WebOrBuilder |
getWebOrBuilder()
Grounding chunk from the web.
|
boolean |
hasRetrievedContext()
Grounding chunk from context retrieved by the retrieval tools.
|
boolean |
hasWeb()
Grounding chunk from the web.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWeb()
Grounding chunk from the web.
.google.cloud.vertexai.v1.GroundingChunk.Web web = 1;GroundingChunk.Web getWeb()
Grounding chunk from the web.
.google.cloud.vertexai.v1.GroundingChunk.Web web = 1;GroundingChunk.WebOrBuilder getWebOrBuilder()
Grounding chunk from the web.
.google.cloud.vertexai.v1.GroundingChunk.Web web = 1;boolean hasRetrievedContext()
Grounding chunk from context retrieved by the retrieval tools.
.google.cloud.vertexai.v1.GroundingChunk.RetrievedContext retrieved_context = 2;GroundingChunk.RetrievedContext getRetrievedContext()
Grounding chunk from context retrieved by the retrieval tools.
.google.cloud.vertexai.v1.GroundingChunk.RetrievedContext retrieved_context = 2;GroundingChunk.RetrievedContextOrBuilder getRetrievedContextOrBuilder()
Grounding chunk from context retrieved by the retrieval tools.
.google.cloud.vertexai.v1.GroundingChunk.RetrievedContext retrieved_context = 2;GroundingChunk.ChunkTypeCase getChunkTypeCase()
Copyright © 2025 Google LLC. All rights reserved.