Interface ListChangelogsResponseOrBuilder (0.52.0)

public interface ListChangelogsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v3beta1.Changelog changelogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v3beta1.Changelog changelogs = 1;

Returns
TypeDescription
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.v3beta1.Changelog changelogs = 1;

Returns
TypeDescription
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.v3beta1.Changelog changelogs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v3beta1.Changelog changelogs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.