- Annotations
-
- @GrpcServiceName('zitadel.execution.v3alpha.ExecutionService')
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
-
createTarget(ServiceCall call, CreateTargetRequest request)
→ Future<CreateTargetResponse>
-
-
createTarget_Pre(ServiceCall call, Future<CreateTargetRequest> request)
→ Future<CreateTargetResponse>
-
-
deleteExecution(ServiceCall call, DeleteExecutionRequest request)
→ Future<DeleteExecutionResponse>
-
-
deleteExecution_Pre(ServiceCall call, Future<DeleteExecutionRequest> request)
→ Future<DeleteExecutionResponse>
-
-
deleteTarget(ServiceCall call, DeleteTargetRequest request)
→ Future<DeleteTargetResponse>
-
-
deleteTarget_Pre(ServiceCall call, Future<DeleteTargetRequest> request)
→ Future<DeleteTargetResponse>
-
-
getTargetByID(ServiceCall call, GetTargetByIDRequest request)
→ Future<GetTargetByIDResponse>
-
-
getTargetByID_Pre(ServiceCall call, Future<GetTargetByIDRequest> request)
→ Future<GetTargetByIDResponse>
-
-
listExecutionFunctions(ServiceCall call, ListExecutionFunctionsRequest request)
→ Future<ListExecutionFunctionsResponse>
-
-
listExecutionFunctions_Pre(ServiceCall call, Future<ListExecutionFunctionsRequest> request)
→ Future<ListExecutionFunctionsResponse>
-
-
listExecutionMethods(ServiceCall call, ListExecutionMethodsRequest request)
→ Future<ListExecutionMethodsResponse>
-
-
listExecutionMethods_Pre(ServiceCall call, Future<ListExecutionMethodsRequest> request)
→ Future<ListExecutionMethodsResponse>
-
-
listExecutions(ServiceCall call, ListExecutionsRequest request)
→ Future<ListExecutionsResponse>
-
-
listExecutions_Pre(ServiceCall call, Future<ListExecutionsRequest> request)
→ Future<ListExecutionsResponse>
-
-
listExecutionServices(ServiceCall call, ListExecutionServicesRequest request)
→ Future<ListExecutionServicesResponse>
-
-
listExecutionServices_Pre(ServiceCall call, Future<ListExecutionServicesRequest> request)
→ Future<ListExecutionServicesResponse>
-
-
listTargets(ServiceCall call, ListTargetsRequest request)
→ Future<ListTargetsResponse>
-
-
listTargets_Pre(ServiceCall call, Future<ListTargetsRequest> request)
→ Future<ListTargetsResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setExecution(ServiceCall call, SetExecutionRequest request)
→ Future<SetExecutionResponse>
-
-
setExecution_Pre(ServiceCall call, Future<SetExecutionRequest> request)
→ Future<SetExecutionResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateTarget(ServiceCall call, UpdateTargetRequest request)
→ Future<UpdateTargetResponse>
-
-
updateTarget_Pre(ServiceCall call, Future<UpdateTargetRequest> request)
→ Future<UpdateTargetResponse>
-