Latest generation

This commit is contained in:
ci core model
2025-03-17 13:04:48 +00:00
parent 91448f9767
commit 14bdd43dfa
448 changed files with 177581 additions and 92 deletions

View File

@@ -0,0 +1,37 @@
//
// Generated code. Do not modify.
// source: object_db_query.proto
//
// @dart = 2.12
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
import 'dart:async' as $async;
import 'dart:core' as $core;
import 'package:grpc/service_api.dart' as $grpc;
import 'package:protobuf/protobuf.dart' as $pb;
export 'object_db_query.pb.dart';
@$pb.GrpcServiceName('api.QueryObjectServices')
class QueryObjectServicesClient extends $grpc.Client {
QueryObjectServicesClient($grpc.ClientChannel channel,
{$grpc.CallOptions? options,
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
: super(channel, options: options,
interceptors: interceptors);
}
@$pb.GrpcServiceName('api.QueryObjectServices')
abstract class QueryObjectServicesServiceBase extends $grpc.Service {
$core.String get $name => 'api.QueryObjectServices';
QueryObjectServicesServiceBase() {
}
}