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 protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableSpecNamebuild()StringgetDataset()StringgetLocation()StringgetProject()StringgetTableSpec()TableSpecName.BuildersetDataset(String dataset)TableSpecName.BuildersetLocation(String location)TableSpecName.BuildersetProject(String project)TableSpecName.BuildersetTableSpec(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()
-
-