@Generated(value="by gapic-generator-java") public class SecurityHealthAnalyticsCustomModuleName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and 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}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SecurityHealthAnalyticsCustomModuleName()
Deprecated.
|
@Deprecated protected SecurityHealthAnalyticsCustomModuleName()
public String getOrganization()
public String getCustomModule()
public String getFolder()
public String getProject()
public static SecurityHealthAnalyticsCustomModuleName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName.Builder newOrganizationCustomModuleBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName.FolderCustomModuleBuilder newFolderCustomModuleBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName.ProjectCustomModuleBuilder newProjectCustomModuleBuilder()
public SecurityHealthAnalyticsCustomModuleName.Builder toBuilder()
public static SecurityHealthAnalyticsCustomModuleName of(String organization, String customModule)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName ofOrganizationCustomModuleName(String organization, String customModule)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName ofFolderCustomModuleName(String folder, String customModule)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static SecurityHealthAnalyticsCustomModuleName ofProjectCustomModuleName(String project, String customModule)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationCustomModuleName(String organization, String customModule)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatFolderCustomModuleName(String folder, String customModule)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectCustomModuleName(String project, String customModule)
public static SecurityHealthAnalyticsCustomModuleName parse(String formattedString)
public static List<SecurityHealthAnalyticsCustomModuleName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<SecurityHealthAnalyticsCustomModuleName> 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 © 2024 Google LLC. All rights reserved.