public class EffectiveEventThreatDetectionCustomModuleName implements ResourceName
Inheritance
Object >
EffectiveEventThreatDetectionCustomModuleName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String organization, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
organization | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
public static String formatFolderLocationEffectiveEventThreatDetectionCustomModuleName(String folder, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
folder | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
public static String formatOrganizationLocationEffectiveEventThreatDetectionCustomModuleName(String organization, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
organization | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
public static String formatProjectLocationEffectiveEventThreatDetectionCustomModuleName(String project, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
project | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter |
---|
Name | Description |
formattedString | String
|
newBuilder()
public static EffectiveEventThreatDetectionCustomModuleName.Builder newBuilder()
newFolderLocationEffectiveEventThreatDetectionCustomModuleBuilder()
public static EffectiveEventThreatDetectionCustomModuleName.FolderLocationEffectiveEventThreatDetectionCustomModuleBuilder newFolderLocationEffectiveEventThreatDetectionCustomModuleBuilder()
newOrganizationLocationEffectiveEventThreatDetectionCustomModuleBuilder()
public static EffectiveEventThreatDetectionCustomModuleName.Builder newOrganizationLocationEffectiveEventThreatDetectionCustomModuleBuilder()
newProjectLocationEffectiveEventThreatDetectionCustomModuleBuilder()
public static EffectiveEventThreatDetectionCustomModuleName.ProjectLocationEffectiveEventThreatDetectionCustomModuleBuilder newProjectLocationEffectiveEventThreatDetectionCustomModuleBuilder()
of(String organization, String location, String effectiveEventThreatDetectionCustomModule)
public static EffectiveEventThreatDetectionCustomModuleName of(String organization, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
organization | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
ofFolderLocationEffectiveEventThreatDetectionCustomModuleName(String folder, String location, String effectiveEventThreatDetectionCustomModule)
public static EffectiveEventThreatDetectionCustomModuleName ofFolderLocationEffectiveEventThreatDetectionCustomModuleName(String folder, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
folder | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
ofOrganizationLocationEffectiveEventThreatDetectionCustomModuleName(String organization, String location, String effectiveEventThreatDetectionCustomModule)
public static EffectiveEventThreatDetectionCustomModuleName ofOrganizationLocationEffectiveEventThreatDetectionCustomModuleName(String organization, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
organization | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
ofProjectLocationEffectiveEventThreatDetectionCustomModuleName(String project, String location, String effectiveEventThreatDetectionCustomModule)
public static EffectiveEventThreatDetectionCustomModuleName ofProjectLocationEffectiveEventThreatDetectionCustomModuleName(String project, String location, String effectiveEventThreatDetectionCustomModule)
Parameters |
---|
Name | Description |
project | String
|
location | String
|
effectiveEventThreatDetectionCustomModule | String
|
parse(String formattedString)
public static EffectiveEventThreatDetectionCustomModuleName parse(String formattedString)
Parameter |
---|
Name | Description |
formattedString | String
|
parseList(List<String> formattedStrings)
public static List<EffectiveEventThreatDetectionCustomModuleName> parseList(List<String> formattedStrings)
Parameter |
---|
Name | Description |
formattedStrings | List<String>
|
toStringList(List<EffectiveEventThreatDetectionCustomModuleName> values)
public static List<String> toStringList(List<EffectiveEventThreatDetectionCustomModuleName> values)
Constructors
EffectiveEventThreatDetectionCustomModuleName() (deprecated)
protected EffectiveEventThreatDetectionCustomModuleName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter |
---|
Name | Description |
o | Object
|
Overrides
getEffectiveEventThreatDetectionCustomModule()
public String getEffectiveEventThreatDetectionCustomModule()
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter |
---|
Name | Description |
fieldName | String
|
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
getFolder()
public String getFolder()
getLocation()
public String getLocation()
getOrganization()
public String getOrganization()
getProject()
public String getProject()
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
toBuilder()
public EffectiveEventThreatDetectionCustomModuleName.Builder toBuilder()
toString()
Overrides