Class QuotaPreferenceName.Builder (0.12.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
Type Description
QuotaPreferenceName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getQuotaPreference()

public String getQuotaPreference()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setQuotaPreference(String quotaPreference)

public QuotaPreferenceName.Builder setQuotaPreference(String quotaPreference)
Parameter
Name Description
quotaPreference String
Returns
Type Description
QuotaPreferenceName.Builder