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