| Modifier and Type | Method and Description |
|---|---|
DataStoreName |
DataStoreName.Builder.build() |
DataStoreName |
DataStoreName.ProjectLocationCollectionDataStoreBuilder.build() |
static DataStoreName |
DataStoreName.of(String project,
String location,
String dataStore) |
static DataStoreName |
DataStoreName.ofProjectLocationCollectionDataStoreName(String project,
String location,
String collection,
String dataStore) |
static DataStoreName |
DataStoreName.ofProjectLocationDataStoreName(String project,
String location,
String dataStore) |
static DataStoreName |
DataStoreName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<DataStoreName> |
DataStoreName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
DataStoreName.toStringList(List<DataStoreName> values) |
Copyright © 2025 Google LLC. All rights reserved.