Class SecurityHealthAnalyticsCustomModuleName
- java.lang.Object
-
- com.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModuleName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class SecurityHealthAnalyticsCustomModuleName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecurityHealthAnalyticsCustomModuleName.Builder
Builder for organizations/{organization}/securityHealthAnalyticsSettings/customModules/{custom_module}.static class
SecurityHealthAnalyticsCustomModuleName.FolderCustomModuleBuilder
Builder for folders/{folder}/securityHealthAnalyticsSettings/customModules/{custom_module}.static class
SecurityHealthAnalyticsCustomModuleName.ProjectCustomModuleBuilder
Builder for projects/{project}/securityHealthAnalyticsSettings/customModules/{custom_module}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
SecurityHealthAnalyticsCustomModuleName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
SecurityHealthAnalyticsCustomModuleName
@Deprecated protected SecurityHealthAnalyticsCustomModuleName()
Deprecated.
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getCustomModule
public String getCustomModule()
-
getFolder
public String getFolder()
-
getProject
public String getProject()
-
newBuilder
public static SecurityHealthAnalyticsCustomModuleName.Builder newBuilder()
-
newOrganizationCustomModuleBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName.Builder newOrganizationCustomModuleBuilder()
-
newFolderCustomModuleBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName.FolderCustomModuleBuilder newFolderCustomModuleBuilder()
-
newProjectCustomModuleBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName.ProjectCustomModuleBuilder newProjectCustomModuleBuilder()
-
toBuilder
public SecurityHealthAnalyticsCustomModuleName.Builder toBuilder()
-
of
public static SecurityHealthAnalyticsCustomModuleName of(String organization, String customModule)
-
ofOrganizationCustomModuleName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName ofOrganizationCustomModuleName(String organization, String customModule)
-
ofFolderCustomModuleName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName ofFolderCustomModuleName(String folder, String customModule)
-
ofProjectCustomModuleName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName ofProjectCustomModuleName(String project, String customModule)
-
formatOrganizationCustomModuleName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationCustomModuleName(String organization, String customModule)
-
formatFolderCustomModuleName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderCustomModuleName(String folder, String customModule)
-
formatProjectCustomModuleName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectCustomModuleName(String project, String customModule)
-
parse
public static SecurityHealthAnalyticsCustomModuleName parse(String formattedString)
-
parseList
public static List<SecurityHealthAnalyticsCustomModuleName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<SecurityHealthAnalyticsCustomModuleName> 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
-
-