Class AuthorizedCertificatesStub (2.9.0)

publicabstractclass AuthorizedCertificatesStubimplementsBackgroundResource

Base stub class for the AuthorizedCertificates service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AuthorizedCertificatesStub

Implements

BackgroundResource

Constructors

AuthorizedCertificatesStub()

publicAuthorizedCertificatesStub()

Methods

close()

publicabstractvoidclose()

createAuthorizedCertificateCallable()

publicUnaryCallable<CreateAuthorizedCertificateRequest,AuthorizedCertificate>createAuthorizedCertificateCallable()
Returns
Type Description

deleteAuthorizedCertificateCallable()

publicUnaryCallable<DeleteAuthorizedCertificateRequest,Empty>deleteAuthorizedCertificateCallable()
Returns
Type Description

getAuthorizedCertificateCallable()

publicUnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate>getAuthorizedCertificateCallable()
Returns
Type Description

listAuthorizedCertificatesCallable()

publicUnaryCallable<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse>listAuthorizedCertificatesCallable()
Returns
Type Description

listAuthorizedCertificatesPagedCallable()

publicUnaryCallable<ListAuthorizedCertificatesRequest,AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse>listAuthorizedCertificatesPagedCallable()
Returns
Type Description

updateAuthorizedCertificateCallable()

publicUnaryCallable<UpdateAuthorizedCertificateRequest,AuthorizedCertificate>updateAuthorizedCertificateCallable()
Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.