Interface UpdateSecurityHealthAnalyticsCustomModuleRequestOrBuilder

    • 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;