public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModuleOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to be updated. The only fields that can be updated are
enablement_state
and custom_config
. If empty or set to the wildcard
value *
, both enablement_state
and custom_config
are 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. The only fields that can be updated are
enablement_state
and custom_config
. If empty or set to the wildcard
value *
, both enablement_state
and custom_config
are updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the securityHealthAnalyticsCustomModule field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to be updated. The only fields that can be updated are
enablement_state
and custom_config
. If empty or set to the wildcard
value *
, both enablement_state
and custom_config
are updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |