public static class SessionName.ProjectLocationAgentEnvironmentSessionBuilder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectLocationAgentEnvironmentSessionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SessionName |
build() |
String |
getAgent() |
String |
getEnvironment() |
String |
getLocation() |
String |
getProject() |
String |
getSession() |
SessionName.ProjectLocationAgentEnvironmentSessionBuilder |
setAgent(String agent) |
SessionName.ProjectLocationAgentEnvironmentSessionBuilder |
setEnvironment(String environment) |
SessionName.ProjectLocationAgentEnvironmentSessionBuilder |
setLocation(String location) |
SessionName.ProjectLocationAgentEnvironmentSessionBuilder |
setProject(String project) |
SessionName.ProjectLocationAgentEnvironmentSessionBuilder |
setSession(String session) |
protected ProjectLocationAgentEnvironmentSessionBuilder()
public String getProject()
public String getLocation()
public String getAgent()
public String getEnvironment()
public String getSession()
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setProject(String project)
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setLocation(String location)
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setAgent(String agent)
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setEnvironment(String environment)
public SessionName.ProjectLocationAgentEnvironmentSessionBuilder setSession(String session)
public SessionName build()
Copyright © 2025 Google LLC. All rights reserved.