public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SecurityHealthAnalyticsCustomModule |
getSecurityHealthAnalyticsCustomModule()
Required.
|
SecurityHealthAnalyticsCustomModuleOrBuilder |
getSecurityHealthAnalyticsCustomModuleOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
The list of fields to update.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to update.
|
boolean |
hasSecurityHealthAnalyticsCustomModule()
Required.
|
boolean |
hasUpdateMask()
The list of fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSecurityHealthAnalyticsCustomModule()
Required. The SecurityHealthAnalytics custom module to update.
.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_module = 1 [(.google.api.field_behavior) = REQUIRED];
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];
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];
boolean hasUpdateMask()
The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.