- 0.74.0 (latest)
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 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 interface StreamAssistRequest.ToolsSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImageGenerationSpec()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.ImageGenerationSpec | The imageGenerationSpec. | 
getImageGenerationSpecOrBuilder()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.ImageGenerationSpecOrBuilder | |
getVertexAiSearchSpec()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.VertexAiSearchSpec | The vertexAiSearchSpec. | 
getVertexAiSearchSpecOrBuilder()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.VertexAiSearchSpecOrBuilder | |
getVideoGenerationSpec()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.VideoGenerationSpec | The videoGenerationSpec. | 
getVideoGenerationSpecOrBuilder()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.VideoGenerationSpecOrBuilder | |
getWebGroundingSpec()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.WebGroundingSpec | The webGroundingSpec. | 
getWebGroundingSpecOrBuilder()
public abstract 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];
 
| Returns | |
|---|---|
| Type | Description | 
| StreamAssistRequest.ToolsSpec.WebGroundingSpecOrBuilder | |
hasImageGenerationSpec()
public abstract 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. | 
hasVertexAiSearchSpec()
public abstract 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. | 
hasVideoGenerationSpec()
public abstract 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. | 
hasWebGroundingSpec()
public abstract 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. |