Class StandardOfferName.Builder (0.1.0)

public static class StandardOfferName.Builder

Builder for projects/{project}/locations/{location}/services/{service}/standardOffers/{standard_offer}.

Inheritance

java.lang.Object > StandardOfferName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public StandardOfferName build()
Returns
Type Description
StandardOfferName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getService()

public String getService()
Returns
Type Description
String

getStandardOffer()

public String getStandardOffer()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setService(String service)

public StandardOfferName.Builder setService(String service)
Parameter
Name Description
service String
Returns
Type Description
StandardOfferName.Builder

setStandardOffer(String standardOffer)

public StandardOfferName.Builder setStandardOffer(String standardOffer)
Parameter
Name Description
standardOffer String
Returns
Type Description
StandardOfferName.Builder