public interface PurgeDocumentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PurgeErrorConfig |
getErrorConfig()
The desired location of errors incurred during the purge.
|
PurgeErrorConfigOrBuilder |
getErrorConfigOrBuilder()
The desired location of errors incurred during the purge.
|
String |
getFilter()
Required.
|
com.google.protobuf.ByteString |
getFilterBytes()
Required.
|
boolean |
getForce()
Actually performs the purge.
|
GcsSource |
getGcsSource()
Cloud Storage location for the input content.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Cloud Storage location for the input content.
|
PurgeDocumentsRequest.InlineSource |
getInlineSource()
Inline source for the input content for purge.
|
PurgeDocumentsRequest.InlineSourceOrBuilder |
getInlineSourceOrBuilder()
Inline source for the input content for purge.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PurgeDocumentsRequest.SourceCase |
getSourceCase() |
boolean |
hasErrorConfig()
The desired location of errors incurred during the purge.
|
boolean |
hasGcsSource()
Cloud Storage location for the input content.
|
boolean |
hasInlineSource()
Inline source for the input content for purge.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsSource()
Cloud Storage location for the input content. Supported `data_schema`: * `document_id`: One valid [Document.id][google.cloud.discoveryengine.v1alpha.Document.id] per line.
.google.cloud.discoveryengine.v1alpha.GcsSource gcs_source = 5;GcsSource getGcsSource()
Cloud Storage location for the input content. Supported `data_schema`: * `document_id`: One valid [Document.id][google.cloud.discoveryengine.v1alpha.Document.id] per line.
.google.cloud.discoveryengine.v1alpha.GcsSource gcs_source = 5;GcsSourceOrBuilder getGcsSourceOrBuilder()
Cloud Storage location for the input content. Supported `data_schema`: * `document_id`: One valid [Document.id][google.cloud.discoveryengine.v1alpha.Document.id] per line.
.google.cloud.discoveryengine.v1alpha.GcsSource gcs_source = 5;boolean hasInlineSource()
Inline source for the input content for purge.
.google.cloud.discoveryengine.v1alpha.PurgeDocumentsRequest.InlineSource inline_source = 6;
PurgeDocumentsRequest.InlineSource getInlineSource()
Inline source for the input content for purge.
.google.cloud.discoveryengine.v1alpha.PurgeDocumentsRequest.InlineSource inline_source = 6;
PurgeDocumentsRequest.InlineSourceOrBuilder getInlineSourceOrBuilder()
Inline source for the input content for purge.
.google.cloud.discoveryengine.v1alpha.PurgeDocumentsRequest.InlineSource inline_source = 6;
String getParent()
Required. The parent resource name, such as
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource name, such as
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
Required. Filter matching documents to purge. Only currently supported value is `*` (all items).
string filter = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFilterBytes()
Required. Filter matching documents to purge. Only currently supported value is `*` (all items).
string filter = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasErrorConfig()
The desired location of errors incurred during the purge.
.google.cloud.discoveryengine.v1alpha.PurgeErrorConfig error_config = 7;PurgeErrorConfig getErrorConfig()
The desired location of errors incurred during the purge.
.google.cloud.discoveryengine.v1alpha.PurgeErrorConfig error_config = 7;PurgeErrorConfigOrBuilder getErrorConfigOrBuilder()
The desired location of errors incurred during the purge.
.google.cloud.discoveryengine.v1alpha.PurgeErrorConfig error_config = 7;boolean getForce()
Actually performs the purge. If `force` is set to false, return the expected purge count without deleting any documents.
bool force = 3;PurgeDocumentsRequest.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.