@Generated(value="by gapic-generator-java") public class ServiceLevelObjectiveName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceLevelObjectiveName.Builder
Builder for
projects/{project}/services/{service}/serviceLevelObjectives/{service_level_objective}.
|
static class |
ServiceLevelObjectiveName.FolderServiceServiceLevelObjectiveBuilder
Builder for
folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}.
|
static class |
ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder
Builder for
organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceLevelObjectiveName()
Deprecated.
|
@Deprecated protected ServiceLevelObjectiveName()
public String getProject()
public String getService()
public String getServiceLevelObjective()
public String getOrganization()
public String getFolder()
public static ServiceLevelObjectiveName.Builder newBuilder()
public static ServiceLevelObjectiveName.Builder newProjectServiceServiceLevelObjectiveBuilder()
public static ServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder newOrganizationServiceServiceLevelObjectiveBuilder()
public static ServiceLevelObjectiveName.FolderServiceServiceLevelObjectiveBuilder newFolderServiceServiceLevelObjectiveBuilder()
public ServiceLevelObjectiveName.Builder toBuilder()
public static ServiceLevelObjectiveName of(String project, String service, String serviceLevelObjective)
public static ServiceLevelObjectiveName ofProjectServiceServiceLevelObjectiveName(String project, String service, String serviceLevelObjective)
public static ServiceLevelObjectiveName ofOrganizationServiceServiceLevelObjectiveName(String organization, String service, String serviceLevelObjective)
public static ServiceLevelObjectiveName ofFolderServiceServiceLevelObjectiveName(String folder, String service, String serviceLevelObjective)
public static String formatProjectServiceServiceLevelObjectiveName(String project, String service, String serviceLevelObjective)
public static String formatOrganizationServiceServiceLevelObjectiveName(String organization, String service, String serviceLevelObjective)
public static String formatFolderServiceServiceLevelObjectiveName(String folder, String service, String serviceLevelObjective)
public static ServiceLevelObjectiveName parse(String formattedString)
public static List<ServiceLevelObjectiveName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ServiceLevelObjectiveName> 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 © 2024 Google LLC. All rights reserved.