@InternalApi public class Internal extends Object
Constructor and Description |
---|
Internal(com.google.cloud.firestore.FirestoreImpl firestore) |
Internal(FirestoreOptions firestoreOptions,
FirestoreRpc firestoreRpc) |
Modifier and Type | Method and Description |
---|---|
Map<String,Value> |
protoFromSnapshot(DocumentSnapshot snapshot) |
DocumentSnapshot |
snapshotFromMap(String documentPath,
Map<String,Object> data) |
DocumentSnapshot |
snapshotFromObject(String documentPath,
Object pojo) |
DocumentSnapshot |
snapshotFromProto(com.google.cloud.Timestamp readTime,
Document document) |
@InternalApi public Internal(com.google.cloud.firestore.FirestoreImpl firestore)
@InternalApi public Internal(FirestoreOptions firestoreOptions, FirestoreRpc firestoreRpc)
@InternalApi public DocumentSnapshot snapshotFromObject(String documentPath, Object pojo)
@InternalApi public DocumentSnapshot snapshotFromMap(String documentPath, Map<String,Object> data)
@InternalApi public DocumentSnapshot snapshotFromProto(com.google.cloud.Timestamp readTime, Document document)
@InternalApi public Map<String,Value> protoFromSnapshot(DocumentSnapshot snapshot)
Copyright © 2019 Google LLC. All rights reserved.