ScsControlServiceBase class abstract

Annotations
  • @GrpcServiceName('control_client.ScsControl')

Constructors

ScsControlServiceBase()

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
createCache(ServiceCall call, CreateCacheRequest_ request) Future<CreateCacheResponse_>
createCache_Pre(ServiceCall call, Future<CreateCacheRequest_> request) Future<CreateCacheResponse_>
createIndex(ServiceCall call, CreateIndexRequest_ request) Future<CreateIndexResponse_>
createIndex_Pre(ServiceCall call, Future<CreateIndexRequest_> request) Future<CreateIndexResponse_>
createSigningKey(ServiceCall call, CreateSigningKeyRequest_ request) Future<CreateSigningKeyResponse_>
createSigningKey_Pre(ServiceCall call, Future<CreateSigningKeyRequest_> request) Future<CreateSigningKeyResponse_>
deleteCache(ServiceCall call, DeleteCacheRequest_ request) Future<DeleteCacheResponse_>
deleteCache_Pre(ServiceCall call, Future<DeleteCacheRequest_> request) Future<DeleteCacheResponse_>
deleteIndex(ServiceCall call, DeleteIndexRequest_ request) Future<DeleteIndexResponse_>
deleteIndex_Pre(ServiceCall call, Future<DeleteIndexRequest_> request) Future<DeleteIndexResponse_>
flushCache(ServiceCall call, FlushCacheRequest_ request) Future<FlushCacheResponse_>
flushCache_Pre(ServiceCall call, Future<FlushCacheRequest_> request) Future<FlushCacheResponse_>
listCaches(ServiceCall call, ListCachesRequest_ request) Future<ListCachesResponse_>
listCaches_Pre(ServiceCall call, Future<ListCachesRequest_> request) Future<ListCachesResponse_>
listIndexes(ServiceCall call, ListIndexesRequest_ request) Future<ListIndexesResponse_>
listIndexes_Pre(ServiceCall call, Future<ListIndexesRequest_> request) Future<ListIndexesResponse_>
listSigningKeys(ServiceCall call, ListSigningKeysRequest_ request) Future<ListSigningKeysResponse_>
listSigningKeys_Pre(ServiceCall call, Future<ListSigningKeysRequest_> request) Future<ListSigningKeysResponse_>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeSigningKey(ServiceCall call, RevokeSigningKeyRequest_ request) Future<RevokeSigningKeyResponse_>
revokeSigningKey_Pre(ServiceCall call, Future<RevokeSigningKeyRequest_> request) Future<RevokeSigningKeyResponse_>
toString() String
A string representation of this object.
inherited

Operators

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