public interface ListConversationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
A filter to apply on the list results.
|
com.google.protobuf.ByteString |
getFilterBytes()
A filter to apply on the list results.
|
String |
getOrderBy()
A comma-separated list of fields to order by, sorted in ascending order.
|
com.google.protobuf.ByteString |
getOrderByBytes()
A comma-separated list of fields to order by, sorted in ascending order.
|
int |
getPageSize()
Maximum number of results to return.
|
String |
getPageToken()
A page token, received from a previous `ListConversations` call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token, received from a previous `ListConversations` call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The data store resource name. Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The data store resource name. Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
int32 page_size = 2;String getPageToken()
A page token, received from a previous `ListConversations` call. Provide this to retrieve the subsequent page.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A page token, received from a previous `ListConversations` call. Provide this to retrieve the subsequent page.
string page_token = 3;String getFilter()
A filter to apply on the list results. The supported features are: user_pseudo_id, state. Example: "user_pseudo_id = some_id"
string filter = 4;com.google.protobuf.ByteString getFilterBytes()
A filter to apply on the list results. The supported features are: user_pseudo_id, state. Example: "user_pseudo_id = some_id"
string filter = 4;String getOrderBy()
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `conversation_name` Example: "update_time desc" "create_time"
string order_by = 5;com.google.protobuf.ByteString getOrderByBytes()
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `conversation_name` Example: "update_time desc" "create_time"
string order_by = 5;Copyright © 2025 Google LLC. All rights reserved.