FunctionsServiceBase class abstract

Constructors

FunctionsServiceBase()

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
deploy(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
deploy_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
get(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
get_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
list(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
list_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(ServiceCall call, NuntioRequest request) Future<NuntioResponse>
register_Pre(ServiceCall call, Future<NuntioRequest> request) Future<NuntioResponse>
toString() String
A string representation of this object.
inherited

Operators

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