You've already forked dart-core-sdk
Latest generation
This commit is contained in:
47
lib/object_db_query.pbjson.dart
Normal file
47
lib/object_db_query.pbjson.dart
Normal file
@@ -0,0 +1,47 @@
|
||||
//
|
||||
// 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: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==');
|
||||
|
||||
Reference in New Issue
Block a user