Class QuotaInfoName.Builder (0.10.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
TypeDescription
QuotaInfoName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getQuotaInfo()

public String getQuotaInfo()
Returns
TypeDescription
String

getService()

public String getService()
Returns
TypeDescription
String

setLocation(String location)

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

setProject(String project)

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

setQuotaInfo(String quotaInfo)

public QuotaInfoName.Builder setQuotaInfo(String quotaInfo)
Parameter
NameDescription
quotaInfoString
Returns
TypeDescription
QuotaInfoName.Builder

setService(String service)

public QuotaInfoName.Builder setService(String service)
Parameter
NameDescription
serviceString
Returns
TypeDescription
QuotaInfoName.Builder