public interface BulkDeleteConversationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Filter used to select the subset of conversations to delete.
|
com.google.protobuf.ByteString |
getFilterBytes()
Filter used to select the subset of conversations to delete.
|
boolean |
getForce()
If set to true, all of this conversation's analyses will also be deleted.
|
int |
getMaxDeleteCount()
Maximum number of conversations to delete.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource to delete conversations from.
Format:
projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource to delete conversations from.
Format:
projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
Filter used to select the subset of conversations to delete.
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
Filter used to select the subset of conversations to delete.
string filter = 2;int getMaxDeleteCount()
Maximum number of conversations to delete.
int32 max_delete_count = 3;boolean getForce()
If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.
bool force = 4;Copyright © 2025 Google LLC. All rights reserved.