public interface SpaceNotificationSettingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMuteSetting()
public abstract SpaceNotificationSetting.MuteSetting getMuteSetting()The space notification mute setting.
 optional .google.chat.v1.SpaceNotificationSetting.MuteSetting mute_setting = 3;
| Returns | |
|---|---|
| Type | Description | 
SpaceNotificationSetting.MuteSetting | 
        The muteSetting.  | 
      
getMuteSettingValue()
public abstract int getMuteSettingValue()The space notification mute setting.
 optional .google.chat.v1.SpaceNotificationSetting.MuteSetting mute_setting = 3;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for muteSetting.  | 
      
getName()
public abstract String getName() Identifier. The resource name of the space notification setting.
 Format: users/{user}/spaces/{space}/spaceNotificationSetting.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the space notification setting.
 Format: users/{user}/spaces/{space}/spaceNotificationSetting.
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getNotificationSetting()
public abstract SpaceNotificationSetting.NotificationSetting getNotificationSetting()The notification setting.
 
 optional .google.chat.v1.SpaceNotificationSetting.NotificationSetting notification_setting = 2;
 
| Returns | |
|---|---|
| Type | Description | 
SpaceNotificationSetting.NotificationSetting | 
        The notificationSetting.  | 
      
getNotificationSettingValue()
public abstract int getNotificationSettingValue()The notification setting.
 
 optional .google.chat.v1.SpaceNotificationSetting.NotificationSetting notification_setting = 2;
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for notificationSetting.  | 
      
hasMuteSetting()
public abstract boolean hasMuteSetting()The space notification mute setting.
 optional .google.chat.v1.SpaceNotificationSetting.MuteSetting mute_setting = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the muteSetting field is set.  | 
      
hasNotificationSetting()
public abstract boolean hasNotificationSetting()The notification setting.
 
 optional .google.chat.v1.SpaceNotificationSetting.NotificationSetting notification_setting = 2;
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the notificationSetting field is set.  |