public interface ListBuildsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBuilds(int index)
public abstract Build getBuilds(int index) Builds will be sorted by create_time, descending.
repeated .google.devtools.cloudbuild.v1.Build builds = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Build |
|
getBuildsCount()
public abstract int getBuildsCount() Builds will be sorted by create_time, descending.
repeated .google.devtools.cloudbuild.v1.Build builds = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBuildsList()
public abstract List<Build> getBuildsList() Builds will be sorted by create_time, descending.
repeated .google.devtools.cloudbuild.v1.Build builds = 1;
| Returns | |
|---|---|
| Type | Description |
List<Build> |
|
getBuildsOrBuilder(int index)
public abstract BuildOrBuilder getBuildsOrBuilder(int index) Builds will be sorted by create_time, descending.
repeated .google.devtools.cloudbuild.v1.Build builds = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BuildOrBuilder |
|
getBuildsOrBuilderList()
public abstract List<? extends BuildOrBuilder> getBuildsOrBuilderList() Builds will be sorted by create_time, descending.
repeated .google.devtools.cloudbuild.v1.Build builds = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloudbuild.v1.BuildOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Token to receive the next page of results. This will be absent if the end of the response list has been reached.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to receive the next page of results. This will be absent if the end of the response list has been reached.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |