public interface ExportToolsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportToolsResponse.ToolsCase |
getToolsCase() |
InlineDestination |
getToolsContent()
Uncompressed byte content for tools.
|
InlineDestinationOrBuilder |
getToolsContentOrBuilder()
Uncompressed byte content for tools.
|
String |
getToolsUri()
The URI to a file containing the exported tools.
|
com.google.protobuf.ByteString |
getToolsUriBytes()
The URI to a file containing the exported tools.
|
boolean |
hasToolsContent()
Uncompressed byte content for tools.
|
boolean |
hasToolsUri()
The URI to a file containing the exported tools.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasToolsUri()
The URI to a file containing the exported tools. This field is populated only if `tools_uri` is specified in [ExportToolsRequest][google.cloud.dialogflow.cx.v3beta1.ExportToolsRequest].
string tools_uri = 1;String getToolsUri()
The URI to a file containing the exported tools. This field is populated only if `tools_uri` is specified in [ExportToolsRequest][google.cloud.dialogflow.cx.v3beta1.ExportToolsRequest].
string tools_uri = 1;com.google.protobuf.ByteString getToolsUriBytes()
The URI to a file containing the exported tools. This field is populated only if `tools_uri` is specified in [ExportToolsRequest][google.cloud.dialogflow.cx.v3beta1.ExportToolsRequest].
string tools_uri = 1;boolean hasToolsContent()
Uncompressed byte content for tools. This field is populated only if `tools_content_inline` is set to true in [ExportToolsRequest][google.cloud.dialogflow.cx.v3beta1.ExportToolsRequest].
.google.cloud.dialogflow.cx.v3beta1.InlineDestination tools_content = 2;InlineDestination getToolsContent()
Uncompressed byte content for tools. This field is populated only if `tools_content_inline` is set to true in [ExportToolsRequest][google.cloud.dialogflow.cx.v3beta1.ExportToolsRequest].
.google.cloud.dialogflow.cx.v3beta1.InlineDestination tools_content = 2;InlineDestinationOrBuilder getToolsContentOrBuilder()
Uncompressed byte content for tools. This field is populated only if `tools_content_inline` is set to true in [ExportToolsRequest][google.cloud.dialogflow.cx.v3beta1.ExportToolsRequest].
.google.cloud.dialogflow.cx.v3beta1.InlineDestination tools_content = 2;ExportToolsResponse.ToolsCase getToolsCase()
Copyright © 2025 Google LLC. All rights reserved.