public interface ListInstancesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract Instance getInstances(int index)The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance |
|
getInstancesCount()
public abstract int getInstancesCount()The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInstancesList()
public abstract List<Instance> getInstancesList()The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<Instance> |
|
getInstancesOrBuilder(int index)
public abstract InstanceOrBuilder getInstancesOrBuilder(int index)The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InstanceOrBuilder |
|
getInstancesOrBuilderList()
public abstract List<? extends InstanceOrBuilder> getInstancesOrBuilderList()The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.appengine.v1.InstanceOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Continuation token for fetching the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Continuation token for fetching the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |