| Modifier and Type | Method and Description |
|---|---|
DocumentName |
DocumentName.Builder.build() |
DocumentName |
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder.build() |
static DocumentName |
DocumentName.of(String project,
String knowledgeBase,
String document) |
static DocumentName |
DocumentName.ofProjectKnowledgeBaseDocumentName(String project,
String knowledgeBase,
String document) |
static DocumentName |
DocumentName.ofProjectLocationKnowledgeBaseDocumentName(String project,
String location,
String knowledgeBase,
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 © 2023 Google LLC. All rights reserved.