You've already forked dart-core-sdk
Latest generation
This commit is contained in:
174
lib/claimQuery.pbjson.dart
Normal file
174
lib/claimQuery.pbjson.dart
Normal file
@@ -0,0 +1,174 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: claimQuery.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 claimByIdQueryDescriptor instead')
|
||||
const ClaimByIdQuery$json = {
|
||||
'1': 'ClaimByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimByIdQueryDescriptor = $convert.base64Decode(
|
||||
'Cg5DbGFpbUJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SGVhZG'
|
||||
'VyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIFkgEC'
|
||||
'CAFSA0lEczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use claimByIdResultDescriptor instead')
|
||||
const ClaimByIdResult$json = {
|
||||
'1': 'ClaimByIdResult',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
||||
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Claim', '10': 'Objects'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimByIdResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimByIdResultDescriptor = $convert.base64Decode(
|
||||
'Cg9DbGFpbUJ5SWRSZXN1bHQSKQoGSGVhZGVyGAEgASgLMhEuYXBpLlJlc3VsdEhlYWRlclIGSG'
|
||||
'VhZGVyEiQKB09iamVjdHMYAiADKAsyCi5hcGkuQ2xhaW1SB09iamVjdHM6D5JBAgoAorsYBlJl'
|
||||
'c3VsdA==');
|
||||
|
||||
@$core.Deprecated('Use claimByFilterQueryDescriptor instead')
|
||||
const ClaimByFilterQuery$json = {
|
||||
'1': 'ClaimByFilterQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'limitFilter', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'limitFilter'},
|
||||
{'1': 'queryContext', '3': 5, '4': 1, '5': 9, '10': 'queryContext'},
|
||||
{'1': 'BlockFilters', '3': 6, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimByFilterQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimByFilterQueryDescriptor = $convert.base64Decode(
|
||||
'ChJDbGFpbUJ5RmlsdGVyUXVlcnkSPAoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UHJvamVjdE'
|
||||
'hlYWRlckILkkEA+kIFigECEAFSBkhlYWRlchJGCgtsaW1pdEZpbHRlchgEIAEoCUIkkkEhMhhO'
|
||||
'dW1iZXIgb2YgbWF4aW11bSByZXN1bHRKBSI1MDAiUgtsaW1pdEZpbHRlchIiCgxxdWVyeUNvbn'
|
||||
'RleHQYBSABKAlSDHF1ZXJ5Q29udGV4dBI0CgxCbG9ja0ZpbHRlcnMYBiADKAsyEC5hcGkuQmxv'
|
||||
'Y2tGaWx0ZXJSDEJsb2NrRmlsdGVyczoOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use claimByFilterResultDescriptor instead')
|
||||
const ClaimByFilterResult$json = {
|
||||
'1': 'ClaimByFilterResult',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
||||
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Claim', '10': 'Objects'},
|
||||
{'1': 'queryContext', '3': 3, '4': 1, '5': 9, '10': 'queryContext'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimByFilterResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimByFilterResultDescriptor = $convert.base64Decode(
|
||||
'ChNDbGFpbUJ5RmlsdGVyUmVzdWx0EikKBkhlYWRlchgBIAEoCzIRLmFwaS5SZXN1bHRIZWFkZX'
|
||||
'JSBkhlYWRlchIkCgdPYmplY3RzGAIgAygLMgouYXBpLkNsYWltUgdPYmplY3RzEiIKDHF1ZXJ5'
|
||||
'Q29udGV4dBgDIAEoCVIMcXVlcnlDb250ZXh0');
|
||||
|
||||
@$core.Deprecated('Use claimByMatchQueryDescriptor instead')
|
||||
const ClaimByMatchQuery$json = {
|
||||
'1': 'ClaimByMatchQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'BlockFilters', '3': 5, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
||||
{'1': 'MatchFields', '3': 6, '4': 3, '5': 11, '6': '.api.MatchField', '8': {}, '10': 'MatchFields'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimByMatchQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimByMatchQueryDescriptor = $convert.base64Decode(
|
||||
'ChFDbGFpbUJ5TWF0Y2hRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SG'
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjQKDEJsb2NrRmlsdGVycxgFIAMoCzIQLmFwaS5CbG9j'
|
||||
'a0ZpbHRlclIMQmxvY2tGaWx0ZXJzEmkKC01hdGNoRmllbGRzGAYgAygLMg8uYXBpLk1hdGNoRm'
|
||||
'llbGRCNpJBMzIxTWF0Y2hGaWVsZCBsaXN0IHN0cnVjdHVyZSwgZm9yIEZpbmRNYXRjaGluZyBx'
|
||||
'dWVyeVILTWF0Y2hGaWVsZHM6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use claimByMatchResultDescriptor instead')
|
||||
const ClaimByMatchResult$json = {
|
||||
'1': 'ClaimByMatchResult',
|
||||
'2': [
|
||||
{'1': 'MatchResults', '3': 2, '4': 3, '5': 11, '6': '.api.MatchFieldResult', '10': 'MatchResults'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimByMatchResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimByMatchResultDescriptor = $convert.base64Decode(
|
||||
'ChJDbGFpbUJ5TWF0Y2hSZXN1bHQSOQoMTWF0Y2hSZXN1bHRzGAIgAygLMhUuYXBpLk1hdGNoRm'
|
||||
'llbGRSZXN1bHRSDE1hdGNoUmVzdWx0cw==');
|
||||
|
||||
@$core.Deprecated('Use claimGetRoomQueryDescriptor instead')
|
||||
const ClaimGetRoomQuery$json = {
|
||||
'1': 'ClaimGetRoomQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimGetRoomQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimGetRoomQueryDescriptor = $convert.base64Decode(
|
||||
'ChFDbGFpbUdldFJvb21RdWVyeRI8CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SG'
|
||||
'VhZGVyQguSQQD6QgWKAQIQAVIGSGVhZGVyEioKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQguS'
|
||||
'QQD6QgWKAQIQAVICSUQ6E5JBEAoO0gEGSGVhZGVy0gECSUQ=');
|
||||
|
||||
@$core.Deprecated('Use claimGetRoomResultDescriptor instead')
|
||||
const ClaimGetRoomResult$json = {
|
||||
'1': 'ClaimGetRoomResult',
|
||||
'2': [
|
||||
{'1': 'RoomName', '3': 1, '4': 1, '5': 9, '10': 'RoomName'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimGetRoomResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimGetRoomResultDescriptor = $convert.base64Decode(
|
||||
'ChJDbGFpbUdldFJvb21SZXN1bHQSGgoIUm9vbU5hbWUYASABKAlSCFJvb21OYW1l');
|
||||
|
||||
@$core.Deprecated('Use claimGetAvailableContactsQueryDescriptor instead')
|
||||
const ClaimGetAvailableContactsQuery$json = {
|
||||
'1': 'ClaimGetAvailableContactsQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
|
||||
{'1': 'PartnerIDs', '3': 3, '4': 3, '5': 9, '10': 'PartnerIDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimGetAvailableContactsQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimGetAvailableContactsQueryDescriptor = $convert.base64Decode(
|
||||
'Ch5DbGFpbUdldEF2YWlsYWJsZUNvbnRhY3RzUXVlcnkSPgoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
||||
'JlcXVlc3RQcm9qZWN0SGVhZGVyQguSQQD6QgWKAQIQAVIGSGVhZGVyEioKAklEGAIgASgLMg0u'
|
||||
'YXBpLkVudGl0eUlEQguSQQD6QgWKAQIQAVICSUQSHgoKUGFydG5lcklEcxgDIAMoCVIKUGFydG'
|
||||
'5lcklEczoTkkEQCg7SAQZIZWFkZXLSAQJJRA==');
|
||||
|
||||
@$core.Deprecated('Use claimGetAvailableContactsResultDescriptor instead')
|
||||
const ClaimGetAvailableContactsResult$json = {
|
||||
'1': 'ClaimGetAvailableContactsResult',
|
||||
'2': [
|
||||
{'1': 'Contacts', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Contacts'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ClaimGetAvailableContactsResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List claimGetAvailableContactsResultDescriptor = $convert.base64Decode(
|
||||
'Ch9DbGFpbUdldEF2YWlsYWJsZUNvbnRhY3RzUmVzdWx0EiUKCENvbnRhY3RzGAEgAygLMgkuYX'
|
||||
'BpLlVzZXJSCENvbnRhY3Rz');
|
||||
|
||||
Reference in New Issue
Block a user