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