@Generated(value="by gapic-generator-java") public class HttpJsonCmekConfigServiceStub extends CmekConfigServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonCmekConfigServiceStub(CmekConfigServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCmekConfigServiceStub, using the given settings.
|
protected |
HttpJsonCmekConfigServiceStub(CmekConfigServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCmekConfigServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonCmekConfigServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonCmekConfigServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonCmekConfigServiceStub |
create(CmekConfigServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<DeleteCmekConfigRequest,com.google.longrunning.Operation> |
deleteCmekConfigCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteCmekConfigRequest,com.google.protobuf.Empty,DeleteCmekConfigMetadata> |
deleteCmekConfigOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetCmekConfigRequest,CmekConfig> |
getCmekConfigCallable() |
com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListCmekConfigsRequest,ListCmekConfigsResponse> |
listCmekConfigsCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateCmekConfigRequest,com.google.longrunning.Operation> |
updateCmekConfigCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateCmekConfigRequest,CmekConfig,UpdateCmekConfigMetadata> |
updateCmekConfigOperationCallable() |
getOperationsStubprotected HttpJsonCmekConfigServiceStub(CmekConfigServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonCmekConfigServiceStub(CmekConfigServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonCmekConfigServiceStub create(CmekConfigServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonCmekConfigServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonCmekConfigServiceStub 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.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub in class CmekConfigServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateCmekConfigRequest,com.google.longrunning.Operation> updateCmekConfigCallable()
updateCmekConfigCallable in class CmekConfigServiceStubpublic com.google.api.gax.rpc.OperationCallable<UpdateCmekConfigRequest,CmekConfig,UpdateCmekConfigMetadata> updateCmekConfigOperationCallable()
updateCmekConfigOperationCallable in class CmekConfigServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetCmekConfigRequest,CmekConfig> getCmekConfigCallable()
getCmekConfigCallable in class CmekConfigServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListCmekConfigsRequest,ListCmekConfigsResponse> listCmekConfigsCallable()
listCmekConfigsCallable in class CmekConfigServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteCmekConfigRequest,com.google.longrunning.Operation> deleteCmekConfigCallable()
deleteCmekConfigCallable in class CmekConfigServiceStubpublic com.google.api.gax.rpc.OperationCallable<DeleteCmekConfigRequest,com.google.protobuf.Empty,DeleteCmekConfigMetadata> deleteCmekConfigOperationCallable()
deleteCmekConfigOperationCallable in class CmekConfigServiceStubpublic final void close()
close in interface AutoCloseableclose in class CmekConfigServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2026 Google LLC. All rights reserved.