@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()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName.Builder newProjectChannelDescriptorBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName.OrganizationChannelDescriptorBuilder newOrganizationChannelDescriptorBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName.FolderChannelDescriptorBuilder newFolderChannelDescriptorBuilder()
public NotificationChannelDescriptorName.Builder toBuilder()
public static NotificationChannelDescriptorName of(String project, String channelDescriptor)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofProjectChannelDescriptorName(String project, String channelDescriptor)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofOrganizationChannelDescriptorName(String organization, String channelDescriptor)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofFolderChannelDescriptorName(String folder, String channelDescriptor)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectChannelDescriptorName(String project, String channelDescriptor)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationChannelDescriptorName(String organization, String channelDescriptor)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") 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 © 2023 Google LLC. All rights reserved.