@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 and Type | Field and Description |
---|---|
static com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListSslCertificatesHttpRequest,SslCertificateAggregatedList> |
aggregatedListSslCertificatesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteSslCertificateHttpRequest,Operation> |
deleteSslCertificateMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetSslCertificateHttpRequest,SslCertificate> |
getSslCertificateMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<InsertSslCertificateHttpRequest,Operation> |
insertSslCertificateMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListSslCertificatesHttpRequest,SslCertificateList> |
listSslCertificatesMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonSslCertificateStub(SslCertificateStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSslCertificateStub, using the given settings.
|
protected |
HttpJsonSslCertificateStub(SslCertificateStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSslCertificateStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListSslCertificatesHttpRequest,SslCertificateAggregatedList> aggregatedListSslCertificatesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<DeleteSslCertificateHttpRequest,Operation> deleteSslCertificateMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetSslCertificateHttpRequest,SslCertificate> getSslCertificateMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<InsertSslCertificateHttpRequest,Operation> insertSslCertificateMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListSslCertificatesHttpRequest,SslCertificateList> listSslCertificatesMethodDescriptor
protected HttpJsonSslCertificateStub(SslCertificateStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected HttpJsonSslCertificateStub(SslCertificateStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonSslCertificateStub create(SslCertificateStubSettings settings) throws IOException
IOException
public static final HttpJsonSslCertificateStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final HttpJsonSslCertificateStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListSslCertificatesHttpRequest,SslCertificateClient.AggregatedListSslCertificatesPagedResponse> aggregatedListSslCertificatesPagedCallable()
aggregatedListSslCertificatesPagedCallable
in class SslCertificateStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListSslCertificatesHttpRequest,SslCertificateAggregatedList> aggregatedListSslCertificatesCallable()
aggregatedListSslCertificatesCallable
in class SslCertificateStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<DeleteSslCertificateHttpRequest,Operation> deleteSslCertificateCallable()
deleteSslCertificateCallable
in class SslCertificateStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetSslCertificateHttpRequest,SslCertificate> getSslCertificateCallable()
getSslCertificateCallable
in class SslCertificateStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<InsertSslCertificateHttpRequest,Operation> insertSslCertificateCallable()
insertSslCertificateCallable
in class SslCertificateStub
@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListSslCertificatesHttpRequest,SslCertificateClient.ListSslCertificatesPagedResponse> listSslCertificatesPagedCallable()
listSslCertificatesPagedCallable
in class SslCertificateStub
@BetaApi public com.google.api.gax.rpc.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.