Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
Field |
FirestoreAdminClient.getField(FieldName name)
Gets the metadata and configuration for a Field.
|
Modifier and Type | Method and Description |
---|---|
FieldName |
FieldName.Builder.build() |
static FieldName |
FieldName.of(String project,
String database,
String collection,
String field) |
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 © 2023 Google LLC. All rights reserved.