Package com.google.monitoring.v3
Class NotificationChannelDescriptorName
- java.lang.Object
-
- com.google.monitoring.v3.NotificationChannelDescriptorName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class NotificationChannelDescriptorName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
NotificationChannelDescriptorName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
NotificationChannelDescriptorName
@Deprecated protected NotificationChannelDescriptorName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getChannelDescriptor
public String getChannelDescriptor()
-
getOrganization
public String getOrganization()
-
getFolder
public String getFolder()
-
newBuilder
public static NotificationChannelDescriptorName.Builder newBuilder()
-
newProjectChannelDescriptorBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName.Builder newProjectChannelDescriptorBuilder()
-
newOrganizationChannelDescriptorBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName.OrganizationChannelDescriptorBuilder newOrganizationChannelDescriptorBuilder()
-
newFolderChannelDescriptorBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName.FolderChannelDescriptorBuilder newFolderChannelDescriptorBuilder()
-
toBuilder
public NotificationChannelDescriptorName.Builder toBuilder()
-
of
public static NotificationChannelDescriptorName of(String project, String channelDescriptor)
-
ofProjectChannelDescriptorName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofProjectChannelDescriptorName(String project, String channelDescriptor)
-
ofOrganizationChannelDescriptorName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofOrganizationChannelDescriptorName(String organization, String channelDescriptor)
-
ofFolderChannelDescriptorName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofFolderChannelDescriptorName(String folder, String channelDescriptor)
-
formatProjectChannelDescriptorName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectChannelDescriptorName(String project, String channelDescriptor)
-
formatOrganizationChannelDescriptorName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationChannelDescriptorName(String organization, String channelDescriptor)
-
formatFolderChannelDescriptorName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderChannelDescriptorName(String folder, String channelDescriptor)
-
parse
public static NotificationChannelDescriptorName parse(String formattedString)
-
parseList
public static List<NotificationChannelDescriptorName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<NotificationChannelDescriptorName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-