@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonSslCertificateStub extends SslCertificateStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonSslCertificateStub(SslCertificateStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonSslCertificateStub, using the given settings.
|
protected |
HttpJsonSslCertificateStub(SslCertificateStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSslCertificateStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<DeleteSslCertificateHttpRequest,Operation> deleteSslCertificateMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetSslCertificateHttpRequest,SslCertificate> getSslCertificateMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertSslCertificateHttpRequest,Operation> insertSslCertificateMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListSslCertificatesHttpRequest,SslCertificateList> listSslCertificatesMethodDescriptor
protected HttpJsonSslCertificateStub(SslCertificateStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonSslCertificateStub(SslCertificateStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonSslCertificateStub create(SslCertificateStubSettings settings) throws IOException
IOException
public static final HttpJsonSslCertificateStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonSslCertificateStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<DeleteSslCertificateHttpRequest,Operation> deleteSslCertificateCallable()
deleteSslCertificateCallable
in class SslCertificateStub
@BetaApi public UnaryCallable<GetSslCertificateHttpRequest,SslCertificate> getSslCertificateCallable()
getSslCertificateCallable
in class SslCertificateStub
@BetaApi public UnaryCallable<InsertSslCertificateHttpRequest,Operation> insertSslCertificateCallable()
insertSslCertificateCallable
in class SslCertificateStub
@BetaApi public UnaryCallable<ListSslCertificatesHttpRequest,SslCertificateClient.ListSslCertificatesPagedResponse> listSslCertificatesPagedCallable()
listSslCertificatesPagedCallable
in class SslCertificateStub
@BetaApi public UnaryCallable<ListSslCertificatesHttpRequest,SslCertificateList> listSslCertificatesCallable()
listSslCertificatesCallable
in class SslCertificateStub
public final void close()
close
in interface AutoCloseable
close
in class SslCertificateStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.