FirestoreServiceBase$json top-level constant

Map<String, dynamic> const FirestoreServiceBase$json

Implementation

const $core.Map<$core.String, $core.dynamic> FirestoreServiceBase$json = const {
  '1': 'Firestore',
  '2': const [
    const {'1': 'GetDocument', '2': '.google.firestore.v1.GetDocumentRequest', '3': '.google.firestore.v1.Document', '4': const {}},
    const {'1': 'ListDocuments', '2': '.google.firestore.v1.ListDocumentsRequest', '3': '.google.firestore.v1.ListDocumentsResponse', '4': const {}},
    const {'1': 'CreateDocument', '2': '.google.firestore.v1.CreateDocumentRequest', '3': '.google.firestore.v1.Document', '4': const {}},
    const {'1': 'UpdateDocument', '2': '.google.firestore.v1.UpdateDocumentRequest', '3': '.google.firestore.v1.Document', '4': const {}},
    const {'1': 'DeleteDocument', '2': '.google.firestore.v1.DeleteDocumentRequest', '3': '.google.protobuf.Empty', '4': const {}},
    const {'1': 'BatchGetDocuments', '2': '.google.firestore.v1.BatchGetDocumentsRequest', '3': '.google.firestore.v1.BatchGetDocumentsResponse', '4': const {}, '6': true},
    const {'1': 'BeginTransaction', '2': '.google.firestore.v1.BeginTransactionRequest', '3': '.google.firestore.v1.BeginTransactionResponse', '4': const {}},
    const {'1': 'Commit', '2': '.google.firestore.v1.CommitRequest', '3': '.google.firestore.v1.CommitResponse', '4': const {}},
    const {'1': 'Rollback', '2': '.google.firestore.v1.RollbackRequest', '3': '.google.protobuf.Empty', '4': const {}},
    const {'1': 'RunQuery', '2': '.google.firestore.v1.RunQueryRequest', '3': '.google.firestore.v1.RunQueryResponse', '4': const {}, '6': true},
    const {'1': 'Write', '2': '.google.firestore.v1.WriteRequest', '3': '.google.firestore.v1.WriteResponse', '4': const {}, '5': true, '6': true},
    const {'1': 'Listen', '2': '.google.firestore.v1.ListenRequest', '3': '.google.firestore.v1.ListenResponse', '4': const {}, '5': true, '6': true},
    const {'1': 'ListCollectionIds', '2': '.google.firestore.v1.ListCollectionIdsRequest', '3': '.google.firestore.v1.ListCollectionIdsResponse', '4': const {}},
  ],
  '3': const {},
};