Interface BulkDeleteConversationsRequestOrBuilder (2.41.0)

public interface BulkDeleteConversationsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

Filter used to select the subset of conversations to delete.

string filter = 2;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

Filter used to select the subset of conversations to delete.

string filter = 2;

Returns
TypeDescription
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
TypeDescription
boolean

The force.

getMaxDeleteCount()

public abstract int getMaxDeleteCount()

Maximum number of conversations to delete.

int32 max_delete_count = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for parent.