@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static class EntityTypeName.ProjectLocationEntityTypeBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationEntityTypeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeName |
build() |
String |
getEntityType() |
String |
getLocation() |
String |
getProject() |
EntityTypeName.ProjectLocationEntityTypeBuilder |
setEntityType(String entityType) |
EntityTypeName.ProjectLocationEntityTypeBuilder |
setLocation(String location) |
EntityTypeName.ProjectLocationEntityTypeBuilder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getEntityType()
public EntityTypeName.ProjectLocationEntityTypeBuilder setProject(String project)
public EntityTypeName.ProjectLocationEntityTypeBuilder setLocation(String location)
public EntityTypeName.ProjectLocationEntityTypeBuilder setEntityType(String entityType)
public EntityTypeName build()
Copyright © 2023 Google LLC. All rights reserved.