public interface BatchDeleteConversationsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversations(int index)
public abstract String getConversations(int index)Required. The resource names of the conversations to delete.
repeated string conversations = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The conversations at the given index. |
getConversationsBytes(int index)
public abstract ByteString getConversationsBytes(int index)Required. The resource names of the conversations to delete.
repeated string conversations = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the conversations at the given index. |
getConversationsCount()
public abstract int getConversationsCount()Required. The resource names of the conversations to delete.
repeated string conversations = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of conversations. |
getConversationsList()
public abstract List<String> getConversationsList()Required. The resource names of the conversations to delete.
repeated string conversations = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the conversations. |
getParent()
public abstract String getParent() Required. The resource name of the app to delete conversations from.
Format:
projects/{project}/locations/{location}/apps/{app}
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 resource name of the app to delete conversations from.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |