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