ProjectServiceBase class abstract

Constructors

ProjectServiceBase()

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
create(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
create_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
delete(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
delete_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
generateAccessToken(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
generateAccessToken_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
get(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
get_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
getByOwner(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
getByOwner_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
heartbeat(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
heartbeat_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rollPrivateKey(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
rollPrivateKey_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
toString() String
A string representation of this object.
inherited
updateInfo(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
updateInfo_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>
validateAccessToken(ServiceCall call, ProjectRequest request) Future<ProjectResponse>
validateAccessToken_Pre(ServiceCall call, Future<ProjectRequest> request) Future<ProjectResponse>

Operators

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