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