You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -23,6 +23,14 @@ export 'executionflowQuery.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.ExecutionflowQuery')
|
||||
class ExecutionflowQueryClient 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 _$getByIds = $grpc.ClientMethod<$23.ExecutionflowByIdQuery, $23.ExecutionflowByIdResult>(
|
||||
'/api.ExecutionflowQuery/GetByIds',
|
||||
($23.ExecutionflowByIdQuery value) => value.writeToBuffer(),
|
||||
|
||||
Reference in New Issue
Block a user