public interface UpdateNotificationConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNotificationConfig()
public abstract NotificationConfig getNotificationConfig()Required. The notification config to update.
.google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NotificationConfig |
The notificationConfig. |
getNotificationConfigOrBuilder()
public abstract NotificationConfigOrBuilder getNotificationConfigOrBuilder()Required. The notification config to update.
.google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
NotificationConfigOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()The FieldMask to use when updating the notification config. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The FieldMask to use when updating the notification config. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasNotificationConfig()
public abstract boolean hasNotificationConfig()Required. The notification config to update.
.google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the notificationConfig field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The FieldMask to use when updating the notification config. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |