StructuredQuery$json top-level constant
Implementation
@$core.Deprecated('Use structuredQueryDescriptor instead')
const StructuredQuery$json = {
'1': 'StructuredQuery',
'2': [
{
'1': 'select',
'3': 1,
'4': 1,
'5': 11,
'6': '.google.firestore.v1.StructuredQuery.Projection',
'10': 'select'
},
{
'1': 'from',
'3': 2,
'4': 3,
'5': 11,
'6': '.google.firestore.v1.StructuredQuery.CollectionSelector',
'10': 'from'
},
{
'1': 'where',
'3': 3,
'4': 1,
'5': 11,
'6': '.google.firestore.v1.StructuredQuery.Filter',
'10': 'where'
},
{
'1': 'order_by',
'3': 4,
'4': 3,
'5': 11,
'6': '.google.firestore.v1.StructuredQuery.Order',
'10': 'orderBy'
},
{
'1': 'start_at',
'3': 7,
'4': 1,
'5': 11,
'6': '.google.firestore.v1.Cursor',
'10': 'startAt'
},
{
'1': 'end_at',
'3': 8,
'4': 1,
'5': 11,
'6': '.google.firestore.v1.Cursor',
'10': 'endAt'
},
{'1': 'offset', '3': 6, '4': 1, '5': 5, '10': 'offset'},
{
'1': 'limit',
'3': 5,
'4': 1,
'5': 11,
'6': '.google.protobuf.Int32Value',
'10': 'limit'
},
],
'3': [
StructuredQuery_CollectionSelector$json,
StructuredQuery_Filter$json,
StructuredQuery_CompositeFilter$json,
StructuredQuery_FieldFilter$json,
StructuredQuery_UnaryFilter$json,
StructuredQuery_Order$json,
StructuredQuery_FieldReference$json,
StructuredQuery_Projection$json
],
'4': [StructuredQuery_Direction$json],
};