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.v1beta1.GetDocumentRequest', '3': '.google.firestore.v1beta1.Document', '4': const {}},
    const {'1': 'ListDocuments', '2': '.google.firestore.v1beta1.ListDocumentsRequest', '3': '.google.firestore.v1beta1.ListDocumentsResponse', '4': const {}},
    const {'1': 'CreateDocument', '2': '.google.firestore.v1beta1.CreateDocumentRequest', '3': '.google.firestore.v1beta1.Document', '4': const {}},
    const {'1': 'UpdateDocument', '2': '.google.firestore.v1beta1.UpdateDocumentRequest', '3': '.google.firestore.v1beta1.Document', '4': const {}},
    const {'1': 'DeleteDocument', '2': '.google.firestore.v1beta1.DeleteDocumentRequest', '3': '.google.protobuf.Empty', '4': const {}},
    const {'1': 'BatchGetDocuments', '2': '.google.firestore.v1beta1.BatchGetDocumentsRequest', '3': '.google.firestore.v1beta1.BatchGetDocumentsResponse', '4': const {}, '6': true},
    const {'1': 'BeginTransaction', '2': '.google.firestore.v1beta1.BeginTransactionRequest', '3': '.google.firestore.v1beta1.BeginTransactionResponse', '4': const {}},
    const {'1': 'Commit', '2': '.google.firestore.v1beta1.CommitRequest', '3': '.google.firestore.v1beta1.CommitResponse', '4': const {}},
    const {'1': 'Rollback', '2': '.google.firestore.v1beta1.RollbackRequest', '3': '.google.protobuf.Empty', '4': const {}},
    const {'1': 'RunQuery', '2': '.google.firestore.v1beta1.RunQueryRequest', '3': '.google.firestore.v1beta1.RunQueryResponse', '4': const {}, '6': true},
    const {'1': 'Write', '2': '.google.firestore.v1beta1.WriteRequest', '3': '.google.firestore.v1beta1.WriteResponse', '4': const {}, '5': true, '6': true},
    const {'1': 'Listen', '2': '.google.firestore.v1beta1.ListenRequest', '3': '.google.firestore.v1beta1.ListenResponse', '4': const {}, '5': true, '6': true},
    const {'1': 'ListCollectionIds', '2': '.google.firestore.v1beta1.ListCollectionIdsRequest', '3': '.google.firestore.v1beta1.ListCollectionIdsResponse', '4': const {}},
  ],
  '3': const {},
};