Class ProductSetName.Builder (2.0.29)

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
TypeDescription
ProductSetName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProductSet()

public String getProductSet()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

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

setProductSet(String productSet)

public ProductSetName.Builder setProductSet(String productSet)
Parameter
NameDescription
productSetString
Returns
TypeDescription
ProductSetName.Builder

setProject(String project)

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