public interface UpdateSpaceNotificationSettingRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSpaceNotificationSetting()
public abstract SpaceNotificationSetting getSpaceNotificationSetting() Required. The resource name for the space notification settings must be
 populated in the form of
 users/{user}/spaces/{space}/spaceNotificationSetting. Only fields
 specified by update_mask are updated.
 
 .google.chat.v1.SpaceNotificationSetting space_notification_setting = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| SpaceNotificationSetting | The spaceNotificationSetting. | 
getSpaceNotificationSettingOrBuilder()
public abstract SpaceNotificationSettingOrBuilder getSpaceNotificationSettingOrBuilder() Required. The resource name for the space notification settings must be
 populated in the form of
 users/{user}/spaces/{space}/spaceNotificationSetting. Only fields
 specified by update_mask are updated.
 
 .google.chat.v1.SpaceNotificationSetting space_notification_setting = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| SpaceNotificationSettingOrBuilder | |
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. Supported field paths:
- notification_setting
- mute_setting
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| FieldMask | The updateMask. | 
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. Supported field paths:
- notification_setting
- mute_setting
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| FieldMaskOrBuilder | |
hasSpaceNotificationSetting()
public abstract boolean hasSpaceNotificationSetting() Required. The resource name for the space notification settings must be
 populated in the form of
 users/{user}/spaces/{space}/spaceNotificationSetting. Only fields
 specified by update_mask are updated.
 
 .google.chat.v1.SpaceNotificationSetting space_notification_setting = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the spaceNotificationSetting field is set. | 
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. Supported field paths:
- notification_setting
- mute_setting
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the updateMask field is set. |