Package com.google.cloud.automl.v1beta1
Class TableSpecName.Builder
- java.lang.Object
-
- com.google.cloud.automl.v1beta1.TableSpecName.Builder
-
- Enclosing class:
- TableSpecName
public static class TableSpecName.Builder extends Object
Builder for projects/{project}/locations/{location}/datasets/{dataset}/tableSpecs/{table_spec}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableSpecName
build()
String
getDataset()
String
getLocation()
String
getProject()
String
getTableSpec()
TableSpecName.Builder
setDataset(String dataset)
TableSpecName.Builder
setLocation(String location)
TableSpecName.Builder
setProject(String project)
TableSpecName.Builder
setTableSpec(String tableSpec)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDataset
public String getDataset()
-
getTableSpec
public String getTableSpec()
-
setProject
public TableSpecName.Builder setProject(String project)
-
setLocation
public TableSpecName.Builder setLocation(String location)
-
setDataset
public TableSpecName.Builder setDataset(String dataset)
-
setTableSpec
public TableSpecName.Builder setTableSpec(String tableSpec)
-
build
public TableSpecName build()
-
-