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