Uses of Class
com.google.cloud.securitycenter.v1p1beta1.NotificationConfig.NotifyConfigCase
-
Packages that use NotificationConfig.NotifyConfigCase Package Description com.google.cloud.securitycenter.v1p1beta1 A client to Security Command Center API -
-
Uses of NotificationConfig.NotifyConfigCase in com.google.cloud.securitycenter.v1p1beta1
Methods in com.google.cloud.securitycenter.v1p1beta1 that return NotificationConfig.NotifyConfigCase Modifier and Type Method Description static NotificationConfig.NotifyConfigCase
NotificationConfig.NotifyConfigCase. forNumber(int value)
NotificationConfig.NotifyConfigCase
NotificationConfig.Builder. getNotifyConfigCase()
NotificationConfig.NotifyConfigCase
NotificationConfig. getNotifyConfigCase()
NotificationConfig.NotifyConfigCase
NotificationConfigOrBuilder. getNotifyConfigCase()
static NotificationConfig.NotifyConfigCase
NotificationConfig.NotifyConfigCase. valueOf(int value)
Deprecated.static NotificationConfig.NotifyConfigCase
NotificationConfig.NotifyConfigCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationConfig.NotifyConfigCase[]
NotificationConfig.NotifyConfigCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-