public interface BulkDeleteConversationsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter()Filter used to select the subset of conversations to delete.
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()Filter used to select the subset of conversations to delete.
string filter = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getForce()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
The force. |
getMaxDeleteCount()
public abstract int getMaxDeleteCount()Maximum number of conversations to delete.
int32 max_delete_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The maxDeleteCount. |
getParent()
public abstract String 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |