public interface UpdateNotificationConfigRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NotificationConfig |
getNotificationConfig()
Required.
|
NotificationConfigOrBuilder |
getNotificationConfigOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
The FieldMask to use when updating the notification config.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasNotificationConfig()
Required. The notification config to update.
.google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
NotificationConfig getNotificationConfig()
Required. The notification config to update.
.google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
NotificationConfigOrBuilder getNotificationConfigOrBuilder()
Required. The notification config to update.
.google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
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;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.