public static final class ExportDocumentRequest.Builder extends GeneratedMessageV3.Builder<ExportDocumentRequest.Builder> implements ExportDocumentRequestOrBuilder
Request message for [Documents.ExportDocument][google.cloud.dialogflow.v2.Documents.ExportDocument].Protobuf type
google.cloud.dialogflow.v2.ExportDocumentRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ExportDocumentRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ExportDocumentRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ExportDocumentRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder mergeFrom(ExportDocumentRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public ExportDocumentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ExportDocumentRequest.Builder>
IOException
public ExportDocumentRequest.DestinationCase getDestinationCase()
getDestinationCase
in interface ExportDocumentRequestOrBuilder
public ExportDocumentRequest.Builder clearDestination()
public String getName()
Required. The name of the document to export. Format: `projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getName
in interface ExportDocumentRequestOrBuilder
public ByteString getNameBytes()
Required. The name of the document to export. Format: `projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getNameBytes
in interface ExportDocumentRequestOrBuilder
public ExportDocumentRequest.Builder setName(String value)
Required. The name of the document to export. Format: `projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value
- The name to set.public ExportDocumentRequest.Builder clearName()
Required. The name of the document to export. Format: `projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ExportDocumentRequest.Builder setNameBytes(ByteString value)
Required. The name of the document to export. Format: `projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>/documents/<Document ID>`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value
- The bytes for name to set.public boolean hasGcsDestination()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
hasGcsDestination
in interface ExportDocumentRequestOrBuilder
public GcsDestination getGcsDestination()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
getGcsDestination
in interface ExportDocumentRequestOrBuilder
public ExportDocumentRequest.Builder setGcsDestination(GcsDestination value)
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
public ExportDocumentRequest.Builder setGcsDestination(GcsDestination.Builder builderForValue)
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
public ExportDocumentRequest.Builder mergeGcsDestination(GcsDestination value)
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
public ExportDocumentRequest.Builder clearGcsDestination()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
public GcsDestination.Builder getGcsDestinationBuilder()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
public GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
getGcsDestinationOrBuilder
in interface ExportDocumentRequestOrBuilder
public boolean getExportFullContent()
When enabled, export the full content of the document including empirical probability.
bool export_full_content = 3;
getExportFullContent
in interface ExportDocumentRequestOrBuilder
public ExportDocumentRequest.Builder setExportFullContent(boolean value)
When enabled, export the full content of the document including empirical probability.
bool export_full_content = 3;
value
- The exportFullContent to set.public ExportDocumentRequest.Builder clearExportFullContent()
When enabled, export the full content of the document including empirical probability.
bool export_full_content = 3;
public boolean getSmartMessagingPartialUpdate()
When enabled, export the smart messaging allowlist document for partial update.
bool smart_messaging_partial_update = 5;
getSmartMessagingPartialUpdate
in interface ExportDocumentRequestOrBuilder
public ExportDocumentRequest.Builder setSmartMessagingPartialUpdate(boolean value)
When enabled, export the smart messaging allowlist document for partial update.
bool smart_messaging_partial_update = 5;
value
- The smartMessagingPartialUpdate to set.public ExportDocumentRequest.Builder clearSmartMessagingPartialUpdate()
When enabled, export the smart messaging allowlist document for partial update.
bool smart_messaging_partial_update = 5;
public final ExportDocumentRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
public final ExportDocumentRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ExportDocumentRequest.Builder>
Copyright © 2022 Google LLC. All rights reserved.