Class CmekConfigServiceStub (0.91.0)

public abstract class CmekConfigServiceStub implements BackgroundResource

Base stub class for the CmekConfigService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > CmekConfigServiceStub

Implements

BackgroundResource

Constructors

CmekConfigServiceStub()

public CmekConfigServiceStub()

Methods

close()

public abstract void close()

deleteCmekConfigCallable()

public UnaryCallable<DeleteCmekConfigRequest,Operation> deleteCmekConfigCallable()
Returns
Type Description
UnaryCallable<DeleteCmekConfigRequest,Operation>

deleteCmekConfigOperationCallable()

public OperationCallable<DeleteCmekConfigRequest,Empty,DeleteCmekConfigMetadata> deleteCmekConfigOperationCallable()
Returns
Type Description
OperationCallable<DeleteCmekConfigRequest,Empty,DeleteCmekConfigMetadata>

getCmekConfigCallable()

public UnaryCallable<GetCmekConfigRequest,CmekConfig> getCmekConfigCallable()
Returns
Type Description
UnaryCallable<GetCmekConfigRequest,CmekConfig>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

listCmekConfigsCallable()

public UnaryCallable<ListCmekConfigsRequest,ListCmekConfigsResponse> listCmekConfigsCallable()
Returns
Type Description
UnaryCallable<ListCmekConfigsRequest,ListCmekConfigsResponse>

updateCmekConfigCallable()

public UnaryCallable<UpdateCmekConfigRequest,Operation> updateCmekConfigCallable()
Returns
Type Description
UnaryCallable<UpdateCmekConfigRequest,Operation>

updateCmekConfigOperationCallable()

public OperationCallable<UpdateCmekConfigRequest,CmekConfig,UpdateCmekConfigMetadata> updateCmekConfigOperationCallable()
Returns
Type Description
OperationCallable<UpdateCmekConfigRequest,CmekConfig,UpdateCmekConfigMetadata>