public interface ListAppVersionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppVersions(int index)
public abstract AppVersion getAppVersions(int index)The list of app versions.
repeated .google.cloud.ces.v1.AppVersion app_versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AppVersion |
|
getAppVersionsCount()
public abstract int getAppVersionsCount()The list of app versions.
repeated .google.cloud.ces.v1.AppVersion app_versions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAppVersionsList()
public abstract List<AppVersion> getAppVersionsList()The list of app versions.
repeated .google.cloud.ces.v1.AppVersion app_versions = 1;
| Returns | |
|---|---|
| Type | Description |
List<AppVersion> |
|
getAppVersionsOrBuilder(int index)
public abstract AppVersionOrBuilder getAppVersionsOrBuilder(int index)The list of app versions.
repeated .google.cloud.ces.v1.AppVersion app_versions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AppVersionOrBuilder |
|
getAppVersionsOrBuilderList()
public abstract List<? extends AppVersionOrBuilder> getAppVersionsOrBuilderList()The list of app versions.
repeated .google.cloud.ces.v1.AppVersion app_versions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1.AppVersionOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token that can be sent as ListAppVersionsRequest.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 ListAppVersionsRequest.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. |