Class ProductSetName.Builder (3.40.0)

public static class ProductSetName.Builder

Builder for projects/{project}/locations/{location}/productSets/{product_set}.

Inheritance

java.lang.Object > ProductSetName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ProductSetName build()
Returns
Type Description
ProductSetName

getLocation()

public String getLocation()
Returns
Type Description
String

getProductSet()

public String getProductSet()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setProductSet(String productSet)

public ProductSetName.Builder setProductSet(String productSet)
Parameter
Name Description
productSet String
Returns
Type Description
ProductSetName.Builder

setProject(String project)

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