@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 projects/{project}/buckets/{bucket}/notificationConfigs/{notification}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NotificationName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String bucket,
String notification) |
String |
getBucket() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getNotification() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static NotificationName.Builder |
newBuilder() |
static NotificationName |
of(String project,
String bucket,
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 getProject()
public String getBucket()
public String getNotification()
public static NotificationName.Builder newBuilder()
public NotificationName.Builder toBuilder()
public static NotificationName of(String project, String bucket, 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 © 2022 Google LLC. All rights reserved.