Class QuotaPreferenceName.Builder (0.2.0)

public static class QuotaPreferenceName.Builder

Builder for projects/{project}/locations/{location}/quotaPreferences/{quota_preference}.

Inheritance

java.lang.Object > QuotaPreferenceName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public QuotaPreferenceName build()
Returns
TypeDescription
QuotaPreferenceName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getQuotaPreference()

public String getQuotaPreference()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setQuotaPreference(String quotaPreference)

public QuotaPreferenceName.Builder setQuotaPreference(String quotaPreference)
Parameter
NameDescription
quotaPreferenceString
Returns
TypeDescription
QuotaPreferenceName.Builder