Class NotificationConfigName (2.40.1)

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
Typ Description
String

isParsableFrom(String formattedString)

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

newBuilder()

public static NotificationConfigName.Builder newBuilder()
Returns
Typ 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
Typ Description
NotificationConfigName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<NotificationConfigName> values)

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

Constructors

NotificationConfigName() (deprecated)

protected NotificationConfigName()

Methods

equals(Object o)

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

getBucket()

public String getBucket()
Returns
Typ Description
String

getFieldValue(String fieldName)

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

getFieldValuesMap()

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

getNotificationConfig()

public String getNotificationConfig()
Returns
Typ Description
String

getProject()

public String getProject()
Returns
Typ Description
String

hashCode()

public int hashCode()
Returns
Typ Description
int
Overrides

toBuilder()

public NotificationConfigName.Builder toBuilder()
Returns
Typ Description
NotificationConfigName.Builder

toString()

public String toString()
Returns
Typ Description
String
Overrides