Interface UpdateEventThreatDetectionCustomModuleRequestOrBuilder (2.57.0)

public interface UpdateEventThreatDetectionCustomModuleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventThreatDetectionCustomModule()

public abstract EventThreatDetectionCustomModule getEventThreatDetectionCustomModule()

Required. The module being updated.

.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EventThreatDetectionCustomModule

The eventThreatDetectionCustomModule.

getEventThreatDetectionCustomModuleOrBuilder()

public abstract EventThreatDetectionCustomModuleOrBuilder getEventThreatDetectionCustomModuleOrBuilder()

Required. The module being updated.

.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
EventThreatDetectionCustomModuleOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The list of fields to be updated. 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 list of fields to be updated. If empty all mutable fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasEventThreatDetectionCustomModule()

public abstract boolean hasEventThreatDetectionCustomModule()

Required. The module being updated.

.google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the eventThreatDetectionCustomModule field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The list of fields to be updated. If empty all mutable fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.