Send feedback
Class ExportToolsResponse.Builder (0.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.53.0 keyboard_arrow_down
public static final class ExportToolsResponse . Builder extends GeneratedMessageV3 . Builder<ExportToolsResponse . Builder > implements ExportToolsResponseOrBuilder
The response message for
Tools.ExportTools .
Protobuf type google.cloud.dialogflow.cx.v3beta1.ExportToolsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public ExportToolsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public ExportToolsResponse build ()
public ExportToolsResponse buildPartial ()
public ExportToolsResponse . Builder clear ()
Overrides
public ExportToolsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public ExportToolsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public ExportToolsResponse . Builder clearTools ()
clearToolsContent()
public ExportToolsResponse . Builder clearToolsContent ()
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;
public ExportToolsResponse . Builder clearToolsUri ()
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;
public ExportToolsResponse . Builder clone ()
Overrides
public ExportToolsResponse getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
public ExportToolsResponse . ToolsCase getToolsCase ()
getToolsContent()
public 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;
getToolsContentBuilder()
public InlineDestination . Builder getToolsContentBuilder ()
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;
getToolsContentOrBuilder()
public 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;
public 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
Type
Description
String
The toolsUri.
public 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
Type
Description
ByteString
The bytes for toolsUri.
hasToolsContent()
public 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
Type
Description
boolean
Whether the toolsContent field is set.
public 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
Type
Description
boolean
Whether the toolsUri field is set.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ExportToolsResponse . Builder mergeFrom ( ExportToolsResponse other )
public ExportToolsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public ExportToolsResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeToolsContent(InlineDestination value)
public ExportToolsResponse . Builder mergeToolsContent ( InlineDestination value )
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;
public final ExportToolsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public ExportToolsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public ExportToolsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setToolsContent(InlineDestination value)
public ExportToolsResponse . Builder setToolsContent ( InlineDestination value )
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;
setToolsContent(InlineDestination.Builder builderForValue)
public ExportToolsResponse . Builder setToolsContent ( InlineDestination . Builder builderForValue )
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;
public ExportToolsResponse . Builder setToolsUri ( String value )
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;
Parameter
Name
Description
value
String
The toolsUri to set.
public ExportToolsResponse . Builder setToolsUriBytes ( ByteString value )
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;
Parameter
Name
Description
value
ByteString
The bytes for toolsUri to set.
public final ExportToolsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-01-28 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-01-28 UTC."],[],[]]