QueryServiceBase class abstract
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryBackfills(
ServiceCall call, QueryBackfillsRequest request) → Stream< QueryBackfillsResponse> -
queryBackfills_Pre(
ServiceCall call, Future< QueryBackfillsRequest> request) → Stream<QueryBackfillsResponse> -
queryTicketIds(
ServiceCall call, QueryTicketIdsRequest request) → Stream< QueryTicketIdsResponse> -
queryTicketIds_Pre(
ServiceCall call, Future< QueryTicketIdsRequest> request) → Stream<QueryTicketIdsResponse> -
queryTickets(
ServiceCall call, QueryTicketsRequest request) → Stream< QueryTicketsResponse> -
queryTickets_Pre(
ServiceCall call, Future< QueryTicketsRequest> request) → Stream<QueryTicketsResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited