Reference documentation and code samples for the Google Cloud Web Risk V1 Client class CreateSubmissionRequest.
Request to send a potentially phishy URI to WebRisk.
Generated from protobuf message google.cloud.webrisk.v1.CreateSubmissionRequest
Namespace
Google \ Cloud \ WebRisk \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the project that is making the submission. This string is in the format "projects/{project_number}". |
↳ submission |
Submission
Required. The submission that contains the content of the phishing report. |
getParent
Required. The name of the project that is making the submission. This string is in the format "projects/{project_number}".
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of the project that is making the submission. This string is in the format "projects/{project_number}".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSubmission
Required. The submission that contains the content of the phishing report.
| Returns | |
|---|---|
| Type | Description |
Submission|null |
|
hasSubmission
clearSubmission
setSubmission
Required. The submission that contains the content of the phishing report.
| Parameter | |
|---|---|
| Name | Description |
var |
Submission
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The name of the project that is making the submission. This string is in the format "projects/{project_number}". Please see WebRiskServiceClient::projectName() for help formatting this field. |
submission |
Submission
Required. The submission that contains the content of the phishing report. |
| Returns | |
|---|---|
| Type | Description |
CreateSubmissionRequest |
|