Uses of Interface
com.google.appengine.v1.AuthorizedCertificateOrBuilder
-
Packages that use AuthorizedCertificateOrBuilder Package Description com.google.appengine.v1 A client to App Engine Admin API -
-
Uses of AuthorizedCertificateOrBuilder in com.google.appengine.v1
Classes in com.google.appengine.v1 that implement AuthorizedCertificateOrBuilder Modifier and Type Class Description class
AuthorizedCertificate
An SSL certificate that a user has been authorized to administer.static class
AuthorizedCertificate.Builder
An SSL certificate that a user has been authorized to administer.Methods in com.google.appengine.v1 that return AuthorizedCertificateOrBuilder Modifier and Type Method Description AuthorizedCertificateOrBuilder
CreateAuthorizedCertificateRequest.Builder. getCertificateOrBuilder()
SSL certificate data.AuthorizedCertificateOrBuilder
CreateAuthorizedCertificateRequest. getCertificateOrBuilder()
SSL certificate data.AuthorizedCertificateOrBuilder
CreateAuthorizedCertificateRequestOrBuilder. getCertificateOrBuilder()
SSL certificate data.AuthorizedCertificateOrBuilder
UpdateAuthorizedCertificateRequest.Builder. getCertificateOrBuilder()
An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificateOrBuilder
UpdateAuthorizedCertificateRequest. getCertificateOrBuilder()
An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificateOrBuilder
UpdateAuthorizedCertificateRequestOrBuilder. getCertificateOrBuilder()
An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificateOrBuilder
ListAuthorizedCertificatesResponse.Builder. getCertificatesOrBuilder(int index)
The SSL certificates the user is authorized to administer.AuthorizedCertificateOrBuilder
ListAuthorizedCertificatesResponse. getCertificatesOrBuilder(int index)
The SSL certificates the user is authorized to administer.AuthorizedCertificateOrBuilder
ListAuthorizedCertificatesResponseOrBuilder. getCertificatesOrBuilder(int index)
The SSL certificates the user is authorized to administer.Methods in com.google.appengine.v1 that return types with arguments of type AuthorizedCertificateOrBuilder Modifier and Type Method Description List<? extends AuthorizedCertificateOrBuilder>
ListAuthorizedCertificatesResponse.Builder. getCertificatesOrBuilderList()
The SSL certificates the user is authorized to administer.List<? extends AuthorizedCertificateOrBuilder>
ListAuthorizedCertificatesResponse. getCertificatesOrBuilderList()
The SSL certificates the user is authorized to administer.List<? extends AuthorizedCertificateOrBuilder>
ListAuthorizedCertificatesResponseOrBuilder. getCertificatesOrBuilderList()
The SSL certificates the user is authorized to administer.
-