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
-
acknowledgeBackfill(ServiceCall call, AcknowledgeBackfillRequest request)
→ Future<AcknowledgeBackfillResponse>
-
-
acknowledgeBackfill_Pre(ServiceCall call, Future<AcknowledgeBackfillRequest> request)
→ Future<AcknowledgeBackfillResponse>
-
-
createBackfill(ServiceCall call, CreateBackfillRequest request)
→ Future<Backfill>
-
-
createBackfill_Pre(ServiceCall call, Future<CreateBackfillRequest> request)
→ Future<Backfill>
-
-
createTicket(ServiceCall call, CreateTicketRequest request)
→ Future<Ticket>
-
-
createTicket_Pre(ServiceCall call, Future<CreateTicketRequest> request)
→ Future<Ticket>
-
-
deleteBackfill(ServiceCall call, DeleteBackfillRequest request)
→ Future<Empty>
-
-
deleteBackfill_Pre(ServiceCall call, Future<DeleteBackfillRequest> request)
→ Future<Empty>
-
-
deleteTicket(ServiceCall call, DeleteTicketRequest request)
→ Future<Empty>
-
-
deleteTicket_Pre(ServiceCall call, Future<DeleteTicketRequest> request)
→ Future<Empty>
-
-
getBackfill(ServiceCall call, GetBackfillRequest request)
→ Future<Backfill>
-
-
getBackfill_Pre(ServiceCall call, Future<GetBackfillRequest> request)
→ Future<Backfill>
-
-
getTicket(ServiceCall call, GetTicketRequest request)
→ Future<Ticket>
-
-
getTicket_Pre(ServiceCall call, Future<GetTicketRequest> request)
→ Future<Ticket>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateBackfill(ServiceCall call, UpdateBackfillRequest request)
→ Future<Backfill>
-
-
updateBackfill_Pre(ServiceCall call, Future<UpdateBackfillRequest> request)
→ Future<Backfill>
-
-
watchAssignments(ServiceCall call, WatchAssignmentsRequest request)
→ Stream<WatchAssignmentsResponse>
-
-
watchAssignments_Pre(ServiceCall call, Future<WatchAssignmentsRequest> request)
→ Stream<WatchAssignmentsResponse>
-