Uses of Interface
com.google.appengine.v1.InstanceOrBuilder
-
Packages that use InstanceOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of InstanceOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement InstanceOrBuilder Modifier and Type Class Description class
Instance
An Instance resource is the computing unit that App Engine uses to automatically scale an application.static class
Instance.Builder
An Instance resource is the computing unit that App Engine uses to automatically scale an application.Methods in com.google.appengine.v1 that return InstanceOrBuilder Modifier and Type Method Description InstanceOrBuilder
ListInstancesResponse.Builder. getInstancesOrBuilder(int index)
The instances belonging to the requested version.InstanceOrBuilder
ListInstancesResponse. getInstancesOrBuilder(int index)
The instances belonging to the requested version.InstanceOrBuilder
ListInstancesResponseOrBuilder. getInstancesOrBuilder(int index)
The instances belonging to the requested version.Methods in com.google.appengine.v1 that return types with arguments of type InstanceOrBuilder Modifier and Type Method Description List<? extends InstanceOrBuilder>
ListInstancesResponse.Builder. getInstancesOrBuilderList()
The instances belonging to the requested version.List<? extends InstanceOrBuilder>
ListInstancesResponse. getInstancesOrBuilderList()
The instances belonging to the requested version.List<? extends InstanceOrBuilder>
ListInstancesResponseOrBuilder. getInstancesOrBuilderList()
The instances belonging to the requested version.
-