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