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