@Generated(value="by gapic-generator-java") public class NotificationConfigName extends Object implements com.google.api.resourcenames.ResourceName
Modifier and Type | Class and Description |
---|---|
static class |
NotificationConfigName.Builder
Builder for organizations/{organization}/notificationConfigs/{notification_config}.
|
Modifier | Constructor and Description |
---|---|
protected |
NotificationConfigName()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static String |
format(String organization,
String notificationConfig) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getNotificationConfig() |
String |
getOrganization() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static NotificationConfigName.Builder |
newBuilder() |
static NotificationConfigName |
of(String organization,
String notificationConfig) |
static NotificationConfigName |
parse(String formattedString) |
static List<NotificationConfigName> |
parseList(List<String> formattedStrings) |
NotificationConfigName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<NotificationConfigName> values) |
@Deprecated protected NotificationConfigName()
public String getOrganization()
public String getNotificationConfig()
public static NotificationConfigName.Builder newBuilder()
public NotificationConfigName.Builder toBuilder()
public static NotificationConfigName of(String organization, String notificationConfig)
public static NotificationConfigName parse(String formattedString)
public static List<NotificationConfigName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<NotificationConfigName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap
in interface com.google.api.resourcenames.ResourceName
public String getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.resourcenames.ResourceName
Copyright © 2022 Google LLC. All rights reserved.