| Modifier and Type | Method and Description |
|---|---|
FieldName |
FieldName.Builder.build() |
static FieldName |
FieldName.of(String project,
String database,
String collectionId,
String fieldId) |
static FieldName |
FieldName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<FieldName> |
FieldName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
FieldName.toStringList(List<FieldName> values) |
Copyright © 2020 Google LLC. All rights reserved.