Interface UpdateNotificationConfigRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateNotificationConfigRequest
,UpdateNotificationConfigRequest.Builder
public interface UpdateNotificationConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationConfig
getNotificationConfig()
Required.NotificationConfigOrBuilder
getNotificationConfigOrBuilder()
Required.com.google.protobuf.FieldMask
getUpdateMask()
The FieldMask to use when updating the notification config.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
The FieldMask to use when updating the notification config.boolean
hasNotificationConfig()
Required.boolean
hasUpdateMask()
The FieldMask to use when updating the notification config.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNotificationConfig
boolean hasNotificationConfig()
Required. The notification config to update.
.google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the notificationConfig field is set.
-
getNotificationConfig
NotificationConfig getNotificationConfig()
Required. The notification config to update.
.google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The notificationConfig.
-
getNotificationConfigOrBuilder
NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Required. The notification config to update.
.google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
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:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.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:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.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;
-
-