Interface ListChangelogsResponseOrBuilder (0.54.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.v3.Changelog changelogs = 1;

Parameter
Name Description
index int
Returns
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;

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

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

Parameter
Name Description
index int
Returns
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;

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

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

Returns
Type Description
ByteString

The bytes for nextPageToken.