Skip to content

Commit ab8fbbb

Browse files
1 parent 099bd8f commit ab8fbbb

10 files changed

Lines changed: 17 additions & 339 deletions

src/ThreatIntelligenceService.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -200,26 +200,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
200200
'required' => true,
201201
],
202202
],
203-
],'refreshUriStatus' => [
204-
'path' => 'v1beta/{+name}:refreshUriStatus',
205-
'httpMethod' => 'POST',
206-
'parameters' => [
207-
'name' => [
208-
'location' => 'path',
209-
'type' => 'string',
210-
'required' => true,
211-
],
212-
],
213-
],'reportAlertUri' => [
214-
'path' => 'v1beta/{+name}:reportAlertUri',
215-
'httpMethod' => 'POST',
216-
'parameters' => [
217-
'name' => [
218-
'location' => 'path',
219-
'type' => 'string',
220-
'required' => true,
221-
],
222-
],
223203
],'resolve' => [
224204
'path' => 'v1beta/{+name}:resolve',
225205
'httpMethod' => 'POST',

src/ThreatIntelligenceService/Alert.php

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ class Alert extends \Google\Collection
7070
* @var string
7171
*/
7272
public $aiSummary;
73-
/**
74-
* Output only. Assets that are impacted by this alert.
75-
*
76-
* @var string[]
77-
*/
78-
public $assets;
7973
protected $auditType = Audit::class;
8074
protected $auditDataType = '';
8175
/**
@@ -170,22 +164,6 @@ public function getAiSummary()
170164
{
171165
return $this->aiSummary;
172166
}
173-
/**
174-
* Output only. Assets that are impacted by this alert.
175-
*
176-
* @param string[] $assets
177-
*/
178-
public function setAssets($assets)
179-
{
180-
$this->assets = $assets;
181-
}
182-
/**
183-
* @return string[]
184-
*/
185-
public function getAssets()
186-
{
187-
return $this->assets;
188-
}
189167
/**
190168
* Output only. Audit information for the alert.
191169
*

src/ThreatIntelligenceService/AlertDetail.php

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ class AlertDetail extends \Google\Model
3232
protected $initialAccessBrokerDataType = '';
3333
protected $insiderThreatType = InsiderThreatAlertDetail::class;
3434
protected $insiderThreatDataType = '';
35-
protected $suspiciousDomainType = SuspiciousDomainAlertDetail::class;
36-
protected $suspiciousDomainDataType = '';
37-
protected $targetTechnologyType = TargetTechnologyAlertDetail::class;
38-
protected $targetTechnologyDataType = '';
3935

4036
/**
4137
* Data Leak alert detail type.
@@ -102,38 +98,6 @@ public function getInsiderThreat()
10298
{
10399
return $this->insiderThreat;
104100
}
105-
/**
106-
* Domain Monitoring alert detail type.
107-
*
108-
* @param SuspiciousDomainAlertDetail $suspiciousDomain
109-
*/
110-
public function setSuspiciousDomain(SuspiciousDomainAlertDetail $suspiciousDomain)
111-
{
112-
$this->suspiciousDomain = $suspiciousDomain;
113-
}
114-
/**
115-
* @return SuspiciousDomainAlertDetail
116-
*/
117-
public function getSuspiciousDomain()
118-
{
119-
return $this->suspiciousDomain;
120-
}
121-
/**
122-
* Technology Watchlist alert detail type.
123-
*
124-
* @param TargetTechnologyAlertDetail $targetTechnology
125-
*/
126-
public function setTargetTechnology(TargetTechnologyAlertDetail $targetTechnology)
127-
{
128-
$this->targetTechnology = $targetTechnology;
129-
}
130-
/**
131-
* @return TargetTechnologyAlertDetail
132-
*/
133-
public function getTargetTechnology()
134-
{
135-
return $this->targetTechnology;
136-
}
137101
}
138102

139103
// Adding a class alias for backwards compatibility with the previous class name.

src/ThreatIntelligenceService/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Configuration extends \Google\Model
5353
public $displayName;
5454
/**
5555
* Identifier. Server generated name for the configuration. format is
56-
* vaults/{vault}/configurations/{configuration}
56+
* projects/{project}/configurations/{configuration}
5757
*
5858
* @var string
5959
*/
@@ -144,7 +144,7 @@ public function getDisplayName()
144144
}
145145
/**
146146
* Identifier. Server generated name for the configuration. format is
147-
* vaults/{vault}/configurations/{configuration}
147+
* projects/{project}/configurations/{configuration}
148148
*
149149
* @param string $name
150150
*/

src/ThreatIntelligenceService/ConfigurationDetail.php

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
class ConfigurationDetail extends \Google\Model
2121
{
22-
protected $assetDiscoveryType = AssetDiscoveryConfig::class;
23-
protected $assetDiscoveryDataType = '';
2422
protected $customerProfileType = CustomerProfileConfig::class;
2523
protected $customerProfileDataType = '';
2624
/**
@@ -30,29 +28,7 @@ class ConfigurationDetail extends \Google\Model
3028
* @var string
3129
*/
3230
public $detailType;
33-
protected $domainMonitoringType = DomainMonitoringConfig::class;
34-
protected $domainMonitoringDataType = '';
35-
protected $initialAccessBrokerType = InitialAccessBrokerConfig::class;
36-
protected $initialAccessBrokerDataType = '';
37-
protected $technologyWatchlistType = TechnologyWatchListConfig::class;
38-
protected $technologyWatchlistDataType = '';
3931

40-
/**
41-
* Asset Discovery detail config.
42-
*
43-
* @param AssetDiscoveryConfig $assetDiscovery
44-
*/
45-
public function setAssetDiscovery(AssetDiscoveryConfig $assetDiscovery)
46-
{
47-
$this->assetDiscovery = $assetDiscovery;
48-
}
49-
/**
50-
* @return AssetDiscoveryConfig
51-
*/
52-
public function getAssetDiscovery()
53-
{
54-
return $this->assetDiscovery;
55-
}
5632
/**
5733
* Customer Profile detail config.
5834
*
@@ -86,54 +62,6 @@ public function getDetailType()
8662
{
8763
return $this->detailType;
8864
}
89-
/**
90-
* Domain Monitoring detail config.
91-
*
92-
* @param DomainMonitoringConfig $domainMonitoring
93-
*/
94-
public function setDomainMonitoring(DomainMonitoringConfig $domainMonitoring)
95-
{
96-
$this->domainMonitoring = $domainMonitoring;
97-
}
98-
/**
99-
* @return DomainMonitoringConfig
100-
*/
101-
public function getDomainMonitoring()
102-
{
103-
return $this->domainMonitoring;
104-
}
105-
/**
106-
* Initial Access Broker (IAB) detail config.
107-
*
108-
* @param InitialAccessBrokerConfig $initialAccessBroker
109-
*/
110-
public function setInitialAccessBroker(InitialAccessBrokerConfig $initialAccessBroker)
111-
{
112-
$this->initialAccessBroker = $initialAccessBroker;
113-
}
114-
/**
115-
* @return InitialAccessBrokerConfig
116-
*/
117-
public function getInitialAccessBroker()
118-
{
119-
return $this->initialAccessBroker;
120-
}
121-
/**
122-
* Technology Watchlist detail config.
123-
*
124-
* @param TechnologyWatchListConfig $technologyWatchlist
125-
*/
126-
public function setTechnologyWatchlist(TechnologyWatchListConfig $technologyWatchlist)
127-
{
128-
$this->technologyWatchlist = $technologyWatchlist;
129-
}
130-
/**
131-
* @return TechnologyWatchListConfig
132-
*/
133-
public function getTechnologyWatchlist()
134-
{
135-
return $this->technologyWatchlist;
136-
}
13765
}
13866

13967
// Adding a class alias for backwards compatibility with the previous class name.

src/ThreatIntelligenceService/ConfigurationRevision.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConfigurationRevision extends \Google\Model
2727
public $createTime;
2828
/**
2929
* Identifier. The name of the ConfigurationRevision Format:
30-
* vaults//configurations//revisions/ OR projects//configurations//revisions/
30+
* projects//configurations//revisions/
3131
*
3232
* @var string
3333
*/
@@ -53,7 +53,7 @@ public function getCreateTime()
5353
}
5454
/**
5555
* Identifier. The name of the ConfigurationRevision Format:
56-
* vaults//configurations//revisions/ OR projects//configurations//revisions/
56+
* projects//configurations//revisions/
5757
*
5858
* @param string $name
5959
*/

src/ThreatIntelligenceService/Finding.php

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ class Finding extends \Google\Collection
3232
* @var string
3333
*/
3434
public $alert;
35-
/**
36-
* Optional. Optional - asset name if known. Format:
37-
* vaults/{vault}/assets/{asset}
38-
*
39-
* @var string
40-
*/
41-
public $asset;
4235
protected $auditType = Audit::class;
4336
protected $auditDataType = '';
4437
/**
@@ -56,16 +49,9 @@ class Finding extends \Google\Collection
5649
* @var string
5750
*/
5851
public $displayName;
59-
/**
60-
* Optional. Optional - name of the issue that this finding is bound to.
61-
* Format: vaults/{vault}/issues/{issue}
62-
*
63-
* @var string
64-
*/
65-
public $issue;
6652
/**
6753
* Identifier. Server generated name for the finding (leave clear during
68-
* creation). Format: vaults/{vault}/findings/{finding}
54+
* creation). Format: projects/{project}/findings/{finding}
6955
*
7056
* @var string
7157
*/
@@ -128,23 +114,6 @@ public function getAlert()
128114
{
129115
return $this->alert;
130116
}
131-
/**
132-
* Optional. Optional - asset name if known. Format:
133-
* vaults/{vault}/assets/{asset}
134-
*
135-
* @param string $asset
136-
*/
137-
public function setAsset($asset)
138-
{
139-
$this->asset = $asset;
140-
}
141-
/**
142-
* @return string
143-
*/
144-
public function getAsset()
145-
{
146-
return $this->asset;
147-
}
148117
/**
149118
* Output only. Audit data about the finding.
150119
*
@@ -210,26 +179,9 @@ public function getDisplayName()
210179
{
211180
return $this->displayName;
212181
}
213-
/**
214-
* Optional. Optional - name of the issue that this finding is bound to.
215-
* Format: vaults/{vault}/issues/{issue}
216-
*
217-
* @param string $issue
218-
*/
219-
public function setIssue($issue)
220-
{
221-
$this->issue = $issue;
222-
}
223-
/**
224-
* @return string
225-
*/
226-
public function getIssue()
227-
{
228-
return $this->issue;
229-
}
230182
/**
231183
* Identifier. Server generated name for the finding (leave clear during
232-
* creation). Format: vaults/{vault}/findings/{finding}
184+
* creation). Format: projects/{project}/findings/{finding}
233185
*
234186
* @param string $name
235187
*/

0 commit comments

Comments
 (0)