- 2.60.0 (latest)
- 2.59.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.1
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.1
- 2.6.0
- 2.5.6
- 2.3.2
public interface CustomConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomOutput()
public abstract CustomConfig.CustomOutputSpec getCustomOutput()
Custom output properties.
.google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec custom_output = 2;
Returns | |
---|---|
Type | Description |
CustomConfig.CustomOutputSpec | The customOutput. |
getCustomOutputOrBuilder()
public abstract CustomConfig.CustomOutputSpecOrBuilder getCustomOutputOrBuilder()
Custom output properties.
.google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec custom_output = 2;
Returns | |
---|---|
Type | Description |
CustomConfig.CustomOutputSpecOrBuilder |
getDescription()
public abstract String getDescription()
Text that describes the vulnerability or misconfiguration that the custom module detects. This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks.
string description = 5;
Returns | |
---|---|
Type | Description |
String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Text that describes the vulnerability or misconfiguration that the custom module detects. This explanation is returned with each finding instance to help investigators understand the detected issue. The text must be enclosed in quotation marks.
string description = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for description. |
getPredicate()
public abstract Expr getPredicate()
The CEL expression to evaluate to produce findings. When the expression evaluates to true against a resource, a finding is generated.
.google.type.Expr predicate = 1;
Returns | |
---|---|
Type | Description |
com.google.type.Expr | The predicate. |
getPredicateOrBuilder()
public abstract ExprOrBuilder getPredicateOrBuilder()
The CEL expression to evaluate to produce findings. When the expression evaluates to true against a resource, a finding is generated.
.google.type.Expr predicate = 1;
Returns | |
---|---|
Type | Description |
com.google.type.ExprOrBuilder |
getRecommendation()
public abstract String getRecommendation()
An explanation of the recommended steps that security teams can take to
resolve the detected issue. This explanation is returned with each finding
generated by this module in the nextSteps
property of the finding JSON.
string recommendation = 6;
Returns | |
---|---|
Type | Description |
String | The recommendation. |
getRecommendationBytes()
public abstract ByteString getRecommendationBytes()
An explanation of the recommended steps that security teams can take to
resolve the detected issue. This explanation is returned with each finding
generated by this module in the nextSteps
property of the finding JSON.
string recommendation = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for recommendation. |
getResourceSelector()
public abstract CustomConfig.ResourceSelector getResourceSelector()
The resource types that the custom module operates on. Each custom module can specify up to 5 resource types.
.google.cloud.securitycenter.v1.CustomConfig.ResourceSelector resource_selector = 3;
Returns | |
---|---|
Type | Description |
CustomConfig.ResourceSelector | The resourceSelector. |
getResourceSelectorOrBuilder()
public abstract CustomConfig.ResourceSelectorOrBuilder getResourceSelectorOrBuilder()
The resource types that the custom module operates on. Each custom module can specify up to 5 resource types.
.google.cloud.securitycenter.v1.CustomConfig.ResourceSelector resource_selector = 3;
Returns | |
---|---|
Type | Description |
CustomConfig.ResourceSelectorOrBuilder |
getSeverity()
public abstract CustomConfig.Severity getSeverity()
The severity to assign to findings generated by the module.
.google.cloud.securitycenter.v1.CustomConfig.Severity severity = 4;
Returns | |
---|---|
Type | Description |
CustomConfig.Severity | The severity. |
getSeverityValue()
public abstract int getSeverityValue()
The severity to assign to findings generated by the module.
.google.cloud.securitycenter.v1.CustomConfig.Severity severity = 4;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for severity. |
hasCustomOutput()
public abstract boolean hasCustomOutput()
Custom output properties.
.google.cloud.securitycenter.v1.CustomConfig.CustomOutputSpec custom_output = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the customOutput field is set. |
hasPredicate()
public abstract boolean hasPredicate()
The CEL expression to evaluate to produce findings. When the expression evaluates to true against a resource, a finding is generated.
.google.type.Expr predicate = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the predicate field is set. |
hasResourceSelector()
public abstract boolean hasResourceSelector()
The resource types that the custom module operates on. Each custom module can specify up to 5 resource types.
.google.cloud.securitycenter.v1.CustomConfig.ResourceSelector resource_selector = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the resourceSelector field is set. |