@Generated(value="by gapic-generator-java") public class HttpJsonSslCertificatesStub extends SslCertificatesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonSslCertificatesStub(SslCertificatesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSslCertificatesStub, using the given settings.
|
protected |
HttpJsonSslCertificatesStub(SslCertificatesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSslCertificatesStub, using the given settings.
|
protected HttpJsonSslCertificatesStub(SslCertificatesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonSslCertificatesStub(SslCertificatesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonSslCertificatesStub create(SslCertificatesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonSslCertificatesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonSslCertificatesStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<AggregatedListSslCertificatesRequest,SslCertificateAggregatedList> aggregatedListCallable()
aggregatedListCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.UnaryCallable<AggregatedListSslCertificatesRequest,SslCertificatesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
aggregatedListPagedCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteSslCertificateRequest,Operation> deleteCallable()
deleteCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.OperationCallable<DeleteSslCertificateRequest,Operation,Operation> deleteOperationCallable()
deleteOperationCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.UnaryCallable<GetSslCertificateRequest,SslCertificate> getCallable()
getCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.UnaryCallable<InsertSslCertificateRequest,Operation> insertCallable()
insertCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.OperationCallable<InsertSslCertificateRequest,Operation,Operation> insertOperationCallable()
insertOperationCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.UnaryCallable<ListSslCertificatesRequest,SslCertificateList> listCallable()
listCallable in class SslCertificatesStubpublic com.google.api.gax.rpc.UnaryCallable<ListSslCertificatesRequest,SslCertificatesClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class SslCertificatesStubpublic final void close()
close in interface AutoCloseableclose in class SslCertificatesStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.