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