Class EffectiveSecurityHealthAnalyticsCustomModuleName
- java.lang.Object
-
- com.google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModuleName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class EffectiveSecurityHealthAnalyticsCustomModuleName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EffectiveSecurityHealthAnalyticsCustomModuleName.Builder
Builder for organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.static class
EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder
Builder for folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.static class
EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder
Builder for projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{effective_custom_module}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EffectiveSecurityHealthAnalyticsCustomModuleName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
EffectiveSecurityHealthAnalyticsCustomModuleName
@Deprecated protected EffectiveSecurityHealthAnalyticsCustomModuleName()
Deprecated.
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getEffectiveCustomModule
public String getEffectiveCustomModule()
-
getFolder
public String getFolder()
-
getProject
public String getProject()
-
newBuilder
public static EffectiveSecurityHealthAnalyticsCustomModuleName.Builder newBuilder()
-
newOrganizationEffectiveCustomModuleBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static EffectiveSecurityHealthAnalyticsCustomModuleName.Builder newOrganizationEffectiveCustomModuleBuilder()
-
newFolderEffectiveCustomModuleBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static EffectiveSecurityHealthAnalyticsCustomModuleName.FolderEffectiveCustomModuleBuilder newFolderEffectiveCustomModuleBuilder()
-
newProjectEffectiveCustomModuleBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static EffectiveSecurityHealthAnalyticsCustomModuleName.ProjectEffectiveCustomModuleBuilder newProjectEffectiveCustomModuleBuilder()
-
toBuilder
public EffectiveSecurityHealthAnalyticsCustomModuleName.Builder toBuilder()
-
of
public static EffectiveSecurityHealthAnalyticsCustomModuleName of(String organization, String effectiveCustomModule)
-
ofOrganizationEffectiveCustomModuleName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static EffectiveSecurityHealthAnalyticsCustomModuleName ofOrganizationEffectiveCustomModuleName(String organization, String effectiveCustomModule)
-
ofFolderEffectiveCustomModuleName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static EffectiveSecurityHealthAnalyticsCustomModuleName ofFolderEffectiveCustomModuleName(String folder, String effectiveCustomModule)
-
ofProjectEffectiveCustomModuleName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static EffectiveSecurityHealthAnalyticsCustomModuleName ofProjectEffectiveCustomModuleName(String project, String effectiveCustomModule)
-
formatOrganizationEffectiveCustomModuleName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationEffectiveCustomModuleName(String organization, String effectiveCustomModule)
-
formatFolderEffectiveCustomModuleName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderEffectiveCustomModuleName(String folder, String effectiveCustomModule)
-
formatProjectEffectiveCustomModuleName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectEffectiveCustomModuleName(String project, String effectiveCustomModule)
-
parse
public static EffectiveSecurityHealthAnalyticsCustomModuleName parse(String formattedString)
-
parseList
public static List<EffectiveSecurityHealthAnalyticsCustomModuleName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<EffectiveSecurityHealthAnalyticsCustomModuleName> 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
-
-