DistributionGRPCServiceBase class abstract
- Annotations
-
- @GrpcServiceName('Auth.DistributionGRPC')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
checkExistence(
ServiceCall call, DistributionProto_CheckExistenceRequest request) → Future< DistributionProto_CheckExistenceResponse> -
checkExistence_Pre(
ServiceCall $call, Future< DistributionProto_CheckExistenceRequest> $request) → Future<DistributionProto_CheckExistenceResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retrieveLogs(
ServiceCall call, DistributionProto_DistributionLog_RetrieveRequest request) → Future< DistributionProto_DistributionLog_RetrieveReply> -
retrieveLogs_Pre(
ServiceCall $call, Future< DistributionProto_DistributionLog_RetrieveRequest> $request) → Future<DistributionProto_DistributionLog_RetrieveReply> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited