public interface BatchDeleteConversationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeletedConversations(int index)
public abstract String getDeletedConversations(int index)The list of conversations that were successfully deleted.
repeated string deleted_conversations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The deletedConversations at the given index. |
getDeletedConversationsBytes(int index)
public abstract ByteString getDeletedConversationsBytes(int index)The list of conversations that were successfully deleted.
repeated string deleted_conversations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the deletedConversations at the given index. |
getDeletedConversationsCount()
public abstract int getDeletedConversationsCount()The list of conversations that were successfully deleted.
repeated string deleted_conversations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of deletedConversations. |
getDeletedConversationsList()
public abstract List<String> getDeletedConversationsList()The list of conversations that were successfully deleted.
repeated string deleted_conversations = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the deletedConversations. |
getErrorMessages(int index)
public abstract String getErrorMessages(int index)Optional. A list of error messages associated with conversations that failed to be deleted.
repeated string error_messages = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The errorMessages at the given index. |
getErrorMessagesBytes(int index)
public abstract ByteString getErrorMessagesBytes(int index)Optional. A list of error messages associated with conversations that failed to be deleted.
repeated string error_messages = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the errorMessages at the given index. |
getErrorMessagesCount()
public abstract int getErrorMessagesCount()Optional. A list of error messages associated with conversations that failed to be deleted.
repeated string error_messages = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of errorMessages. |
getErrorMessagesList()
public abstract List<String> getErrorMessagesList()Optional. A list of error messages associated with conversations that failed to be deleted.
repeated string error_messages = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the errorMessages. |
getFailedConversations(int index)
public abstract String getFailedConversations(int index)The list of conversations that failed to be deleted.
repeated string failed_conversations = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The failedConversations at the given index. |
getFailedConversationsBytes(int index)
public abstract ByteString getFailedConversationsBytes(int index)The list of conversations that failed to be deleted.
repeated string failed_conversations = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the failedConversations at the given index. |
getFailedConversationsCount()
public abstract int getFailedConversationsCount()The list of conversations that failed to be deleted.
repeated string failed_conversations = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of failedConversations. |
getFailedConversationsList()
public abstract List<String> getFailedConversationsList()The list of conversations that failed to be deleted.
repeated string failed_conversations = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the failedConversations. |