FlowsServiceBase class abstract

Constructors

FlowsServiceBase()

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
createFlow(ServiceCall call, CreateFlowRequest request) Future<Flow>
createFlow_Pre(ServiceCall call, Future<CreateFlowRequest> request) Future<Flow>
deleteFlow(ServiceCall call, DeleteFlowRequest request) Future<Empty>
deleteFlow_Pre(ServiceCall call, Future<DeleteFlowRequest> request) Future<Empty>
getFlow(ServiceCall call, GetFlowRequest request) Future<Flow>
getFlow_Pre(ServiceCall call, Future<GetFlowRequest> request) Future<Flow>
getFlowValidationResult(ServiceCall call, GetFlowValidationResultRequest request) Future<FlowValidationResult>
getFlowValidationResult_Pre(ServiceCall call, Future<GetFlowValidationResultRequest> request) Future<FlowValidationResult>
listFlows(ServiceCall call, ListFlowsRequest request) Future<ListFlowsResponse>
listFlows_Pre(ServiceCall call, Future<ListFlowsRequest> request) Future<ListFlowsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trainFlow(ServiceCall call, TrainFlowRequest request) Future<Operation>
trainFlow_Pre(ServiceCall call, Future<TrainFlowRequest> request) Future<Operation>
updateFlow(ServiceCall call, UpdateFlowRequest request) Future<Flow>
updateFlow_Pre(ServiceCall call, Future<UpdateFlowRequest> request) Future<Flow>
validateFlow(ServiceCall call, ValidateFlowRequest request) Future<FlowValidationResult>
validateFlow_Pre(ServiceCall call, Future<ValidateFlowRequest> request) Future<FlowValidationResult>

Operators

operator ==(Object other) bool
The equality operator.
inherited