Interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder (2.49.0)

public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSecurityHealthAnalyticsCustomModule()

public abstract SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModule()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SecurityHealthAnalyticsCustomModule

The securityHealthAnalyticsCustomModule.

getSecurityHealthAnalyticsCustomModuleOrBuilder()

public abstract SecurityHealthAnalyticsCustomModuleOrBuilder getSecurityHealthAnalyticsCustomModuleOrBuilder()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SecurityHealthAnalyticsCustomModuleOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The list of fields to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The list of fields to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasSecurityHealthAnalyticsCustomModule()

public abstract boolean hasSecurityHealthAnalyticsCustomModule()

Required. The SecurityHealthAnalytics custom module to update.

.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the securityHealthAnalyticsCustomModule field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The list of fields to update.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.