Class EffectiveEventThreatDetectionCustomModuleName (0.13.0)

public class EffectiveEventThreatDetectionCustomModuleName implements ResourceName

Inheritance

Object > EffectiveEventThreatDetectionCustomModuleName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String organization, String location, String effectiveEventThreatDetectionCustomModule)

public static String format(String organization, String location, String effectiveEventThreatDetectionCustomModule)
Parameters
Name Description
organization String
location String
effectiveEventThreatDetectionCustomModule String
Returns
Type Description
String

formatFolderLocationEffectiveEventThreatDetectionCustomModuleName(String folder, String location, String effectiveEventThreatDetectionCustomModule)

public static String formatFolderLocationEffectiveEventThreatDetectionCustomModuleName(String folder, String location, String effectiveEventThreatDetectionCustomModule)
Parameters
Name Description
folder String
location String
effectiveEventThreatDetectionCustomModule String
Returns
Type Description
String

formatOrganizationLocationEffectiveEventThreatDetectionCustomModuleName(String organization, String location, String effectiveEventThreatDetectionCustomModule)

public static String formatOrganizationLocationEffectiveEventThreatDetectionCustomModuleName(String organization, String location, String effectiveEventThreatDetectionCustomModule)
Parameters
Name Description
organization String
location String
effectiveEventThreatDetectionCustomModule String
Returns
Type Description
String

formatProjectLocationEffectiveEventThreatDetectionCustomModuleName(String project, String location, String effectiveEventThreatDetectionCustomModule)

public static String formatProjectLocationEffectiveEventThreatDetectionCustomModuleName(String project, String location, String effectiveEventThreatDetectionCustomModule)
Parameters
Name Description
project String
location String
effectiveEventThreatDetectionCustomModule String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static EffectiveEventThreatDetectionCustomModuleName.Builder newBuilder()
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName.Builder

newFolderLocationEffectiveEventThreatDetectionCustomModuleBuilder()

public static EffectiveEventThreatDetectionCustomModuleName.FolderLocationEffectiveEventThreatDetectionCustomModuleBuilder newFolderLocationEffectiveEventThreatDetectionCustomModuleBuilder()
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName.FolderLocationEffectiveEventThreatDetectionCustomModuleBuilder

newOrganizationLocationEffectiveEventThreatDetectionCustomModuleBuilder()

public static EffectiveEventThreatDetectionCustomModuleName.Builder newOrganizationLocationEffectiveEventThreatDetectionCustomModuleBuilder()
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName.Builder

newProjectLocationEffectiveEventThreatDetectionCustomModuleBuilder()

public static EffectiveEventThreatDetectionCustomModuleName.ProjectLocationEffectiveEventThreatDetectionCustomModuleBuilder newProjectLocationEffectiveEventThreatDetectionCustomModuleBuilder()
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName.ProjectLocationEffectiveEventThreatDetectionCustomModuleBuilder

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
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName

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
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName

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
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName

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
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName

parse(String formattedString)

public static EffectiveEventThreatDetectionCustomModuleName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName

parseList(List<String> formattedStrings)

public static List<EffectiveEventThreatDetectionCustomModuleName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<EffectiveEventThreatDetectionCustomModuleName>

toStringList(List<EffectiveEventThreatDetectionCustomModuleName> values)

public static List<String> toStringList(List<EffectiveEventThreatDetectionCustomModuleName> values)
Parameter
Name Description
values List<EffectiveEventThreatDetectionCustomModuleName>
Returns
Type Description
List<String>

Constructors

EffectiveEventThreatDetectionCustomModuleName() (deprecated)

protected EffectiveEventThreatDetectionCustomModuleName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getEffectiveEventThreatDetectionCustomModule()

public String getEffectiveEventThreatDetectionCustomModule()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getFolder()

public String getFolder()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public EffectiveEventThreatDetectionCustomModuleName.Builder toBuilder()
Returns
Type Description
EffectiveEventThreatDetectionCustomModuleName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides