Class MuteConfigName
- java.lang.Object
-
- com.google.cloud.securitycenter.v1.MuteConfigName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class MuteConfigName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
MuteConfigName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
MuteConfigName
@Deprecated protected MuteConfigName()
Deprecated.
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getMuteConfig
public String getMuteConfig()
-
getFolder
public String getFolder()
-
getProject
public String getProject()
-
newBuilder
public static MuteConfigName.Builder newBuilder()
-
newOrganizationMuteConfigBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static MuteConfigName.Builder newOrganizationMuteConfigBuilder()
-
newFolderMuteConfigBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static MuteConfigName.FolderMuteConfigBuilder newFolderMuteConfigBuilder()
-
newProjectMuteConfigBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static MuteConfigName.ProjectMuteConfigBuilder newProjectMuteConfigBuilder()
-
toBuilder
public MuteConfigName.Builder toBuilder()
-
of
public static MuteConfigName of(String organization, String muteConfig)
-
ofOrganizationMuteConfigName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MuteConfigName ofOrganizationMuteConfigName(String organization, String muteConfig)
-
ofFolderMuteConfigName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MuteConfigName ofFolderMuteConfigName(String folder, String muteConfig)
-
ofProjectMuteConfigName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MuteConfigName ofProjectMuteConfigName(String project, String muteConfig)
-
formatOrganizationMuteConfigName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationMuteConfigName(String organization, String muteConfig)
-
formatFolderMuteConfigName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderMuteConfigName(String folder, String muteConfig)
-
formatProjectMuteConfigName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectMuteConfigName(String project, String muteConfig)
-
parse
public static MuteConfigName parse(String formattedString)
-
parseList
public static List<MuteConfigName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<MuteConfigName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-