Skip to content

Commit a68a6b0

Browse files
1 parent 10afe2a commit a68a6b0

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

src/ThreatIntelligenceService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* <p>
2929
* For more information about this service, see the API
30-
* <a href="https://www.google.com" target="_blank">Documentation</a>
30+
* <a href="https://cloud.google.com/threatintelligence/docs/reference/rest" target="_blank">Documentation</a>
3131
* </p>
3232
*
3333
* @author Google, Inc.

src/ThreatIntelligenceService/TargetTechnologyAlertDetail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TargetTechnologyAlertDetail extends \Google\Model
2323
protected $vulnerabilityMatchDataType = '';
2424

2525
/**
26-
* Output only. The vulnerability match details.
26+
* Optional. The vulnerability match details.
2727
*
2828
* @param VulnerabilityMatch $vulnerabilityMatch
2929
*/

src/ThreatIntelligenceService/TargetTechnologyFindingDetail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TargetTechnologyFindingDetail extends \Google\Model
2323
protected $vulnerabilityMatchDataType = '';
2424

2525
/**
26-
* Output only. The vulnerability match details.
26+
* Optional. The vulnerability match details.
2727
*
2828
* @param VulnerabilityMatch $vulnerabilityMatch
2929
*/

src/ThreatIntelligenceService/VulnerabilityMatch.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,45 +73,45 @@ class VulnerabilityMatch extends \Google\Collection
7373
protected $associationsType = Association::class;
7474
protected $associationsDataType = 'array';
7575
/**
76-
* Output only. The collection ID of the vulnerability. Ex: "vulnerability--
76+
* Required. The collection ID of the vulnerability. Ex: "vulnerability--
7777
* cve-2025-9876".
7878
*
7979
* @var string
8080
*/
8181
public $collectionId;
8282
/**
83-
* Output only. The CVE ID of the vulnerability. Ex: "CVE-2025-9876". See
83+
* Required. The CVE ID of the vulnerability. Ex: "CVE-2025-9876". See
8484
* https://www.cve.org/ for more information.
8585
*
8686
* @var string
8787
*/
8888
public $cveId;
8989
/**
90-
* Output only. The CVSS v3 score of the vulnerability. Example: 6.4.
90+
* Required. The CVSS v3 score of the vulnerability. Example: 6.4.
9191
*
9292
* @var float
9393
*/
9494
public $cvss3Score;
9595
/**
96-
* Output only. A description of the vulnerability.
96+
* Required. A description of the vulnerability.
9797
*
9898
* @var string
9999
*/
100100
public $description;
101101
/**
102-
* Output only. The exploitation state of the vulnerability.
102+
* Required. The exploitation state of the vulnerability.
103103
*
104104
* @var string
105105
*/
106106
public $exploitationState;
107107
/**
108-
* Output only. The risk rating of the vulnerability.
108+
* Required. The risk rating of the vulnerability.
109109
*
110110
* @var string
111111
*/
112112
public $riskRating;
113113
/**
114-
* Output only. The affected technologies. Ex: "Apache Struts".
114+
* Required. The affected technologies. Ex: "Apache Struts".
115115
*
116116
* @var string[]
117117
*/
@@ -136,7 +136,7 @@ public function getAssociations()
136136
return $this->associations;
137137
}
138138
/**
139-
* Output only. The collection ID of the vulnerability. Ex: "vulnerability--
139+
* Required. The collection ID of the vulnerability. Ex: "vulnerability--
140140
* cve-2025-9876".
141141
*
142142
* @param string $collectionId
@@ -153,7 +153,7 @@ public function getCollectionId()
153153
return $this->collectionId;
154154
}
155155
/**
156-
* Output only. The CVE ID of the vulnerability. Ex: "CVE-2025-9876". See
156+
* Required. The CVE ID of the vulnerability. Ex: "CVE-2025-9876". See
157157
* https://www.cve.org/ for more information.
158158
*
159159
* @param string $cveId
@@ -170,7 +170,7 @@ public function getCveId()
170170
return $this->cveId;
171171
}
172172
/**
173-
* Output only. The CVSS v3 score of the vulnerability. Example: 6.4.
173+
* Required. The CVSS v3 score of the vulnerability. Example: 6.4.
174174
*
175175
* @param float $cvss3Score
176176
*/
@@ -186,7 +186,7 @@ public function getCvss3Score()
186186
return $this->cvss3Score;
187187
}
188188
/**
189-
* Output only. A description of the vulnerability.
189+
* Required. A description of the vulnerability.
190190
*
191191
* @param string $description
192192
*/
@@ -202,7 +202,7 @@ public function getDescription()
202202
return $this->description;
203203
}
204204
/**
205-
* Output only. The exploitation state of the vulnerability.
205+
* Required. The exploitation state of the vulnerability.
206206
*
207207
* Accepted values: EXPLOITATION_STATE_UNSPECIFIED,
208208
* EXPLOITATION_STATE_NO_KNOWN, EXPLOITATION_STATE_REPORTED,
@@ -223,7 +223,7 @@ public function getExploitationState()
223223
return $this->exploitationState;
224224
}
225225
/**
226-
* Output only. The risk rating of the vulnerability.
226+
* Required. The risk rating of the vulnerability.
227227
*
228228
* Accepted values: RISK_RATING_UNSPECIFIED, LOW, MEDIUM, HIGH, CRITICAL,
229229
* UNRATED
@@ -242,7 +242,7 @@ public function getRiskRating()
242242
return $this->riskRating;
243243
}
244244
/**
245-
* Output only. The affected technologies. Ex: "Apache Struts".
245+
* Required. The affected technologies. Ex: "Apache Struts".
246246
*
247247
* @param string[] $technologies
248248
*/

0 commit comments

Comments
 (0)