public interface ListInstancesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract Instance getInstances(int index)The resulting list of Instances.
repeated .google.cloud.run.v2.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance |
|
getInstancesCount()
public abstract int getInstancesCount()The resulting list of Instances.
repeated .google.cloud.run.v2.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInstancesList()
public abstract List<Instance> getInstancesList()The resulting list of Instances.
repeated .google.cloud.run.v2.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<Instance> |
|
getInstancesOrBuilder(int index)
public abstract InstanceOrBuilder getInstancesOrBuilder(int index)The resulting list of Instances.
repeated .google.cloud.run.v2.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InstanceOrBuilder |
|
getInstancesOrBuilderList()
public abstract List<? extends InstanceOrBuilder> getInstancesOrBuilderList()The resulting list of Instances.
repeated .google.cloud.run.v2.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.run.v2.InstanceOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token indicating there are more items than page_size. Use it in the next ListInstances request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token indicating there are more items than page_size. Use it in the next ListInstances request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |