| Modifier and Type | Method and Description |
|---|---|
SessionName |
SessionName.Builder.build() |
SessionName |
SessionName.ProjectLocationCollectionDataStoreSessionBuilder.build() |
SessionName |
SessionName.ProjectLocationCollectionEngineSessionBuilder.build() |
static SessionName |
SessionName.of(String project,
String location,
String dataStore,
String session) |
static SessionName |
SessionName.ofProjectLocationCollectionDataStoreSessionName(String project,
String location,
String collection,
String dataStore,
String session) |
static SessionName |
SessionName.ofProjectLocationCollectionEngineSessionName(String project,
String location,
String collection,
String engine,
String session) |
static SessionName |
SessionName.ofProjectLocationDataStoreSessionName(String project,
String location,
String dataStore,
String session) |
static SessionName |
SessionName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<SessionName> |
SessionName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
SessionName.toStringList(List<SessionName> values) |
Copyright © 2024 Google LLC. All rights reserved.