1919
2020class 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.
0 commit comments