ServiceControllerServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('google.api.servicecontrol.v2.ServiceController')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
check(
ServiceCall call, CheckRequest request) → Future< CheckResponse> -
check_Pre(
ServiceCall $call, Future< CheckRequest> $request) → Future<CheckResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
report(
ServiceCall call, ReportRequest request) → Future< ReportResponse> -
report_Pre(
ServiceCall $call, Future< ReportRequest> $request) → Future<ReportResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited