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