public interface ListChangelogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChangelogs(int index)
public abstract Changelog getChangelogs(int index)The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;
| Name | Description |
index |
int |
| Type | Description |
Changelog |
getChangelogsCount()
public abstract int getChangelogsCount()The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;
| Type | Description |
int |
getChangelogsList()
public abstract List<Changelog> getChangelogsList()The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;
| Type | Description |
List<Changelog> |
getChangelogsOrBuilder(int index)
public abstract ChangelogOrBuilder getChangelogsOrBuilder(int index)The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;
| Name | Description |
index |
int |
| Type | Description |
ChangelogOrBuilder |
getChangelogsOrBuilderList()
public abstract List<? extends ChangelogOrBuilder> getChangelogsOrBuilderList()The list of changelogs. There will be a maximum number of items returned based on the page_size field in the request. The changelogs will be ordered by timestamp.
repeated .google.cloud.dialogflow.cx.v3.Changelog changelogs = 1;
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.ChangelogOrBuilder> |
getNextPageToken()
public abstract 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;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
ByteString |
The bytes for nextPageToken. |