Class DatasetSchemaName.Builder (2.46.0)

public static class DatasetSchemaName.Builder

Builder for projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema.

Inheritance

java.lang.Object > DatasetSchemaName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DatasetSchemaName build()
Returns
Type Description
DatasetSchemaName

getLocation()

public String getLocation()
Returns
Type Description
String

getProcessor()

public String getProcessor()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

public DatasetSchemaName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
DatasetSchemaName.Builder

setProcessor(String processor)

public DatasetSchemaName.Builder setProcessor(String processor)
Parameter
Name Description
processor String
Returns
Type Description
DatasetSchemaName.Builder

setProject(String project)

public DatasetSchemaName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
DatasetSchemaName.Builder