// This is a generated file - do not edit. // // Generated from object_db_query.proto. // @dart = 3.3 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names // ignore_for_file: curly_braces_in_flow_control_structures // ignore_for_file: deprecated_member_use_from_same_package, library_prefixes // ignore_for_file: non_constant_identifier_names 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'; /// CLI Service @$pb.GrpcServiceName('api.QueryObjectServices') class QueryObjectServicesClient 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 = [ '', ]; QueryObjectServicesClient(super.channel, {super.options, super.interceptors}); } @$pb.GrpcServiceName('api.QueryObjectServices') abstract class QueryObjectServicesServiceBase extends $grpc.Service { $core.String get $name => 'api.QueryObjectServices'; QueryObjectServicesServiceBase() { } }