You've already forked dart-core-sdk
34 lines
976 B
Dart
34 lines
976 B
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(super.channel, {super.options, super.interceptors});
|
|
}
|
|
|
|
@$pb.GrpcServiceName('api.QueryObjectServices')
|
|
abstract class QueryObjectServicesServiceBase extends $grpc.Service {
|
|
$core.String get $name => 'api.QueryObjectServices';
|
|
|
|
QueryObjectServicesServiceBase() {
|
|
}
|
|
|
|
}
|