public interface ListMessagesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Message |
getMessages(int index)
The list of messages.
|
int |
getMessagesCount()
The list of messages.
|
List<Message> |
getMessagesList()
The list of messages.
|
MessageOrBuilder |
getMessagesOrBuilder(int index)
The list of messages.
|
List<? extends MessageOrBuilder> |
getMessagesOrBuilderList()
The list of messages.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are
no more results in the list.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are
no more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Message> getMessagesList()
The list of messages. There will be a maximum number of items returned based on the page_size field in the request. `messages` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
Message getMessages(int index)
The list of messages. There will be a maximum number of items returned based on the page_size field in the request. `messages` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
int getMessagesCount()
The list of messages. There will be a maximum number of items returned based on the page_size field in the request. `messages` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
List<? extends MessageOrBuilder> getMessagesOrBuilderList()
The list of messages. There will be a maximum number of items returned based on the page_size field in the request. `messages` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
MessageOrBuilder getMessagesOrBuilder(int index)
The list of messages. There will be a maximum number of items returned based on the page_size field in the request. `messages` is sorted by `create_time` in descending order.
repeated .google.cloud.dialogflow.v2.Message messages = 1;
String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
Copyright © 2022 Google LLC. All rights reserved.