Uses of Class
com.google.appengine.v1.AuthorizedCertificatesClient
-
Packages that use AuthorizedCertificatesClient Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of AuthorizedCertificatesClient in com.google.appengine.v1
Methods in com.google.appengine.v1 that return AuthorizedCertificatesClient Modifier and Type Method Description static AuthorizedCertificatesClient
AuthorizedCertificatesClient. create()
Constructs an instance of AuthorizedCertificatesClient with default settings.static AuthorizedCertificatesClient
AuthorizedCertificatesClient. create(AuthorizedCertificatesSettings settings)
Constructs an instance of AuthorizedCertificatesClient, using the given settings.static AuthorizedCertificatesClient
AuthorizedCertificatesClient. create(AuthorizedCertificatesStub stub)
Constructs an instance of AuthorizedCertificatesClient, using the given stub for making calls.
-