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 classInstanceAn Instance resource is the computing unit that App Engine uses to automatically scale an application.static classInstance.BuilderAn 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 InstanceOrBuilderListInstancesResponse.Builder. getInstancesOrBuilder(int index)The instances belonging to the requested version.InstanceOrBuilderListInstancesResponse. getInstancesOrBuilder(int index)The instances belonging to the requested version.InstanceOrBuilderListInstancesResponseOrBuilder. 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.
-