Class ApiKeysStub (0.20.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
TypeDescription
UnaryCallable<CreateKeyRequest,Operation>

createKeyOperationCallable()

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

deleteKeyCallable()

public UnaryCallable<DeleteKeyRequest,Operation> deleteKeyCallable()
Returns
TypeDescription
UnaryCallable<DeleteKeyRequest,Operation>

deleteKeyOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getKeyCallable()

public UnaryCallable<GetKeyRequest,Key> getKeyCallable()
Returns
TypeDescription
UnaryCallable<GetKeyRequest,Key>

getKeyStringCallable()

public UnaryCallable<GetKeyStringRequest,GetKeyStringResponse> getKeyStringCallable()
Returns
TypeDescription
UnaryCallable<GetKeyStringRequest,GetKeyStringResponse>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listKeysCallable()

public UnaryCallable<ListKeysRequest,ListKeysResponse> listKeysCallable()
Returns
TypeDescription
UnaryCallable<ListKeysRequest,ListKeysResponse>

listKeysPagedCallable()

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

lookupKeyCallable()

public UnaryCallable<LookupKeyRequest,LookupKeyResponse> lookupKeyCallable()
Returns
TypeDescription
UnaryCallable<LookupKeyRequest,LookupKeyResponse>

undeleteKeyCallable()

public UnaryCallable<UndeleteKeyRequest,Operation> undeleteKeyCallable()
Returns
TypeDescription
UnaryCallable<UndeleteKeyRequest,Operation>

undeleteKeyOperationCallable()

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

updateKeyCallable()

public UnaryCallable<UpdateKeyRequest,Operation> updateKeyCallable()
Returns
TypeDescription
UnaryCallable<UpdateKeyRequest,Operation>

updateKeyOperationCallable()

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