public interface ReloadDocumentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GcsSource |
getGcsSource()
The path for a Cloud Storage source file for reloading document content.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
The path for a Cloud Storage source file for reloading document content.
|
boolean |
getImportGcsCustomMetadata()
Whether to import custom metadata from Google Cloud Storage.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
ReloadDocumentRequest.SourceCase |
getSourceCase() |
boolean |
hasGcsSource()
The path for a Cloud Storage source file for reloading document content.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the document to reload. 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) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the document to reload. 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 hasGcsSource()
The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;GcsSource getGcsSource()
The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;GcsSourceOrBuilder getGcsSourceOrBuilder()
The path for a Cloud Storage source file for reloading document content. If not provided, the Document's existing source will be reloaded.
.google.cloud.dialogflow.v2beta1.GcsSource gcs_source = 3;boolean getImportGcsCustomMetadata()
Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
bool import_gcs_custom_metadata = 4;ReloadDocumentRequest.SourceCase getSourceCase()
Copyright © 2023 Google LLC. All rights reserved.