Class QuotaInfoName.Builder (0.13.0)

public static class QuotaInfoName.Builder

Builder for projects/{project}/locations/{location}/services/{service}/quotaInfos/{quota_info}.

Inheritance

java.lang.Object > QuotaInfoName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public QuotaInfoName build()
Returns
Type Description
QuotaInfoName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getQuotaInfo()

public String getQuotaInfo()
Returns
Type Description
String

getService()

public String getService()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setQuotaInfo(String quotaInfo)

public QuotaInfoName.Builder setQuotaInfo(String quotaInfo)
Parameter
Name Description
quotaInfo String
Returns
Type Description
QuotaInfoName.Builder

setService(String service)

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