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