| Modifier and Type | Method and Description |
|---|---|
ChunkName |
ChunkName.Builder.build() |
ChunkName |
ChunkName.ProjectLocationCollectionDataStoreBranchDocumentChunkBuilder.build() |
static ChunkName |
ChunkName.of(String project,
String location,
String dataStore,
String branch,
String document,
String chunk) |
static ChunkName |
ChunkName.ofProjectLocationCollectionDataStoreBranchDocumentChunkName(String project,
String location,
String collection,
String dataStore,
String branch,
String document,
String chunk) |
static ChunkName |
ChunkName.ofProjectLocationDataStoreBranchDocumentChunkName(String project,
String location,
String dataStore,
String branch,
String document,
String chunk) |
static ChunkName |
ChunkName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<ChunkName> |
ChunkName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ChunkName.toStringList(List<ChunkName> values) |
Copyright © 2024 Google LLC. All rights reserved.