public static class SourceName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SourceName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getSource() |
SourceName.Builder |
setLocation(String location) |
SourceName.Builder |
setProject(String project) |
SourceName.Builder |
setSource(String source) |
public String getProject()
public String getLocation()
public String getSource()
public SourceName.Builder setProject(String project)
public SourceName.Builder setLocation(String location)
public SourceName.Builder setSource(String source)
public SourceName build()
Copyright © 2024 Google LLC. All rights reserved.