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