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)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonAuthorizedCertificatesStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(AuthorizedCertificatesStubSettings settings)
public static final HttpJsonAuthorizedCertificatesStub create(AuthorizedCertificatesStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
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.
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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createAuthorizedCertificateCallable()
public UnaryCallable<CreateAuthorizedCertificateRequest,AuthorizedCertificate> createAuthorizedCertificateCallable()
Overrides
deleteAuthorizedCertificateCallable()
public UnaryCallable<DeleteAuthorizedCertificateRequest,Empty> deleteAuthorizedCertificateCallable()
Overrides
getAuthorizedCertificateCallable()
public UnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate> getAuthorizedCertificateCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listAuthorizedCertificatesCallable()
public UnaryCallable<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse> listAuthorizedCertificatesCallable()
Overrides
listAuthorizedCertificatesPagedCallable()
public UnaryCallable<ListAuthorizedCertificatesRequest,AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse> listAuthorizedCertificatesPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateAuthorizedCertificateCallable()
public UnaryCallable<UpdateAuthorizedCertificateRequest,AuthorizedCertificate> updateAuthorizedCertificateCallable()
Overrides