public static class EntityTypeName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeName |
build() |
String |
getAgent() |
String |
getEntityType() |
String |
getLocation() |
String |
getProject() |
EntityTypeName.Builder |
setAgent(String agent) |
EntityTypeName.Builder |
setEntityType(String entityType) |
EntityTypeName.Builder |
setLocation(String location) |
EntityTypeName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getAgent()
public String getEntityType()
public EntityTypeName.Builder setProject(String project)
public EntityTypeName.Builder setLocation(String location)
public EntityTypeName.Builder setAgent(String agent)
public EntityTypeName.Builder setEntityType(String entityType)
public EntityTypeName build()
Copyright © 2022 Google LLC. All rights reserved.