Interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateSecurityHealthAnalyticsCustomModuleRequest
,UpdateSecurityHealthAnalyticsCustomModuleRequest.Builder
public interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSecurityHealthAnalyticsCustomModule
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:
- Whether the securityHealthAnalyticsCustomModule field is set.
-
getSecurityHealthAnalyticsCustomModule
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:
- The securityHealthAnalyticsCustomModule.
-
getSecurityHealthAnalyticsCustomModuleOrBuilder
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];
-
hasUpdateMask
boolean hasUpdateMask()
The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to update.
.google.protobuf.FieldMask update_mask = 2;
-
-