Class NotificationName (0.33.0)

public class NotificationName implements ResourceName

Inheritance

Object > NotificationName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String organization, String location, String notification)

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

formatOrganizationLocationNotificationName(String organization, String location, String notification)

public static String formatOrganizationLocationNotificationName(String organization, String location, String notification)
Parameters
Name Description
organization String
location String
notification String
Returns
Type Description
String

formatProjectLocationNotificationName(String project, String location, String notification)

public static String formatProjectLocationNotificationName(String project, String location, String notification)
Parameters
Name Description
project String
location String
notification 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 NotificationName.Builder newBuilder()
Returns
Type Description
NotificationName.Builder

newOrganizationLocationNotificationBuilder()

public static NotificationName.Builder newOrganizationLocationNotificationBuilder()
Returns
Type Description
NotificationName.Builder

newProjectLocationNotificationBuilder()

public static NotificationName.ProjectLocationNotificationBuilder newProjectLocationNotificationBuilder()
Returns
Type Description
NotificationName.ProjectLocationNotificationBuilder

of(String organization, String location, String notification)

public static NotificationName of(String organization, String location, String notification)
Parameters
Name Description
organization String
location String
notification String
Returns
Type Description
NotificationName

ofOrganizationLocationNotificationName(String organization, String location, String notification)

public static NotificationName ofOrganizationLocationNotificationName(String organization, String location, String notification)
Parameters
Name Description
organization String
location String
notification String
Returns
Type Description
NotificationName

ofProjectLocationNotificationName(String project, String location, String notification)

public static NotificationName ofProjectLocationNotificationName(String project, String location, String notification)
Parameters
Name Description
project String
location String
notification String
Returns
Type Description
NotificationName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<NotificationName> values)

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

Constructors

NotificationName() (deprecated)

protected NotificationName()

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>

getLocation()

public String getLocation()
Returns
Type Description
String

getNotification()

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

toString()

public String toString()
Returns
Type Description
String
Overrides