public class HttpJsonAuthorizedCertificatesStub extends AuthorizedCertificatesStub
REST stub implementation for the AuthorizedCertificates service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonAuthorizedCertificatesStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonAuthorizedCertificatesStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(AuthorizedCertificatesStubSettings settings)
public static final HttpJsonAuthorizedCertificatesStub create(AuthorizedCertificatesStubSettings settings)
Parameter
Returns
Exceptions
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Constructors
HttpJsonAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext)
protected HttpJsonAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonAuthorizedCertificatesStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
HttpJsonAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonAuthorizedCertificatesStub(AuthorizedCertificatesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonAuthorizedCertificatesStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
createAuthorizedCertificateCallable()
public UnaryCallable<CreateAuthorizedCertificateRequest,AuthorizedCertificate> createAuthorizedCertificateCallable()
Returns
Overrides
deleteAuthorizedCertificateCallable()
public UnaryCallable<DeleteAuthorizedCertificateRequest,Empty> deleteAuthorizedCertificateCallable()
Returns
Overrides
getAuthorizedCertificateCallable()
public UnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate> getAuthorizedCertificateCallable()
Returns
Overrides
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listAuthorizedCertificatesCallable()
public UnaryCallable<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse> listAuthorizedCertificatesCallable()
Returns
Overrides
listAuthorizedCertificatesPagedCallable()
public UnaryCallable<ListAuthorizedCertificatesRequest,AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse> listAuthorizedCertificatesPagedCallable()
Returns
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateAuthorizedCertificateCallable()
public UnaryCallable<UpdateAuthorizedCertificateRequest,AuthorizedCertificate> updateAuthorizedCertificateCallable()
Returns
Overrides