You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -19,8 +19,18 @@ import 'executionflowInput.pb.dart' as $22;
|
||||
|
||||
export 'executionflowInput.pb.dart';
|
||||
|
||||
///
|
||||
/// API-server services
|
||||
@$pb.GrpcServiceName('api.ExecutionflowInputAPI')
|
||||
class ExecutionflowInputAPIClient extends $grpc.Client {
|
||||
/// The hostname for this service.
|
||||
static const $core.String defaultHost = '';
|
||||
|
||||
/// OAuth scopes needed for the client.
|
||||
static const $core.List<$core.String> oauthScopes = [
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$created = $grpc.ClientMethod<$22.ExecutionflowCreatedRequest, $22.ExecutionflowCreatedResponse>(
|
||||
'/api.ExecutionflowInputAPI/Created',
|
||||
($22.ExecutionflowCreatedRequest value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user