You've already forked dart-core-sdk
49 lines
2.0 KiB
Dart
49 lines
2.0 KiB
Dart
// 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, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use cliGetObjectIdRequestDescriptor instead')
|
|
const CliGetObjectIdRequest$json = {
|
|
'1': 'CliGetObjectIdRequest',
|
|
'2': [
|
|
{'1': 'project', '3': 1, '4': 1, '5': 9, '10': 'project'},
|
|
{'1': 'object', '3': 2, '4': 1, '5': 9, '10': 'object'},
|
|
{'1': 'ids', '3': 3, '4': 3, '5': 9, '10': 'ids'},
|
|
{'1': 'pageState', '3': 4, '4': 1, '5': 9, '10': 'pageState'},
|
|
{'1': 'limit', '3': 5, '4': 1, '5': 9, '10': 'limit'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CliGetObjectIdRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List cliGetObjectIdRequestDescriptor = $convert.base64Decode(
|
|
'ChVDbGlHZXRPYmplY3RJZFJlcXVlc3QSGAoHcHJvamVjdBgBIAEoCVIHcHJvamVjdBIWCgZvYm'
|
|
'plY3QYAiABKAlSBm9iamVjdBIQCgNpZHMYAyADKAlSA2lkcxIcCglwYWdlU3RhdGUYBCABKAlS'
|
|
'CXBhZ2VTdGF0ZRIUCgVsaW1pdBgFIAEoCVIFbGltaXQ=');
|
|
|
|
@$core.Deprecated('Use cliRepeatedObjectsGottenResponseDescriptor instead')
|
|
const CliRepeatedObjectsGottenResponse$json = {
|
|
'1': 'CliRepeatedObjectsGottenResponse',
|
|
'2': [
|
|
{'1': 'objectDBs', '3': 1, '4': 3, '5': 11, '6': '.api.ObjectDB', '10': 'objectDBs'},
|
|
{'1': 'pageState', '3': 2, '4': 1, '5': 9, '10': 'pageState'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CliRepeatedObjectsGottenResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List cliRepeatedObjectsGottenResponseDescriptor = $convert.base64Decode(
|
|
'CiBDbGlSZXBlYXRlZE9iamVjdHNHb3R0ZW5SZXNwb25zZRIrCglvYmplY3REQnMYASADKAsyDS'
|
|
'5hcGkuT2JqZWN0REJSCW9iamVjdERCcxIcCglwYWdlU3RhdGUYAiABKAlSCXBhZ2VTdGF0ZQ==');
|
|
|