| Modifier and Type | Method and Description |
|---|---|
DocumentName |
DocumentName.Builder.build() |
DocumentName |
DocumentName.ProjectLocationCollectionDataStoreBranchDocumentBuilder.build() |
static DocumentName |
DocumentName.of(String project,
String location,
String dataStore,
String branch,
String document) |
static DocumentName |
DocumentName.ofProjectLocationCollectionDataStoreBranchDocumentName(String project,
String location,
String collection,
String dataStore,
String branch,
String document) |
static DocumentName |
DocumentName.ofProjectLocationDataStoreBranchDocumentName(String project,
String location,
String dataStore,
String branch,
String document) |
static DocumentName |
DocumentName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<DocumentName> |
DocumentName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
DocumentName.toStringList(List<DocumentName> values) |
Copyright © 2024 Google LLC. All rights reserved.