Send feedback
Class StreamAssistRequest.ToolsSpec (0.66.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class StreamAssistRequest . ToolsSpec extends GeneratedMessageV3 implements StreamAssistRequest . ToolsSpecOrBuilder
Specification of tools that are used to serve the request.
Protobuf type google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec
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
public static final int IMAGE_GENERATION_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
public static final int VERTEX_AI_SEARCH_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
public static final int VIDEO_GENERATION_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
public static final int WEB_GROUNDING_SPEC_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static StreamAssistRequest . ToolsSpec getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static StreamAssistRequest . ToolsSpec . Builder newBuilder ()
public static StreamAssistRequest . ToolsSpec . Builder newBuilder ( StreamAssistRequest . ToolsSpec prototype )
public static StreamAssistRequest . ToolsSpec parseDelimitedFrom ( InputStream input )
public static StreamAssistRequest . ToolsSpec parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static StreamAssistRequest . ToolsSpec parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static StreamAssistRequest . ToolsSpec parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static StreamAssistRequest . ToolsSpec parseFrom ( ByteString data )
public static StreamAssistRequest . ToolsSpec parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static StreamAssistRequest . ToolsSpec parseFrom ( CodedInputStream input )
public static StreamAssistRequest . ToolsSpec parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static StreamAssistRequest . ToolsSpec parseFrom ( InputStream input )
public static StreamAssistRequest . ToolsSpec parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static StreamAssistRequest . ToolsSpec parseFrom ( ByteBuffer data )
public static StreamAssistRequest . ToolsSpec parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<StreamAssistRequest . ToolsSpec > parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public StreamAssistRequest . ToolsSpec getDefaultInstanceForType ()
public StreamAssistRequest . ToolsSpec . ImageGenerationSpec getImageGenerationSpec ()
Optional. Specification of the image generation tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.ImageGenerationSpec image_generation_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
public StreamAssistRequest . ToolsSpec . ImageGenerationSpecOrBuilder getImageGenerationSpecOrBuilder ()
Optional. Specification of the image generation tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.ImageGenerationSpec image_generation_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
public Parser<StreamAssistRequest . ToolsSpec > getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public StreamAssistRequest . ToolsSpec . VertexAiSearchSpec getVertexAiSearchSpec ()
Optional. Specification of the Vertex AI Search tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.VertexAiSearchSpec vertex_ai_search_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
public StreamAssistRequest . ToolsSpec . VertexAiSearchSpecOrBuilder getVertexAiSearchSpecOrBuilder ()
Optional. Specification of the Vertex AI Search tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.VertexAiSearchSpec vertex_ai_search_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
public StreamAssistRequest . ToolsSpec . VideoGenerationSpec getVideoGenerationSpec ()
Optional. Specification of the video generation tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.VideoGenerationSpec video_generation_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
public StreamAssistRequest . ToolsSpec . VideoGenerationSpecOrBuilder getVideoGenerationSpecOrBuilder ()
Optional. Specification of the video generation tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.VideoGenerationSpec video_generation_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
public StreamAssistRequest . ToolsSpec . WebGroundingSpec getWebGroundingSpec ()
Optional. Specification of the web grounding tool.
If field is present, enables grounding with web search. Works only if
Assistant.web_grounding_type
is [WEB_GROUNDING_TYPE_GOOGLE_SEARCH][] or
[WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH][].
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.WebGroundingSpec web_grounding_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
public StreamAssistRequest . ToolsSpec . WebGroundingSpecOrBuilder getWebGroundingSpecOrBuilder ()
Optional. Specification of the web grounding tool.
If field is present, enables grounding with web search. Works only if
Assistant.web_grounding_type
is [WEB_GROUNDING_TYPE_GOOGLE_SEARCH][] or
[WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH][].
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.WebGroundingSpec web_grounding_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
public boolean hasImageGenerationSpec ()
Optional. Specification of the image generation tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.ImageGenerationSpec image_generation_spec = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the imageGenerationSpec field is set.
public boolean hasVertexAiSearchSpec ()
Optional. Specification of the Vertex AI Search tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.VertexAiSearchSpec vertex_ai_search_spec = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the vertexAiSearchSpec field is set.
public boolean hasVideoGenerationSpec ()
Optional. Specification of the video generation tool.
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.VideoGenerationSpec video_generation_spec = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the videoGenerationSpec field is set.
public boolean hasWebGroundingSpec ()
Optional. Specification of the web grounding tool.
If field is present, enables grounding with web search. Works only if
Assistant.web_grounding_type
is [WEB_GROUNDING_TYPE_GOOGLE_SEARCH][] or
[WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH][].
.google.cloud.discoveryengine.v1.StreamAssistRequest.ToolsSpec.WebGroundingSpec web_grounding_spec = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the webGroundingSpec field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public StreamAssistRequest . ToolsSpec . Builder newBuilderForType ()
protected StreamAssistRequest . ToolsSpec . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public StreamAssistRequest . ToolsSpec . Builder toBuilder ()
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-08-03 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-08-03 UTC."],[],[]]