public static class QuotaInfoName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
QuotaInfoName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getQuotaInfo() |
String |
getService() |
QuotaInfoName.Builder |
setLocation(String location) |
QuotaInfoName.Builder |
setProject(String project) |
QuotaInfoName.Builder |
setQuotaInfo(String quotaInfo) |
QuotaInfoName.Builder |
setService(String service) |
public String getProject()
public String getLocation()
public String getService()
public String getQuotaInfo()
public QuotaInfoName.Builder setProject(String project)
public QuotaInfoName.Builder setLocation(String location)
public QuotaInfoName.Builder setService(String service)
public QuotaInfoName.Builder setQuotaInfo(String quotaInfo)
public QuotaInfoName build()
Copyright © 2025 Google LLC. All rights reserved.