Package | Description |
---|---|
com.google.firestore.v1 |
Modifier and Type | Method and Description |
---|---|
DocumentPathName |
DocumentPathName.Builder.build() |
static DocumentPathName |
DocumentPathName.of(String project,
String database,
String documentPath) |
static DocumentPathName |
DocumentPathName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<DocumentPathName> |
DocumentPathName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
DocumentPathName.toStringList(List<DocumentPathName> values) |
Copyright © 2023 Google LLC. All rights reserved.