Uses of Class
com.google.appengine.v1.ServicesSettings
-
Packages that use ServicesSettings Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of ServicesSettings in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ServicesSettings Modifier and Type Method Description ServicesSettings
ServicesSettings.Builder. build()
static ServicesSettings
ServicesSettings. create(ServicesStubSettings stub)
ServicesSettings
ServicesClient. getSettings()
Methods in com.google.appengine.v1 with parameters of type ServicesSettings Modifier and Type Method Description static ServicesClient
ServicesClient. create(ServicesSettings settings)
Constructs an instance of ServicesClient, using the given settings.Constructors in com.google.appengine.v1 with parameters of type ServicesSettings Constructor Description Builder(ServicesSettings settings)
ServicesClient(ServicesSettings settings)
Constructs an instance of ServicesClient, using the given settings.
-