public interface ListChangelogsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChangelogs(int index)
public abstract Changelog getChangelogs(int index)The list of changelogs.
repeated .google.cloud.ces.v1.Changelog changelogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Changelog |
|
getChangelogsCount()
public abstract int getChangelogsCount()The list of changelogs.
repeated .google.cloud.ces.v1.Changelog changelogs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getChangelogsList()
public abstract List<Changelog> getChangelogsList()The list of changelogs.
repeated .google.cloud.ces.v1.Changelog changelogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Changelog> |
|
getChangelogsOrBuilder(int index)
public abstract ChangelogOrBuilder getChangelogsOrBuilder(int index)The list of changelogs.
repeated .google.cloud.ces.v1.Changelog changelogs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ChangelogOrBuilder |
|
getChangelogsOrBuilderList()
public abstract List<? extends ChangelogOrBuilder> getChangelogsOrBuilderList()The list of changelogs.
repeated .google.cloud.ces.v1.Changelog changelogs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1.ChangelogOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListChangelogsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token that can be sent as ListChangelogsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |