Google Cloud Web Security Scanner V1 Client - Class Form (0.7.18)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class Form.

! Information about a vulnerability with an HTML.

Generated from protobuf message google.cloud.websecurityscanner.v1.Form

Namespace

Google \ Cloud \ WebSecurityScanner \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ action_uri string

! The URI where to send the form when it's submitted.

↳ fields array

! The names of form fields related to the vulnerability.

getActionUri

! The URI where to send the form when it's submitted.

Returns
TypeDescription
string

setActionUri

! The URI where to send the form when it's submitted.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFields

! The names of form fields related to the vulnerability.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFields

! The names of form fields related to the vulnerability.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this