@Generated(value="by gapic-generator-java") public class UptimeCheckConfigName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
UptimeCheckConfigName.Builder
Builder for projects/{project}/uptimeCheckConfigs/{uptime_check_config}.
|
static class |
UptimeCheckConfigName.FolderUptimeCheckConfigBuilder
Builder for folders/{folder}/uptimeCheckConfigs/{uptime_check_config}.
|
static class |
UptimeCheckConfigName.OrganizationUptimeCheckConfigBuilder
Builder for organizations/{organization}/uptimeCheckConfigs/{uptime_check_config}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
UptimeCheckConfigName()
Deprecated.
|
@Deprecated protected UptimeCheckConfigName()
public String getProject()
public String getUptimeCheckConfig()
public String getOrganization()
public String getFolder()
public static UptimeCheckConfigName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static UptimeCheckConfigName.Builder newProjectUptimeCheckConfigBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static UptimeCheckConfigName.OrganizationUptimeCheckConfigBuilder newOrganizationUptimeCheckConfigBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static UptimeCheckConfigName.FolderUptimeCheckConfigBuilder newFolderUptimeCheckConfigBuilder()
public UptimeCheckConfigName.Builder toBuilder()
public static UptimeCheckConfigName of(String project, String uptimeCheckConfig)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static UptimeCheckConfigName ofProjectUptimeCheckConfigName(String project, String uptimeCheckConfig)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static UptimeCheckConfigName ofOrganizationUptimeCheckConfigName(String organization, String uptimeCheckConfig)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static UptimeCheckConfigName ofFolderUptimeCheckConfigName(String folder, String uptimeCheckConfig)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectUptimeCheckConfigName(String project, String uptimeCheckConfig)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationUptimeCheckConfigName(String organization, String uptimeCheckConfig)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatFolderUptimeCheckConfigName(String folder, String uptimeCheckConfig)
public static UptimeCheckConfigName parse(String formattedString)
public static List<UptimeCheckConfigName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<UptimeCheckConfigName> 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 © 2023 Google LLC. All rights reserved.