Class EventThreatDetectionCustomModuleName (0.4.0)

public class EventThreatDetectionCustomModuleName implements ResourceName

Inheritance

Object > EventThreatDetectionCustomModuleName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String organization, String location, String eventThreatDetectionCustomModule)

public static String format(String organization, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
organizationString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
String

formatFolderLocationEventThreatDetectionCustomModuleName(String folder, String location, String eventThreatDetectionCustomModule)

public static String formatFolderLocationEventThreatDetectionCustomModuleName(String folder, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
folderString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
String

formatOrganizationLocationEventThreatDetectionCustomModuleName(String organization, String location, String eventThreatDetectionCustomModule)

public static String formatOrganizationLocationEventThreatDetectionCustomModuleName(String organization, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
organizationString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
String

formatProjectLocationEventThreatDetectionCustomModuleName(String project, String location, String eventThreatDetectionCustomModule)

public static String formatProjectLocationEventThreatDetectionCustomModuleName(String project, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
projectString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static EventThreatDetectionCustomModuleName.Builder newBuilder()
Returns
TypeDescription
EventThreatDetectionCustomModuleName.Builder

newFolderLocationEventThreatDetectionCustomModuleBuilder()

public static EventThreatDetectionCustomModuleName.FolderLocationEventThreatDetectionCustomModuleBuilder newFolderLocationEventThreatDetectionCustomModuleBuilder()
Returns
TypeDescription
EventThreatDetectionCustomModuleName.FolderLocationEventThreatDetectionCustomModuleBuilder

newOrganizationLocationEventThreatDetectionCustomModuleBuilder()

public static EventThreatDetectionCustomModuleName.Builder newOrganizationLocationEventThreatDetectionCustomModuleBuilder()
Returns
TypeDescription
EventThreatDetectionCustomModuleName.Builder

newProjectLocationEventThreatDetectionCustomModuleBuilder()

public static EventThreatDetectionCustomModuleName.ProjectLocationEventThreatDetectionCustomModuleBuilder newProjectLocationEventThreatDetectionCustomModuleBuilder()
Returns
TypeDescription
EventThreatDetectionCustomModuleName.ProjectLocationEventThreatDetectionCustomModuleBuilder

of(String organization, String location, String eventThreatDetectionCustomModule)

public static EventThreatDetectionCustomModuleName of(String organization, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
organizationString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
EventThreatDetectionCustomModuleName

ofFolderLocationEventThreatDetectionCustomModuleName(String folder, String location, String eventThreatDetectionCustomModule)

public static EventThreatDetectionCustomModuleName ofFolderLocationEventThreatDetectionCustomModuleName(String folder, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
folderString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
EventThreatDetectionCustomModuleName

ofOrganizationLocationEventThreatDetectionCustomModuleName(String organization, String location, String eventThreatDetectionCustomModule)

public static EventThreatDetectionCustomModuleName ofOrganizationLocationEventThreatDetectionCustomModuleName(String organization, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
organizationString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
EventThreatDetectionCustomModuleName

ofProjectLocationEventThreatDetectionCustomModuleName(String project, String location, String eventThreatDetectionCustomModule)

public static EventThreatDetectionCustomModuleName ofProjectLocationEventThreatDetectionCustomModuleName(String project, String location, String eventThreatDetectionCustomModule)
Parameters
NameDescription
projectString
locationString
eventThreatDetectionCustomModuleString
Returns
TypeDescription
EventThreatDetectionCustomModuleName

parse(String formattedString)

public static EventThreatDetectionCustomModuleName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
EventThreatDetectionCustomModuleName

parseList(List<String> formattedStrings)

public static List<EventThreatDetectionCustomModuleName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<EventThreatDetectionCustomModuleName>

toStringList(List<EventThreatDetectionCustomModuleName> values)

public static List<String> toStringList(List<EventThreatDetectionCustomModuleName> values)
Parameter
NameDescription
valuesList<EventThreatDetectionCustomModuleName>
Returns
TypeDescription
List<String>

Constructors

EventThreatDetectionCustomModuleName() (deprecated)

protected EventThreatDetectionCustomModuleName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getEventThreatDetectionCustomModule()

public String getEventThreatDetectionCustomModule()
Returns
TypeDescription
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getFolder()

public String getFolder()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public EventThreatDetectionCustomModuleName.Builder toBuilder()
Returns
TypeDescription
EventThreatDetectionCustomModuleName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides