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