- 2.52.0 (latest)
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.4
- 2.1.1
- 2.0.15
public interface FindingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBody()
public abstract String getBody()
Output only. The body of the request that triggered the vulnerability.
string body = 5;
Returns | |
---|---|
Type | Description |
String |
The body. |
getBodyBytes()
public abstract ByteString getBodyBytes()
Output only. The body of the request that triggered the vulnerability.
string body = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for body. |
getDescription()
public abstract String getDescription()
Output only. The description of the vulnerability.
string description = 6;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()
Output only. The description of the vulnerability.
string description = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getFinalUrl()
public abstract String getFinalUrl()
Output only. The URL where the browser lands when the vulnerability is detected.
string final_url = 9;
Returns | |
---|---|
Type | Description |
String |
The finalUrl. |
getFinalUrlBytes()
public abstract ByteString getFinalUrlBytes()
Output only. The URL where the browser lands when the vulnerability is detected.
string final_url = 9;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for finalUrl. |
getFindingType()
public abstract String getFindingType()
Output only. The type of the Finding. Detailed and up-to-date information on findings can be found here: https://cloud.google.com/security-command-center/docs/how-to-remediate-web-security-scanner-findings
string finding_type = 2;
Returns | |
---|---|
Type | Description |
String |
The findingType. |
getFindingTypeBytes()
public abstract ByteString getFindingTypeBytes()
Output only. The type of the Finding. Detailed and up-to-date information on findings can be found here: https://cloud.google.com/security-command-center/docs/how-to-remediate-web-security-scanner-findings
string finding_type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for findingType. |
getForm()
public abstract Form getForm()
Output only. An addon containing information reported for a vulnerability with an HTML form, if any.
.google.cloud.websecurityscanner.v1.Form form = 16;
Returns | |
---|---|
Type | Description |
Form |
The form. |
getFormOrBuilder()
public abstract FormOrBuilder getFormOrBuilder()
Output only. An addon containing information reported for a vulnerability with an HTML form, if any.
.google.cloud.websecurityscanner.v1.Form form = 16;
Returns | |
---|---|
Type | Description |
FormOrBuilder |
getFrameUrl()
public abstract String getFrameUrl()
Output only. If the vulnerability was originated from nested IFrame, the immediate parent IFrame is reported.
string frame_url = 8;
Returns | |
---|---|
Type | Description |
String |
The frameUrl. |
getFrameUrlBytes()
public abstract ByteString getFrameUrlBytes()
Output only. If the vulnerability was originated from nested IFrame, the immediate parent IFrame is reported.
string frame_url = 8;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for frameUrl. |
getFuzzedUrl()
public abstract String getFuzzedUrl()
Output only. The URL produced by the server-side fuzzer and used in the request that triggered the vulnerability.
string fuzzed_url = 4;
Returns | |
---|---|
Type | Description |
String |
The fuzzedUrl. |
getFuzzedUrlBytes()
public abstract ByteString getFuzzedUrlBytes()
Output only. The URL produced by the server-side fuzzer and used in the request that triggered the vulnerability.
string fuzzed_url = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for fuzzedUrl. |
getHttpMethod()
public abstract String getHttpMethod()
Output only. The http method of the request that triggered the vulnerability, in uppercase.
string http_method = 3;
Returns | |
---|---|
Type | Description |
String |
The httpMethod. |
getHttpMethodBytes()
public abstract ByteString getHttpMethodBytes()
Output only. The http method of the request that triggered the vulnerability, in uppercase.
string http_method = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for httpMethod. |
getName()
public abstract String getName()
Output only. The resource name of the Finding. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'. The finding IDs are generated by the system.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. The resource name of the Finding. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanruns/{scanRunId}/findings/{findingId}'. The finding IDs are generated by the system.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getOutdatedLibrary()
public abstract OutdatedLibrary getOutdatedLibrary()
Output only. An addon containing information about outdated libraries.
.google.cloud.websecurityscanner.v1.OutdatedLibrary outdated_library = 11;
Returns | |
---|---|
Type | Description |
OutdatedLibrary |
The outdatedLibrary. |
getOutdatedLibraryOrBuilder()
public abstract OutdatedLibraryOrBuilder getOutdatedLibraryOrBuilder()
Output only. An addon containing information about outdated libraries.
.google.cloud.websecurityscanner.v1.OutdatedLibrary outdated_library = 11;
Returns | |
---|---|
Type | Description |
OutdatedLibraryOrBuilder |
getReproductionUrl()
public abstract String getReproductionUrl()
Output only. The URL containing human-readable payload that user can leverage to reproduce the vulnerability.
string reproduction_url = 7;
Returns | |
---|---|
Type | Description |
String |
The reproductionUrl. |
getReproductionUrlBytes()
public abstract ByteString getReproductionUrlBytes()
Output only. The URL containing human-readable payload that user can leverage to reproduce the vulnerability.
string reproduction_url = 7;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for reproductionUrl. |
getSeverity()
public abstract Finding.Severity getSeverity()
Output only. The severity level of the reported vulnerability.
.google.cloud.websecurityscanner.v1.Finding.Severity severity = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Finding.Severity |
The severity. |
getSeverityValue()
public abstract int getSeverityValue()
Output only. The severity level of the reported vulnerability.
.google.cloud.websecurityscanner.v1.Finding.Severity severity = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for severity. |
getTrackingId()
public abstract String getTrackingId()
Output only. The tracking ID uniquely identifies a vulnerability instance across multiple ScanRuns.
string tracking_id = 10;
Returns | |
---|---|
Type | Description |
String |
The trackingId. |
getTrackingIdBytes()
public abstract ByteString getTrackingIdBytes()
Output only. The tracking ID uniquely identifies a vulnerability instance across multiple ScanRuns.
string tracking_id = 10;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for trackingId. |
getViolatingResource()
public abstract ViolatingResource getViolatingResource()
Output only. An addon containing detailed information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
.google.cloud.websecurityscanner.v1.ViolatingResource violating_resource = 12;
Returns | |
---|---|
Type | Description |
ViolatingResource |
The violatingResource. |
getViolatingResourceOrBuilder()
public abstract ViolatingResourceOrBuilder getViolatingResourceOrBuilder()
Output only. An addon containing detailed information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
.google.cloud.websecurityscanner.v1.ViolatingResource violating_resource = 12;
Returns | |
---|---|
Type | Description |
ViolatingResourceOrBuilder |
getVulnerableHeaders()
public abstract VulnerableHeaders getVulnerableHeaders()
Output only. An addon containing information about vulnerable or missing HTTP headers.
.google.cloud.websecurityscanner.v1.VulnerableHeaders vulnerable_headers = 15;
Returns | |
---|---|
Type | Description |
VulnerableHeaders |
The vulnerableHeaders. |
getVulnerableHeadersOrBuilder()
public abstract VulnerableHeadersOrBuilder getVulnerableHeadersOrBuilder()
Output only. An addon containing information about vulnerable or missing HTTP headers.
.google.cloud.websecurityscanner.v1.VulnerableHeaders vulnerable_headers = 15;
Returns | |
---|---|
Type | Description |
VulnerableHeadersOrBuilder |
getVulnerableParameters()
public abstract VulnerableParameters getVulnerableParameters()
Output only. An addon containing information about request parameters which were found to be vulnerable.
.google.cloud.websecurityscanner.v1.VulnerableParameters vulnerable_parameters = 13;
Returns | |
---|---|
Type | Description |
VulnerableParameters |
The vulnerableParameters. |
getVulnerableParametersOrBuilder()
public abstract VulnerableParametersOrBuilder getVulnerableParametersOrBuilder()
Output only. An addon containing information about request parameters which were found to be vulnerable.
.google.cloud.websecurityscanner.v1.VulnerableParameters vulnerable_parameters = 13;
Returns | |
---|---|
Type | Description |
VulnerableParametersOrBuilder |
getXss()
public abstract Xss getXss()
Output only. An addon containing information reported for an XSS, if any.
.google.cloud.websecurityscanner.v1.Xss xss = 14;
Returns | |
---|---|
Type | Description |
Xss |
The xss. |
getXssOrBuilder()
public abstract XssOrBuilder getXssOrBuilder()
Output only. An addon containing information reported for an XSS, if any.
.google.cloud.websecurityscanner.v1.Xss xss = 14;
Returns | |
---|---|
Type | Description |
XssOrBuilder |
getXxe()
public abstract Xxe getXxe()
Output only. An addon containing information reported for an XXE, if any.
.google.cloud.websecurityscanner.v1.Xxe xxe = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Xxe |
The xxe. |
getXxeOrBuilder()
public abstract XxeOrBuilder getXxeOrBuilder()
Output only. An addon containing information reported for an XXE, if any.
.google.cloud.websecurityscanner.v1.Xxe xxe = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
XxeOrBuilder |
hasForm()
public abstract boolean hasForm()
Output only. An addon containing information reported for a vulnerability with an HTML form, if any.
.google.cloud.websecurityscanner.v1.Form form = 16;
Returns | |
---|---|
Type | Description |
boolean |
Whether the form field is set. |
hasOutdatedLibrary()
public abstract boolean hasOutdatedLibrary()
Output only. An addon containing information about outdated libraries.
.google.cloud.websecurityscanner.v1.OutdatedLibrary outdated_library = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the outdatedLibrary field is set. |
hasViolatingResource()
public abstract boolean hasViolatingResource()
Output only. An addon containing detailed information regarding any resource causing the vulnerability such as JavaScript sources, image, audio files, etc.
.google.cloud.websecurityscanner.v1.ViolatingResource violating_resource = 12;
Returns | |
---|---|
Type | Description |
boolean |
Whether the violatingResource field is set. |
hasVulnerableHeaders()
public abstract boolean hasVulnerableHeaders()
Output only. An addon containing information about vulnerable or missing HTTP headers.
.google.cloud.websecurityscanner.v1.VulnerableHeaders vulnerable_headers = 15;
Returns | |
---|---|
Type | Description |
boolean |
Whether the vulnerableHeaders field is set. |
hasVulnerableParameters()
public abstract boolean hasVulnerableParameters()
Output only. An addon containing information about request parameters which were found to be vulnerable.
.google.cloud.websecurityscanner.v1.VulnerableParameters vulnerable_parameters = 13;
Returns | |
---|---|
Type | Description |
boolean |
Whether the vulnerableParameters field is set. |
hasXss()
public abstract boolean hasXss()
Output only. An addon containing information reported for an XSS, if any.
.google.cloud.websecurityscanner.v1.Xss xss = 14;
Returns | |
---|---|
Type | Description |
boolean |
Whether the xss field is set. |
hasXxe()
public abstract boolean hasXxe()
Output only. An addon containing information reported for an XXE, if any.
.google.cloud.websecurityscanner.v1.Xxe xxe = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the xxe field is set. |