| Modifier and Type | Method and Description |
|---|---|
AnswerName |
AnswerName.Builder.build() |
AnswerName |
AnswerName.ProjectLocationCollectionDataStoreSessionAnswerBuilder.build() |
AnswerName |
AnswerName.ProjectLocationCollectionEngineSessionAnswerBuilder.build() |
static AnswerName |
AnswerName.of(String project,
String location,
String dataStore,
String session,
String answer) |
static AnswerName |
AnswerName.ofProjectLocationCollectionDataStoreSessionAnswerName(String project,
String location,
String collection,
String dataStore,
String session,
String answer) |
static AnswerName |
AnswerName.ofProjectLocationCollectionEngineSessionAnswerName(String project,
String location,
String collection,
String engine,
String session,
String answer) |
static AnswerName |
AnswerName.ofProjectLocationDataStoreSessionAnswerName(String project,
String location,
String dataStore,
String session,
String answer) |
static AnswerName |
AnswerName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<AnswerName> |
AnswerName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
AnswerName.toStringList(List<AnswerName> values) |
Copyright © 2025 Google LLC. All rights reserved.