ApiKeysServiceBase class abstract

Annotations
  • @GrpcServiceName.new('google.api.apikeys.v2.ApiKeys')

Constructors

ApiKeysServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createKey(ServiceCall call, CreateKeyRequest request) Future<Operation>
createKey_Pre(ServiceCall $call, Future<CreateKeyRequest> $request) Future<Operation>
deleteKey(ServiceCall call, DeleteKeyRequest request) Future<Operation>
deleteKey_Pre(ServiceCall $call, Future<DeleteKeyRequest> $request) Future<Operation>
getKey(ServiceCall call, GetKeyRequest request) Future<Key>
getKey_Pre(ServiceCall $call, Future<GetKeyRequest> $request) Future<Key>
getKeyString(ServiceCall call, GetKeyStringRequest request) Future<GetKeyStringResponse>
getKeyString_Pre(ServiceCall $call, Future<GetKeyStringRequest> $request) Future<GetKeyStringResponse>
listKeys(ServiceCall call, ListKeysRequest request) Future<ListKeysResponse>
listKeys_Pre(ServiceCall $call, Future<ListKeysRequest> $request) Future<ListKeysResponse>
lookupKey(ServiceCall call, LookupKeyRequest request) Future<LookupKeyResponse>
lookupKey_Pre(ServiceCall $call, Future<LookupKeyRequest> $request) Future<LookupKeyResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
undeleteKey(ServiceCall call, UndeleteKeyRequest request) Future<Operation>
undeleteKey_Pre(ServiceCall $call, Future<UndeleteKeyRequest> $request) Future<Operation>
updateKey(ServiceCall call, UpdateKeyRequest request) Future<Operation>
updateKey_Pre(ServiceCall $call, Future<UpdateKeyRequest> $request) Future<Operation>

Operators

operator ==(Object other) bool
The equality operator.
inherited