| Modifier and Type | Method and Description |
|---|---|
ProductName |
ProductName.Builder.build() |
static ProductName |
ProductName.of(String project,
String location,
String product) |
static ProductName |
ProductName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<ProductName> |
ProductName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ProductName.toStringList(List<ProductName> values) |
Copyright © 2022 Google LLC. All rights reserved.