Class ProductName.Builder (3.39.0)

public static class ProductName.Builder

Builder for projects/{project}/locations/{location}/products/{product}.

Inheritance

java.lang.Object > ProductName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ProductName build()
Returns
TypeDescription
ProductName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProduct()

public String getProduct()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setLocation(String location)

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

setProduct(String product)

public ProductName.Builder setProduct(String product)
Parameter
NameDescription
productString
Returns
TypeDescription
ProductName.Builder

setProject(String project)

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