Interface CreateMessageNotificationOptionsOrBuilder (0.57.0)

public interface CreateMessageNotificationOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotificationType()

public abstract CreateMessageNotificationOptions.NotificationType getNotificationType()

The notification type for the message.

.google.chat.v1.CreateMessageNotificationOptions.NotificationType notification_type = 1;

Returns
Type Description
CreateMessageNotificationOptions.NotificationType

The notificationType.

getNotificationTypeValue()

public abstract int getNotificationTypeValue()

The notification type for the message.

.google.chat.v1.CreateMessageNotificationOptions.NotificationType notification_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for notificationType.