Files
dart-core-sdk/lib/object_db_query.pbgrpc.dart
2025-03-31 12:58:50 +00:00

38 lines
1.1 KiB
Dart

//
// Generated code. Do not modify.
// source: object_db_query.proto
//
// @dart = 3.3
// 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() {
}
}