public interface ListInstancesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Instance |
getInstances(int index)
The instances belonging to the requested version.
|
int |
getInstancesCount()
The instances belonging to the requested version.
|
java.util.List<Instance> |
getInstancesList()
The instances belonging to the requested version.
|
InstanceOrBuilder |
getInstancesOrBuilder(int index)
The instances belonging to the requested version.
|
java.util.List<? extends InstanceOrBuilder> |
getInstancesOrBuilderList()
The instances belonging to the requested version.
|
java.lang.String |
getNextPageToken()
Continuation token for fetching the next page of results.
|
ByteString |
getNextPageTokenBytes()
Continuation token for fetching the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Instance> getInstancesList()
The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
Instance getInstances(int index)
The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
int getInstancesCount()
The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
java.util.List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
InstanceOrBuilder getInstancesOrBuilder(int index)
The instances belonging to the requested version.
repeated .google.appengine.v1.Instance instances = 1;
java.lang.String getNextPageToken()
Continuation token for fetching the next page of results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Continuation token for fetching the next page of results.
string next_page_token = 2;