Interface ExportToolsResponseOrBuilder (0.52.0)

public interface ExportToolsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolsCase()

public abstract ExportToolsResponse.ToolsCase getToolsCase()
Returns
TypeDescription
ExportToolsResponse.ToolsCase

getToolsContent()

public abstract 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.InlineDestination tools_content = 2;

Returns
TypeDescription
InlineDestination

The toolsContent.

getToolsContentOrBuilder()

public abstract 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.InlineDestination tools_content = 2;

Returns
TypeDescription
InlineDestinationOrBuilder

getToolsUri()

public abstract String getToolsUri()

The URI to a file containing the exported tools. This field is populated only if tools_uri is specified in ExportToolsRequest.

string tools_uri = 1;

Returns
TypeDescription
String

The toolsUri.

getToolsUriBytes()

public abstract ByteString getToolsUriBytes()

The URI to a file containing the exported tools. This field is populated only if tools_uri is specified in ExportToolsRequest.

string tools_uri = 1;

Returns
TypeDescription
ByteString

The bytes for toolsUri.

hasToolsContent()

public abstract 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.InlineDestination tools_content = 2;

Returns
TypeDescription
boolean

Whether the toolsContent field is set.

hasToolsUri()

public abstract boolean hasToolsUri()

The URI to a file containing the exported tools. This field is populated only if tools_uri is specified in ExportToolsRequest.

string tools_uri = 1;

Returns
TypeDescription
boolean

Whether the toolsUri field is set.