public interface ExportDocumentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ExportDocumentRequest.DestinationCase |
getDestinationCase() |
boolean |
getExportFullContent()
When enabled, export the full content of the document including empirical
probability.
|
GcsDestination |
getGcsDestination()
Cloud Storage file path to export the document.
|
GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
Cloud Storage file path to export the document.
|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
boolean |
getSmartMessagingPartialUpdate()
When enabled, export the smart messaging allowlist document for partial
update.
|
boolean |
hasGcsDestination()
Cloud Storage file path to export the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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) = { ... }
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) = { ... }
boolean hasGcsDestination()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
GcsDestination getGcsDestination()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Cloud Storage file path to export the document.
.google.cloud.dialogflow.v2.GcsDestination gcs_destination = 2;
boolean getExportFullContent()
When enabled, export the full content of the document including empirical probability.
bool export_full_content = 3;
boolean getSmartMessagingPartialUpdate()
When enabled, export the smart messaging allowlist document for partial update.
bool smart_messaging_partial_update = 5;
ExportDocumentRequest.DestinationCase getDestinationCase()
Copyright © 2022 Google LLC. All rights reserved.