| Modifier and Type | Method and Description |
|---|---|
VersionName |
VersionName.Builder.build() |
VersionName |
VersionName.ProjectLocationVersionBuilder.build() |
static VersionName |
VersionName.of(String project,
String version) |
static VersionName |
VersionName.ofProjectLocationVersionName(String project,
String location,
String version) |
static VersionName |
VersionName.ofProjectVersionName(String project,
String version) |
static VersionName |
VersionName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<VersionName> |
VersionName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
VersionName.toStringList(List<VersionName> values) |
Copyright © 2023 Google LLC. All rights reserved.