| Modifier and Type | Method and Description |
|---|---|
AssetName |
AssetName.Builder.build() |
AssetName |
AssetName.FolderAssetBuilder.build() |
AssetName |
AssetName.ProjectAssetBuilder.build() |
static AssetName |
AssetName.of(String organization,
String asset) |
static AssetName |
AssetName.ofFolderAssetName(String folder,
String asset) |
static AssetName |
AssetName.ofOrganizationAssetName(String organization,
String asset) |
static AssetName |
AssetName.ofProjectAssetName(String project,
String asset) |
static AssetName |
AssetName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<AssetName> |
AssetName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
AssetName.toStringList(List<AssetName> values) |
Copyright © 2023 Google LLC. All rights reserved.