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