public interface ListAnswerRecordsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Deprecated.
google.cloud.dialogflow.v2beta1.ListAnswerRecordsRequest.filter is deprecated. See
google/cloud/dialogflow/v2beta1/answer_record.proto;l=299
|
com.google.protobuf.ByteString |
getFilterBytes()
Deprecated.
google.cloud.dialogflow.v2beta1.ListAnswerRecordsRequest.filter is deprecated. See
google/cloud/dialogflow/v2beta1/answer_record.proto;l=299
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project to list all answer records for in reverse chronological order. Format: `projects/<Project ID>/locations/<Location ID>`.
string parent = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getParentBytes()
Required. The project to list all answer records for in reverse chronological order. Format: `projects/<Project ID>/locations/<Location ID>`.
string parent = 1 [(.google.api.resource_reference) = { ... }@Deprecated String getFilter()
Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).
string filter = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];@Deprecated com.google.protobuf.ByteString getFilterBytes()
Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).
string filter = 2 [deprecated = true, (.google.api.field_behavior) = OPTIONAL];int getPageSize()
Optional. The maximum number of records to return in a single page. The server may return fewer records than this. If unspecified, we use 10. The maximum is 100.
int32 page_size = 3;String getPageToken()
Optional. The [ListAnswerRecordsResponse.next_page_token][google.cloud.dialogflow.v2beta1.ListAnswerRecordsResponse.next_page_token] value returned from a previous list request used to continue listing on the next page.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
Optional. The [ListAnswerRecordsResponse.next_page_token][google.cloud.dialogflow.v2beta1.ListAnswerRecordsResponse.next_page_token] value returned from a previous list request used to continue listing on the next page.
string page_token = 4;Copyright © 2023 Google LLC. All rights reserved.