@Generated(value="by gapic-generator-java") public class QuotaInfoName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
QuotaInfoName.Builder
Builder for projects/{project}/locations/{location}/services/{service}/quotaInfos/{quota_info}.
|
static class |
QuotaInfoName.FolderLocationServiceQuotaInfoBuilder
Builder for folders/{folder}/locations/{location}/services/{service}/quotaInfos/{quota_info}.
|
static class |
QuotaInfoName.OrganizationLocationServiceQuotaInfoBuilder
Builder for
organizations/{organization}/locations/{location}/services/{service}/quotaInfos/{quota_info}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
QuotaInfoName()
Deprecated.
|
@Deprecated protected QuotaInfoName()
public String getProject()
public String getLocation()
public String getService()
public String getQuotaInfo()
public String getFolder()
public String getOrganization()
public static QuotaInfoName.Builder newBuilder()
public static QuotaInfoName.Builder newProjectLocationServiceQuotaInfoBuilder()
public static QuotaInfoName.FolderLocationServiceQuotaInfoBuilder newFolderLocationServiceQuotaInfoBuilder()
public static QuotaInfoName.OrganizationLocationServiceQuotaInfoBuilder newOrganizationLocationServiceQuotaInfoBuilder()
public QuotaInfoName.Builder toBuilder()
public static QuotaInfoName of(String project, String location, String service, String quotaInfo)
public static QuotaInfoName ofProjectLocationServiceQuotaInfoName(String project, String location, String service, String quotaInfo)
public static QuotaInfoName ofFolderLocationServiceQuotaInfoName(String folder, String location, String service, String quotaInfo)
public static QuotaInfoName ofOrganizationLocationServiceQuotaInfoName(String organization, String location, String service, String quotaInfo)
public static String format(String project, String location, String service, String quotaInfo)
public static String formatProjectLocationServiceQuotaInfoName(String project, String location, String service, String quotaInfo)
public static String formatFolderLocationServiceQuotaInfoName(String folder, String location, String service, String quotaInfo)
public static String formatOrganizationLocationServiceQuotaInfoName(String organization, String location, String service, String quotaInfo)
public static QuotaInfoName parse(String formattedString)
public static List<QuotaInfoName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<QuotaInfoName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2025 Google LLC. All rights reserved.