public interface ApplicationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUri()
The base URI that identifies the network location of the application in
which the vulnerability was detected.
|
com.google.protobuf.ByteString |
getBaseUriBytes()
The base URI that identifies the network location of the application in
which the vulnerability was detected.
|
String |
getFullUri()
The full URI with payload that can be used to reproduce the
vulnerability.
|
com.google.protobuf.ByteString |
getFullUriBytes()
The full URI with payload that can be used to reproduce the
vulnerability.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getBaseUri()
The base URI that identifies the network location of the application in which the vulnerability was detected. For example, `http://example.com`.
string base_uri = 1;com.google.protobuf.ByteString getBaseUriBytes()
The base URI that identifies the network location of the application in which the vulnerability was detected. For example, `http://example.com`.
string base_uri = 1;String getFullUri()
The full URI with payload that can be used to reproduce the vulnerability. For example, `http://example.com?p=aMmYgI6H`.
string full_uri = 2;com.google.protobuf.ByteString getFullUriBytes()
The full URI with payload that can be used to reproduce the vulnerability. For example, `http://example.com?p=aMmYgI6H`.
string full_uri = 2;Copyright © 2024 Google LLC. All rights reserved.