@Generated(value="by gapic-generator-java") public class NotificationChannelDescriptorName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationChannelDescriptorName.Builder
Builder for projects/{project}/notificationChannelDescriptors/{channel_descriptor}.
|
static class |
NotificationChannelDescriptorName.FolderChannelDescriptorBuilder
Builder for folders/{folder}/notificationChannelDescriptors/{channel_descriptor}.
|
static class |
NotificationChannelDescriptorName.OrganizationChannelDescriptorBuilder
Builder for organizations/{organization}/notificationChannelDescriptors/{channel_descriptor}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NotificationChannelDescriptorName()
Deprecated.
|
@Deprecated protected NotificationChannelDescriptorName()
public String getProject()
public String getChannelDescriptor()
public String getOrganization()
public String getFolder()
public static NotificationChannelDescriptorName.Builder newBuilder()
public static NotificationChannelDescriptorName.Builder newProjectChannelDescriptorBuilder()
public static NotificationChannelDescriptorName.OrganizationChannelDescriptorBuilder newOrganizationChannelDescriptorBuilder()
public static NotificationChannelDescriptorName.FolderChannelDescriptorBuilder newFolderChannelDescriptorBuilder()
public NotificationChannelDescriptorName.Builder toBuilder()
public static NotificationChannelDescriptorName of(String project, String channelDescriptor)
public static NotificationChannelDescriptorName ofProjectChannelDescriptorName(String project, String channelDescriptor)
public static NotificationChannelDescriptorName ofOrganizationChannelDescriptorName(String organization, String channelDescriptor)
public static NotificationChannelDescriptorName ofFolderChannelDescriptorName(String folder, String channelDescriptor)
public static String formatProjectChannelDescriptorName(String project, String channelDescriptor)
public static String formatOrganizationChannelDescriptorName(String organization, String channelDescriptor)
public static String formatFolderChannelDescriptorName(String folder, String channelDescriptor)
public static NotificationChannelDescriptorName parse(String formattedString)
public static List<NotificationChannelDescriptorName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<NotificationChannelDescriptorName> 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 © 2024 Google LLC. All rights reserved.