ZITADELDebugEventsServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('zitadel.resources.debug_events.v3alpha.ZITADELDebugEvents')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
createDebugEvents(
ServiceCall call, CreateDebugEventsRequest request) → Future< CreateDebugEventsResponse> -
createDebugEvents_Pre(
ServiceCall $call, Future< CreateDebugEventsRequest> $request) → Future<CreateDebugEventsResponse> -
getDebugEventsStateById(
ServiceCall call, GetDebugEventsStateByIdRequest request) → Future< GetDebugEventsStateByIdResponse> -
getDebugEventsStateById_Pre(
ServiceCall $call, Future< GetDebugEventsStateByIdRequest> $request) → Future<GetDebugEventsStateByIdResponse> -
listDebugEventsStates(
ServiceCall call, ListDebugEventsStatesRequest request) → Future< ListDebugEventsStatesResponse> -
listDebugEventsStates_Pre(
ServiceCall $call, Future< ListDebugEventsStatesRequest> $request) → Future<ListDebugEventsStatesResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited