| Modifier and Type | Method and Description |
|---|---|
SchemaName |
SchemaName.Builder.build() |
SchemaName |
SchemaName.ProjectLocationCollectionDataStoreSchemaBuilder.build() |
static SchemaName |
SchemaName.of(String project,
String location,
String dataStore,
String schema) |
static SchemaName |
SchemaName.ofProjectLocationCollectionDataStoreSchemaName(String project,
String location,
String collection,
String dataStore,
String schema) |
static SchemaName |
SchemaName.ofProjectLocationDataStoreSchemaName(String project,
String location,
String dataStore,
String schema) |
static SchemaName |
SchemaName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<SchemaName> |
SchemaName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
SchemaName.toStringList(List<SchemaName> values) |
Copyright © 2024 Google LLC. All rights reserved.