Class QuotaRuleName.Builder (0.37.0)

public static class QuotaRuleName.Builder

Builder for projects/{project}/locations/{location}/volumes/{volume}/quotaRules/{quota_rule}.

Inheritance

java.lang.Object > QuotaRuleName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public QuotaRuleName build()
Returns
Type Description
QuotaRuleName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getQuotaRule()

public String getQuotaRule()
Returns
Type Description
String

getVolume()

public String getVolume()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setQuotaRule(String quotaRule)

public QuotaRuleName.Builder setQuotaRule(String quotaRule)
Parameter
Name Description
quotaRule String
Returns
Type Description
QuotaRuleName.Builder

setVolume(String volume)

public QuotaRuleName.Builder setVolume(String volume)
Parameter
Name Description
volume String
Returns
Type Description
QuotaRuleName.Builder