Class DatasetSchemaName.Builder (2.39.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
TypeDescription
DatasetSchemaName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProcessor()

public String getProcessor()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

public DatasetSchemaName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
DatasetSchemaName.Builder

setProcessor(String processor)

public DatasetSchemaName.Builder setProcessor(String processor)
Parameter
NameDescription
processorString
Returns
TypeDescription
DatasetSchemaName.Builder

setProject(String project)

public DatasetSchemaName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
DatasetSchemaName.Builder