Uses of Class
com.google.cloud.essentialcontacts.v1.NotificationCategory
-
Packages that use NotificationCategory Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts API -
-
Uses of NotificationCategory in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return NotificationCategory Modifier and Type Method Description static NotificationCategory
NotificationCategory. forNumber(int value)
NotificationCategory
ComputeContactsRequest.Builder. getNotificationCategories(int index)
The categories of notifications to compute contacts for.NotificationCategory
ComputeContactsRequest. getNotificationCategories(int index)
The categories of notifications to compute contacts for.NotificationCategory
ComputeContactsRequestOrBuilder. getNotificationCategories(int index)
The categories of notifications to compute contacts for.NotificationCategory
SendTestMessageRequest.Builder. getNotificationCategory()
Required.NotificationCategory
SendTestMessageRequest. getNotificationCategory()
Required.NotificationCategory
SendTestMessageRequestOrBuilder. getNotificationCategory()
Required.NotificationCategory
Contact.Builder. getNotificationCategorySubscriptions(int index)
Required.NotificationCategory
Contact. getNotificationCategorySubscriptions(int index)
Required.NotificationCategory
ContactOrBuilder. getNotificationCategorySubscriptions(int index)
Required.static NotificationCategory
NotificationCategory. valueOf(int value)
Deprecated.static NotificationCategory
NotificationCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NotificationCategory
NotificationCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationCategory[]
NotificationCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type NotificationCategory Modifier and Type Method Description List<NotificationCategory>
ComputeContactsRequest.Builder. getNotificationCategoriesList()
The categories of notifications to compute contacts for.List<NotificationCategory>
ComputeContactsRequest. getNotificationCategoriesList()
The categories of notifications to compute contacts for.List<NotificationCategory>
ComputeContactsRequestOrBuilder. getNotificationCategoriesList()
The categories of notifications to compute contacts for.List<NotificationCategory>
Contact.Builder. getNotificationCategorySubscriptionsList()
Required.List<NotificationCategory>
Contact. getNotificationCategorySubscriptionsList()
Required.List<NotificationCategory>
ContactOrBuilder. getNotificationCategorySubscriptionsList()
Required.static com.google.protobuf.Internal.EnumLiteMap<NotificationCategory>
NotificationCategory. internalGetValueMap()
Methods in com.google.cloud.essentialcontacts.v1 with parameters of type NotificationCategory Modifier and Type Method Description ComputeContactsRequest.Builder
ComputeContactsRequest.Builder. addNotificationCategories(NotificationCategory value)
The categories of notifications to compute contacts for.Contact.Builder
Contact.Builder. addNotificationCategorySubscriptions(NotificationCategory value)
Required.ComputeContactsRequest.Builder
ComputeContactsRequest.Builder. setNotificationCategories(int index, NotificationCategory value)
The categories of notifications to compute contacts for.SendTestMessageRequest.Builder
SendTestMessageRequest.Builder. setNotificationCategory(NotificationCategory value)
Required.Contact.Builder
Contact.Builder. setNotificationCategorySubscriptions(int index, NotificationCategory value)
Required.Method parameters in com.google.cloud.essentialcontacts.v1 with type arguments of type NotificationCategory Modifier and Type Method Description ComputeContactsRequest.Builder
ComputeContactsRequest.Builder. addAllNotificationCategories(Iterable<? extends NotificationCategory> values)
The categories of notifications to compute contacts for.Contact.Builder
Contact.Builder. addAllNotificationCategorySubscriptions(Iterable<? extends NotificationCategory> values)
Required.
-