BatchWriteRequest$json top-level constant
Implementation
@$core.Deprecated('Use batchWriteRequestDescriptor instead')
const BatchWriteRequest$json = {
'1': 'BatchWriteRequest',
'2': [
{'1': 'database', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'database'},
{
'1': 'writes',
'3': 2,
'4': 3,
'5': 11,
'6': '.google.firestore.v1.Write',
'10': 'writes'
},
{
'1': 'labels',
'3': 3,
'4': 3,
'5': 11,
'6': '.google.firestore.v1.BatchWriteRequest.LabelsEntry',
'10': 'labels'
},
],
'3': [BatchWriteRequest_LabelsEntry$json],
};