Class ApiKeysStub (0.39.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
Type Description
UnaryCallable<CreateKeyRequest,Operation>

createKeyOperationCallable()

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

deleteKeyCallable()

public UnaryCallable<DeleteKeyRequest,Operation> deleteKeyCallable()
Returns
Type Description
UnaryCallable<DeleteKeyRequest,Operation>

deleteKeyOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getKeyCallable()

public UnaryCallable<GetKeyRequest,Key> getKeyCallable()
Returns
Type Description
UnaryCallable<GetKeyRequest,Key>

getKeyStringCallable()

public UnaryCallable<GetKeyStringRequest,GetKeyStringResponse> getKeyStringCallable()
Returns
Type Description
UnaryCallable<GetKeyStringRequest,GetKeyStringResponse>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listKeysCallable()

public UnaryCallable<ListKeysRequest,ListKeysResponse> listKeysCallable()
Returns
Type Description
UnaryCallable<ListKeysRequest,ListKeysResponse>

listKeysPagedCallable()

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

lookupKeyCallable()

public UnaryCallable<LookupKeyRequest,LookupKeyResponse> lookupKeyCallable()
Returns
Type Description
UnaryCallable<LookupKeyRequest,LookupKeyResponse>

undeleteKeyCallable()

public UnaryCallable<UndeleteKeyRequest,Operation> undeleteKeyCallable()
Returns
Type Description
UnaryCallable<UndeleteKeyRequest,Operation>

undeleteKeyOperationCallable()

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

updateKeyCallable()

public UnaryCallable<UpdateKeyRequest,Operation> updateKeyCallable()
Returns
Type Description
UnaryCallable<UpdateKeyRequest,Operation>

updateKeyOperationCallable()

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