Class ApiKeysStub (0.6.0)

public abstract class ApiKeysStub implements BackgroundResource

Base stub class for the ApiKeys service API.

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

Inheritance

java.lang.Object > ApiKeysStub

Implements

BackgroundResource

Constructors

ApiKeysStub()

public ApiKeysStub()

Methods

close()

public abstract void close()

createKeyCallable()

public UnaryCallable<CreateKeyRequest,Operation> createKeyCallable()
Returns

createKeyOperationCallable()

public OperationCallable<CreateKeyRequest,Key,Empty> createKeyOperationCallable()
Returns

deleteKeyCallable()

public UnaryCallable<DeleteKeyRequest,Operation> deleteKeyCallable()
Returns

deleteKeyOperationCallable()

public OperationCallable<DeleteKeyRequest,Key,Empty> deleteKeyOperationCallable()
Returns

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getKeyCallable()

public UnaryCallable<GetKeyRequest,Key> getKeyCallable()
Returns

getKeyStringCallable()

public UnaryCallable<GetKeyStringRequest,GetKeyStringResponse> getKeyStringCallable()
Returns

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listKeysCallable()

public UnaryCallable<ListKeysRequest,ListKeysResponse> listKeysCallable()
Returns

listKeysPagedCallable()

public UnaryCallable<ListKeysRequest,ApiKeysClient.ListKeysPagedResponse> listKeysPagedCallable()
Returns

lookupKeyCallable()

public UnaryCallable<LookupKeyRequest,LookupKeyResponse> lookupKeyCallable()
Returns

undeleteKeyCallable()

public UnaryCallable<UndeleteKeyRequest,Operation> undeleteKeyCallable()
Returns

undeleteKeyOperationCallable()

public OperationCallable<UndeleteKeyRequest,Key,Empty> undeleteKeyOperationCallable()
Returns

updateKeyCallable()

public UnaryCallable<UpdateKeyRequest,Operation> updateKeyCallable()
Returns

updateKeyOperationCallable()

public OperationCallable<UpdateKeyRequest,Key,Empty> updateKeyOperationCallable()
Returns