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 classAuthorizedCertificateAn SSL certificate that a user has been authorized to administer.static classAuthorizedCertificate.BuilderAn SSL certificate that a user has been authorized to administer.Methods in com.google.appengine.v1 that return AuthorizedCertificateOrBuilder Modifier and Type Method Description AuthorizedCertificateOrBuilderCreateAuthorizedCertificateRequest.Builder. getCertificateOrBuilder()SSL certificate data.AuthorizedCertificateOrBuilderCreateAuthorizedCertificateRequest. getCertificateOrBuilder()SSL certificate data.AuthorizedCertificateOrBuilderCreateAuthorizedCertificateRequestOrBuilder. getCertificateOrBuilder()SSL certificate data.AuthorizedCertificateOrBuilderUpdateAuthorizedCertificateRequest.Builder. getCertificateOrBuilder()An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificateOrBuilderUpdateAuthorizedCertificateRequest. getCertificateOrBuilder()An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificateOrBuilderUpdateAuthorizedCertificateRequestOrBuilder. getCertificateOrBuilder()An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificateOrBuilderListAuthorizedCertificatesResponse.Builder. getCertificatesOrBuilder(int index)The SSL certificates the user is authorized to administer.AuthorizedCertificateOrBuilderListAuthorizedCertificatesResponse. getCertificatesOrBuilder(int index)The SSL certificates the user is authorized to administer.AuthorizedCertificateOrBuilderListAuthorizedCertificatesResponseOrBuilder. 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.
-