Class NotificationConfigName (2.37.0)

public class NotificationConfigName implements ResourceName

Inheritance

Object > NotificationConfigName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String project, String bucket, String notificationConfig)

public static String format(String project, String bucket, String notificationConfig)
Parameters
Name Description
project String
bucket 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

of(String project, String bucket, String notificationConfig)

public static NotificationConfigName of(String project, String bucket, String notificationConfig)
Parameters
Name Description
project String
bucket 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

getBucket()

public String getBucket()
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>

getNotificationConfig()

public String getNotificationConfig()
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