Uses of Class
com.google.cloud.advisorynotifications.v1.NotificationView
-
Packages that use NotificationView Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of NotificationView in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return NotificationView Modifier and Type Method Description static NotificationView
NotificationView. forNumber(int value)
NotificationView
ListNotificationsRequest.Builder. getView()
Specifies which parts of the notification resource should be returned in the response.NotificationView
ListNotificationsRequest. getView()
Specifies which parts of the notification resource should be returned in the response.NotificationView
ListNotificationsRequestOrBuilder. getView()
Specifies which parts of the notification resource should be returned in the response.static NotificationView
NotificationView. valueOf(int value)
Deprecated.static NotificationView
NotificationView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NotificationView
NotificationView. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationView[]
NotificationView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type NotificationView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NotificationView>
NotificationView. internalGetValueMap()
Methods in com.google.cloud.advisorynotifications.v1 with parameters of type NotificationView Modifier and Type Method Description ListNotificationsRequest.Builder
ListNotificationsRequest.Builder. setView(NotificationView value)
Specifies which parts of the notification resource should be returned in the response.
-