Package com.google.monitoring.v3
Class NotificationChannelName
- java.lang.Object
-
- com.google.monitoring.v3.NotificationChannelName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class NotificationChannelName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationChannelName.Builder
Builder for projects/{project}/notificationChannels/{notification_channel}.static class
NotificationChannelName.FolderNotificationChannelBuilder
Builder for folders/{folder}/notificationChannels/{notification_channel}.static class
NotificationChannelName.OrganizationNotificationChannelBuilder
Builder for organizations/{organization}/notificationChannels/{notification_channel}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
NotificationChannelName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
NotificationChannelName
@Deprecated protected NotificationChannelName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getNotificationChannel
public String getNotificationChannel()
-
getOrganization
public String getOrganization()
-
getFolder
public String getFolder()
-
newBuilder
public static NotificationChannelName.Builder newBuilder()
-
newProjectNotificationChannelBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelName.Builder newProjectNotificationChannelBuilder()
-
newOrganizationNotificationChannelBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelName.OrganizationNotificationChannelBuilder newOrganizationNotificationChannelBuilder()
-
newFolderNotificationChannelBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static NotificationChannelName.FolderNotificationChannelBuilder newFolderNotificationChannelBuilder()
-
toBuilder
public NotificationChannelName.Builder toBuilder()
-
of
public static NotificationChannelName of(String project, String notificationChannel)
-
ofProjectNotificationChannelName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelName ofProjectNotificationChannelName(String project, String notificationChannel)
-
ofOrganizationNotificationChannelName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelName ofOrganizationNotificationChannelName(String organization, String notificationChannel)
-
ofFolderNotificationChannelName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelName ofFolderNotificationChannelName(String folder, String notificationChannel)
-
formatProjectNotificationChannelName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectNotificationChannelName(String project, String notificationChannel)
-
formatOrganizationNotificationChannelName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationNotificationChannelName(String organization, String notificationChannel)
-
formatFolderNotificationChannelName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderNotificationChannelName(String folder, String notificationChannel)
-
parse
public static NotificationChannelName parse(String formattedString)
-
parseList
public static List<NotificationChannelName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<NotificationChannelName> 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
-
-