@Generated(value="by gapic-generator-java") public class MuteConfigName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
MuteConfigName.Builder
Builder for organizations/{organization}/muteConfigs/{mute_config}.
|
static class |
MuteConfigName.FolderMuteConfigBuilder
Builder for folders/{folder}/muteConfigs/{mute_config}.
|
static class |
MuteConfigName.ProjectMuteConfigBuilder
Builder for projects/{project}/muteConfigs/{mute_config}.
|
Modifier | Constructor and Description |
---|---|
protected |
MuteConfigName()
Deprecated.
|
@Deprecated protected MuteConfigName()
public String getOrganization()
public String getMuteConfig()
public String getFolder()
public String getProject()
public static MuteConfigName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static MuteConfigName.Builder newOrganizationMuteConfigBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static MuteConfigName.FolderMuteConfigBuilder newFolderMuteConfigBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static MuteConfigName.ProjectMuteConfigBuilder newProjectMuteConfigBuilder()
public MuteConfigName.Builder toBuilder()
public static MuteConfigName of(String organization, String muteConfig)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static MuteConfigName ofOrganizationMuteConfigName(String organization, String muteConfig)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static MuteConfigName ofFolderMuteConfigName(String folder, String muteConfig)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static MuteConfigName ofProjectMuteConfigName(String project, String muteConfig)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationMuteConfigName(String organization, String muteConfig)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatFolderMuteConfigName(String folder, String muteConfig)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectMuteConfigName(String project, String muteConfig)
public static MuteConfigName parse(String formattedString)
public static List<MuteConfigName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<MuteConfigName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2022 Google LLC. All rights reserved.