@Generated(value="by gapic-generator-java") public class GrpcCmekConfigServiceStub extends CmekConfigServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcCmekConfigServiceStub(CmekConfigServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCmekConfigServiceStub, using the given settings.
|
protected |
GrpcCmekConfigServiceStub(CmekConfigServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCmekConfigServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcCmekConfigServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcCmekConfigServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcCmekConfigServiceStub |
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.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
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() |
getHttpJsonOperationsStubprotected GrpcCmekConfigServiceStub(CmekConfigServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcCmekConfigServiceStub(CmekConfigServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcCmekConfigServiceStub create(CmekConfigServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcCmekConfigServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcCmekConfigServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub 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.