Class DataProductName.Builder (1.86.0)

public static class DataProductName.Builder

Builder for projects/{project}/locations/{location}/dataProducts/{data_product}.

Inheritance

java.lang.Object > DataProductName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public DataProductName build()
Returns
Type Description
DataProductName

getDataProduct()

public String getDataProduct()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setDataProduct(String dataProduct)

public DataProductName.Builder setDataProduct(String dataProduct)
Parameter
Name Description
dataProduct String
Returns
Type Description
DataProductName.Builder

setLocation(String location)

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

setProject(String project)

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