Class NotificationConfigName (2.51.0)

public class NotificationConfigName implements ResourceName

Inheritance

Object > NotificationConfigName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String organization, String notificationConfig)

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

formatFolderNotificationConfigName(String folder, String notificationConfig)

public static String formatFolderNotificationConfigName(String folder, String notificationConfig)
Parameters
Name Description
folder String
notificationConfig String
Returns
Type Description
String

formatOrganizationNotificationConfigName(String organization, String notificationConfig)

public static String formatOrganizationNotificationConfigName(String organization, String notificationConfig)
Parameters
Name Description
organization String
notificationConfig String
Returns
Type Description
String

formatProjectNotificationConfigName(String project, String notificationConfig)

public static String formatProjectNotificationConfigName(String project, String notificationConfig)
Parameters
Name Description
project String
notificationConfig 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 NotificationConfigName.Builder newBuilder()
Returns
Type Description
NotificationConfigName.Builder

newFolderNotificationConfigBuilder()

public static NotificationConfigName.FolderNotificationConfigBuilder newFolderNotificationConfigBuilder()
Returns
Type Description
NotificationConfigName.FolderNotificationConfigBuilder

newOrganizationNotificationConfigBuilder()

public static NotificationConfigName.Builder newOrganizationNotificationConfigBuilder()
Returns
Type Description
NotificationConfigName.Builder

newProjectNotificationConfigBuilder()

public static NotificationConfigName.ProjectNotificationConfigBuilder newProjectNotificationConfigBuilder()
Returns
Type Description
NotificationConfigName.ProjectNotificationConfigBuilder

of(String organization, String notificationConfig)

public static NotificationConfigName of(String organization, String notificationConfig)
Parameters
Name Description
organization String
notificationConfig String
Returns
Type Description
NotificationConfigName

ofFolderNotificationConfigName(String folder, String notificationConfig)

public static NotificationConfigName ofFolderNotificationConfigName(String folder, String notificationConfig)
Parameters
Name Description
folder String
notificationConfig String
Returns
Type Description
NotificationConfigName

ofOrganizationNotificationConfigName(String organization, String notificationConfig)

public static NotificationConfigName ofOrganizationNotificationConfigName(String organization, String notificationConfig)
Parameters
Name Description
organization String
notificationConfig String
Returns
Type Description
NotificationConfigName

ofProjectNotificationConfigName(String project, String notificationConfig)

public static NotificationConfigName ofProjectNotificationConfigName(String project, String notificationConfig)
Parameters
Name Description
project String
notificationConfig String
Returns
Type Description
NotificationConfigName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<NotificationConfigName> values)

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

Constructors

NotificationConfigName() (deprecated)

protected NotificationConfigName()

Methods

equals(Object o)

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

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

getNotificationConfig()

public String getNotificationConfig()
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 NotificationConfigName.Builder toBuilder()
Returns
Type Description
NotificationConfigName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides