| Modifier and Type | Method and Description |
|---|---|
CustomConfig.Builder |
CustomConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomConfig.Builder |
CustomConfig.Builder.clear() |
CustomConfig.Builder |
CustomConfig.Builder.clearCustomOutput()
Custom output properties.
|
CustomConfig.Builder |
CustomConfig.Builder.clearDescription()
Text that describes the vulnerability or misconfiguration that the custom
module detects.
|
CustomConfig.Builder |
CustomConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CustomConfig.Builder |
CustomConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CustomConfig.Builder |
CustomConfig.Builder.clearPredicate()
The CEL expression to evaluate to produce findings.
|
CustomConfig.Builder |
CustomConfig.Builder.clearRecommendation()
An explanation of the recommended steps that security teams can take to
resolve the detected issue.
|
CustomConfig.Builder |
CustomConfig.Builder.clearResourceSelector()
The resource types that the custom module operates on.
|
CustomConfig.Builder |
CustomConfig.Builder.clearSeverity()
The severity to assign to findings generated by the module.
|
CustomConfig.Builder |
CustomConfig.Builder.clone() |
CustomConfig.Builder |
EffectiveSecurityHealthAnalyticsCustomModule.Builder.getCustomConfigBuilder()
Output only.
|
CustomConfig.Builder |
SimulateSecurityHealthAnalyticsCustomModuleRequest.Builder.getCustomConfigBuilder()
Required.
|
CustomConfig.Builder |
SecurityHealthAnalyticsCustomModule.Builder.getCustomConfigBuilder()
The user specified custom configuration for the module.
|
CustomConfig.Builder |
CustomConfig.Builder.mergeCustomOutput(CustomConfig.CustomOutputSpec value)
Custom output properties.
|
CustomConfig.Builder |
CustomConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CustomConfig.Builder |
CustomConfig.Builder.mergeFrom(CustomConfig other) |
CustomConfig.Builder |
CustomConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
CustomConfig.Builder |
CustomConfig.Builder.mergePredicate(com.google.type.Expr value)
The CEL expression to evaluate to produce findings.
|
CustomConfig.Builder |
CustomConfig.Builder.mergeResourceSelector(CustomConfig.ResourceSelector value)
The resource types that the custom module operates on.
|
CustomConfig.Builder |
CustomConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static CustomConfig.Builder |
CustomConfig.newBuilder() |
static CustomConfig.Builder |
CustomConfig.newBuilder(CustomConfig prototype) |
CustomConfig.Builder |
CustomConfig.newBuilderForType() |
protected CustomConfig.Builder |
CustomConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
CustomConfig.Builder |
CustomConfig.Builder.setCustomOutput(CustomConfig.CustomOutputSpec.Builder builderForValue)
Custom output properties.
|
CustomConfig.Builder |
CustomConfig.Builder.setCustomOutput(CustomConfig.CustomOutputSpec value)
Custom output properties.
|
CustomConfig.Builder |
CustomConfig.Builder.setDescription(String value)
Text that describes the vulnerability or misconfiguration that the custom
module detects.
|
CustomConfig.Builder |
CustomConfig.Builder.setDescriptionBytes(com.google.protobuf.ByteString value)
Text that describes the vulnerability or misconfiguration that the custom
module detects.
|
CustomConfig.Builder |
CustomConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
CustomConfig.Builder |
CustomConfig.Builder.setPredicate(com.google.type.Expr.Builder builderForValue)
The CEL expression to evaluate to produce findings.
|
CustomConfig.Builder |
CustomConfig.Builder.setPredicate(com.google.type.Expr value)
The CEL expression to evaluate to produce findings.
|
CustomConfig.Builder |
CustomConfig.Builder.setRecommendation(String value)
An explanation of the recommended steps that security teams can take to
resolve the detected issue.
|
CustomConfig.Builder |
CustomConfig.Builder.setRecommendationBytes(com.google.protobuf.ByteString value)
An explanation of the recommended steps that security teams can take to
resolve the detected issue.
|
CustomConfig.Builder |
CustomConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
CustomConfig.Builder |
CustomConfig.Builder.setResourceSelector(CustomConfig.ResourceSelector.Builder builderForValue)
The resource types that the custom module operates on.
|
CustomConfig.Builder |
CustomConfig.Builder.setResourceSelector(CustomConfig.ResourceSelector value)
The resource types that the custom module operates on.
|
CustomConfig.Builder |
CustomConfig.Builder.setSeverity(CustomConfig.Severity value)
The severity to assign to findings generated by the module.
|
CustomConfig.Builder |
CustomConfig.Builder.setSeverityValue(int value)
The severity to assign to findings generated by the module.
|
CustomConfig.Builder |
CustomConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CustomConfig.Builder |
CustomConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
EffectiveSecurityHealthAnalyticsCustomModule.Builder |
EffectiveSecurityHealthAnalyticsCustomModule.Builder.setCustomConfig(CustomConfig.Builder builderForValue)
Output only.
|
SimulateSecurityHealthAnalyticsCustomModuleRequest.Builder |
SimulateSecurityHealthAnalyticsCustomModuleRequest.Builder.setCustomConfig(CustomConfig.Builder builderForValue)
Required.
|
SecurityHealthAnalyticsCustomModule.Builder |
SecurityHealthAnalyticsCustomModule.Builder.setCustomConfig(CustomConfig.Builder builderForValue)
The user specified custom configuration for the module.
|
Copyright © 2024 Google LLC. All rights reserved.