Class SslCertificatesStub (1.51.0)

public abstract class SslCertificatesStub implements BackgroundResource

Base stub class for the SslCertificates service API.

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

Inheritance

java.lang.Object > SslCertificatesStub

Implements

BackgroundResource

Constructors

SslCertificatesStub()

public SslCertificatesStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList> aggregatedListCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList>

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListSslCertificatesRequest,SslCertificatesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns
TypeDescription
UnaryCallable<AggregatedListSslCertificatesRequest,AggregatedListPagedResponse>

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteSslCertificateRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteSslCertificateRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteSslCertificateRequest,Operation,Operation> deleteOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteSslCertificateRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetSslCertificateRequest,SslCertificate> getCallable()
Returns
TypeDescription
UnaryCallable<GetSslCertificateRequest,SslCertificate>

insertCallable()

public UnaryCallable<InsertSslCertificateRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertSslCertificateRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertSslCertificateRequest,Operation,Operation> insertOperationCallable()
Returns
TypeDescription
OperationCallable<InsertSslCertificateRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListSslCertificatesRequest,SslCertificateList> listCallable()
Returns
TypeDescription
UnaryCallable<ListSslCertificatesRequest,SslCertificateList>

listPagedCallable()

public UnaryCallable<ListSslCertificatesRequest,SslCertificatesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSslCertificatesRequest,ListPagedResponse>