public static class VersionName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VersionName |
build() |
String |
getAgent() |
String |
getFlow() |
String |
getLocation() |
String |
getProject() |
String |
getVersion() |
VersionName.Builder |
setAgent(String agent) |
VersionName.Builder |
setFlow(String flow) |
VersionName.Builder |
setLocation(String location) |
VersionName.Builder |
setProject(String project) |
VersionName.Builder |
setVersion(String version) |
public String getProject()
public String getLocation()
public String getAgent()
public String getFlow()
public String getVersion()
public VersionName.Builder setProject(String project)
public VersionName.Builder setLocation(String location)
public VersionName.Builder setAgent(String agent)
public VersionName.Builder setFlow(String flow)
public VersionName.Builder setVersion(String version)
public VersionName build()
Copyright © 2025 Google LLC. All rights reserved.