Skip to content

Commit dc824aa

Browse files
1 parent 77e3f36 commit dc824aa

12 files changed

Lines changed: 188 additions & 62 deletions

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1Assistant.php

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ class GoogleCloudDiscoveryengineV1Assistant extends \Google\Model
3535
* Grounding with Enterprise Web Search is enabled.
3636
*/
3737
public const WEB_GROUNDING_TYPE_WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH = 'WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH';
38+
/**
39+
* Output only. Represents the time when this Assistant was created.
40+
*
41+
* @var string
42+
*/
43+
public $createTime;
3844
protected $customerPolicyType = GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::class;
3945
protected $customerPolicyDataType = '';
4046
/**
@@ -77,13 +83,36 @@ class GoogleCloudDiscoveryengineV1Assistant extends \Google\Model
7783
* @var string
7884
*/
7985
public $name;
86+
/**
87+
* Output only. Represents the time when this Assistant was most recently
88+
* updated.
89+
*
90+
* @var string
91+
*/
92+
public $updateTime;
8093
/**
8194
* Optional. The type of web grounding to use.
8295
*
8396
* @var string
8497
*/
8598
public $webGroundingType;
8699

100+
/**
101+
* Output only. Represents the time when this Assistant was created.
102+
*
103+
* @param string $createTime
104+
*/
105+
public function setCreateTime($createTime)
106+
{
107+
$this->createTime = $createTime;
108+
}
109+
/**
110+
* @return string
111+
*/
112+
public function getCreateTime()
113+
{
114+
return $this->createTime;
115+
}
87116
/**
88117
* Optional. Customer policy for the assistant.
89118
*
@@ -215,6 +244,23 @@ public function getName()
215244
{
216245
return $this->name;
217246
}
247+
/**
248+
* Output only. Represents the time when this Assistant was most recently
249+
* updated.
250+
*
251+
* @param string $updateTime
252+
*/
253+
public function setUpdateTime($updateTime)
254+
{
255+
$this->updateTime = $updateTime;
256+
}
257+
/**
258+
* @return string
259+
*/
260+
public function getUpdateTime()
261+
{
262+
return $this->updateTime;
263+
}
218264
/**
219265
* Optional. The type of web grounding to use.
220266
*
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\DiscoveryEngine;
19+
20+
class GoogleCloudDiscoveryengineV1CliConfig extends \Google\Collection
21+
{
22+
protected $collection_key = 'enabledActions';
23+
/**
24+
* Optional. The actions enabled on the associated CLI connection.
25+
*
26+
* @var string[]
27+
*/
28+
public $enabledActions;
29+
30+
/**
31+
* Optional. The actions enabled on the associated CLI connection.
32+
*
33+
* @param string[] $enabledActions
34+
*/
35+
public function setEnabledActions($enabledActions)
36+
{
37+
$this->enabledActions = $enabledActions;
38+
}
39+
/**
40+
* @return string[]
41+
*/
42+
public function getEnabledActions()
43+
{
44+
return $this->enabledActions;
45+
}
46+
}
47+
48+
// Adding a class alias for backwards compatibility with the previous class name.
49+
class_alias(GoogleCloudDiscoveryengineV1CliConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1CliConfig');

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1DataConnector.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ class GoogleCloudDiscoveryengineV1DataConnector extends \Google\Collection
239239
* @var string[]
240240
*/
241241
public $blockingReasons;
242+
protected $cliConfigType = GoogleCloudDiscoveryengineV1CliConfig::class;
243+
protected $cliConfigDataType = '';
242244
/**
243245
* Optional. The modes enabled for this connector. Default state is
244246
* CONNECTOR_MODE_UNSPECIFIED.
@@ -588,6 +590,22 @@ public function getBlockingReasons()
588590
{
589591
return $this->blockingReasons;
590592
}
593+
/**
594+
* Optional. The configuration for establishing a CLI connection.
595+
*
596+
* @param GoogleCloudDiscoveryengineV1CliConfig $cliConfig
597+
*/
598+
public function setCliConfig(GoogleCloudDiscoveryengineV1CliConfig $cliConfig)
599+
{
600+
$this->cliConfig = $cliConfig;
601+
}
602+
/**
603+
* @return GoogleCloudDiscoveryengineV1CliConfig
604+
*/
605+
public function getCliConfig()
606+
{
607+
return $this->cliConfig;
608+
}
591609
/**
592610
* Optional. The modes enabled for this connector. Default state is
593611
* CONNECTOR_MODE_UNSPECIFIED.

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1Engine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class GoogleCloudDiscoveryengineV1Engine extends \Google\Collection
179179
* highlights` * `disable-agent-sharing` * `disable-image-generation` *
180180
* `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
181181
* content` * `disable-google-drive-upload` * `disable-welcome-emails` *
182-
* `disable-canvas` * `disable-canvas-workspace`
182+
* `disable-canvas` * `disable-canvas-workspace` * `disable-skills`
183183
*
184184
* @var string[]
185185
*/
@@ -468,7 +468,7 @@ public function getDisplayName()
468468
* highlights` * `disable-agent-sharing` * `disable-image-generation` *
469469
* `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
470470
* content` * `disable-google-drive-upload` * `disable-welcome-emails` *
471-
* `disable-canvas` * `disable-canvas-workspace`
471+
* `disable-canvas` * `disable-canvas-workspace` * `disable-skills`
472472
*
473473
* @param string[] $features
474474
*/

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1LicenseConfig.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ class GoogleCloudDiscoveryengineV1LicenseConfig extends \Google\Model
171171
* @var string
172172
*/
173173
public $name;
174-
protected $scheduledUpdateType = GoogleCloudDiscoveryengineV1LicenseConfigScheduledUpdate::class;
175-
protected $scheduledUpdateDataType = '';
176174
protected $startDateType = GoogleTypeDate::class;
177175
protected $startDateDataType = '';
178176
/**
@@ -328,22 +326,6 @@ public function getName()
328326
{
329327
return $this->name;
330328
}
331-
/**
332-
* Optional. Scheduled update configuration.
333-
*
334-
* @param GoogleCloudDiscoveryengineV1LicenseConfigScheduledUpdate $scheduledUpdate
335-
*/
336-
public function setScheduledUpdate(GoogleCloudDiscoveryengineV1LicenseConfigScheduledUpdate $scheduledUpdate)
337-
{
338-
$this->scheduledUpdate = $scheduledUpdate;
339-
}
340-
/**
341-
* @return GoogleCloudDiscoveryengineV1LicenseConfigScheduledUpdate
342-
*/
343-
public function getScheduledUpdate()
344-
{
345-
return $this->scheduledUpdate;
346-
}
347329
/**
348330
* Required. The start date.
349331
*

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1WidgetConfigUiSettings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class GoogleCloudDiscoveryengineV1WidgetConfigUiSettings extends \Google\Collect
119119
* highlights` * `disable-agent-sharing` * `disable-image-generation` *
120120
* `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
121121
* content` * `disable-google-drive-upload` * `disable-welcome-emails` *
122-
* `disable-canvas` * `disable-canvas-workspace`
122+
* `disable-canvas` * `disable-canvas-workspace` * `disable-skills`
123123
*
124124
* @var string[]
125125
*/
@@ -326,7 +326,7 @@ public function getEnableVisualContentSummary()
326326
* highlights` * `disable-agent-sharing` * `disable-image-generation` *
327327
* `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
328328
* content` * `disable-google-drive-upload` * `disable-welcome-emails` *
329-
* `disable-canvas` * `disable-canvas-workspace`
329+
* `disable-canvas` * `disable-canvas-workspace` * `disable-skills`
330330
*
331331
* @param string[] $features
332332
*/
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?php
2+
/*
3+
* Copyright 2014 Google Inc.
4+
*
5+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
6+
* use this file except in compliance with the License. You may obtain a copy of
7+
* the License at
8+
*
9+
* http://www.apache.org/licenses/LICENSE-2.0
10+
*
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
* License for the specific language governing permissions and limitations under
15+
* the License.
16+
*/
17+
18+
namespace Google\Service\DiscoveryEngine;
19+
20+
class GoogleCloudDiscoveryengineV1alphaCliConfig extends \Google\Collection
21+
{
22+
protected $collection_key = 'enabledActions';
23+
/**
24+
* Optional. The actions enabled on the associated CLI connection.
25+
*
26+
* @var string[]
27+
*/
28+
public $enabledActions;
29+
30+
/**
31+
* Optional. The actions enabled on the associated CLI connection.
32+
*
33+
* @param string[] $enabledActions
34+
*/
35+
public function setEnabledActions($enabledActions)
36+
{
37+
$this->enabledActions = $enabledActions;
38+
}
39+
/**
40+
* @return string[]
41+
*/
42+
public function getEnabledActions()
43+
{
44+
return $this->enabledActions;
45+
}
46+
}
47+
48+
// Adding a class alias for backwards compatibility with the previous class name.
49+
class_alias(GoogleCloudDiscoveryengineV1alphaCliConfig::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaCliConfig');

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1alphaDataConnector.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ class GoogleCloudDiscoveryengineV1alphaDataConnector extends \Google\Collection
239239
* @var string[]
240240
*/
241241
public $blockingReasons;
242+
protected $cliConfigType = GoogleCloudDiscoveryengineV1alphaCliConfig::class;
243+
protected $cliConfigDataType = '';
242244
/**
243245
* Optional. The modes enabled for this connector. Default state is
244246
* CONNECTOR_MODE_UNSPECIFIED.
@@ -590,6 +592,22 @@ public function getBlockingReasons()
590592
{
591593
return $this->blockingReasons;
592594
}
595+
/**
596+
* Optional. The configuration for establishing a CLI connection.
597+
*
598+
* @param GoogleCloudDiscoveryengineV1alphaCliConfig $cliConfig
599+
*/
600+
public function setCliConfig(GoogleCloudDiscoveryengineV1alphaCliConfig $cliConfig)
601+
{
602+
$this->cliConfig = $cliConfig;
603+
}
604+
/**
605+
* @return GoogleCloudDiscoveryengineV1alphaCliConfig
606+
*/
607+
public function getCliConfig()
608+
{
609+
return $this->cliConfig;
610+
}
593611
/**
594612
* Optional. The modes enabled for this connector. Default state is
595613
* CONNECTOR_MODE_UNSPECIFIED.

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1alphaEngine.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class GoogleCloudDiscoveryengineV1alphaEngine extends \Google\Collection
179179
* highlights` * `disable-agent-sharing` * `disable-image-generation` *
180180
* `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
181181
* content` * `disable-google-drive-upload` * `disable-welcome-emails` *
182-
* `disable-canvas` * `disable-canvas-workspace`
182+
* `disable-canvas` * `disable-canvas-workspace` * `disable-skills`
183183
*
184184
* @var string[]
185185
*/
@@ -472,7 +472,7 @@ public function getDisplayName()
472472
* highlights` * `disable-agent-sharing` * `disable-image-generation` *
473473
* `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
474474
* content` * `disable-google-drive-upload` * `disable-welcome-emails` *
475-
* `disable-canvas` * `disable-canvas-workspace`
475+
* `disable-canvas` * `disable-canvas-workspace` * `disable-skills`
476476
*
477477
* @param string[] $features
478478
*/

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1alphaLicenseConfig.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ class GoogleCloudDiscoveryengineV1alphaLicenseConfig extends \Google\Model
173173
* @var string
174174
*/
175175
public $name;
176-
protected $scheduledUpdateType = GoogleCloudDiscoveryengineV1alphaLicenseConfigScheduledUpdate::class;
177-
protected $scheduledUpdateDataType = '';
178176
protected $startDateType = GoogleTypeDate::class;
179177
protected $startDateDataType = '';
180178
/**
@@ -346,22 +344,6 @@ public function getName()
346344
{
347345
return $this->name;
348346
}
349-
/**
350-
* Optional. Scheduled update configuration.
351-
*
352-
* @param GoogleCloudDiscoveryengineV1alphaLicenseConfigScheduledUpdate $scheduledUpdate
353-
*/
354-
public function setScheduledUpdate(GoogleCloudDiscoveryengineV1alphaLicenseConfigScheduledUpdate $scheduledUpdate)
355-
{
356-
$this->scheduledUpdate = $scheduledUpdate;
357-
}
358-
/**
359-
* @return GoogleCloudDiscoveryengineV1alphaLicenseConfigScheduledUpdate
360-
*/
361-
public function getScheduledUpdate()
362-
{
363-
return $this->scheduledUpdate;
364-
}
365347
/**
366348
* Required. The start date.
367349
*

0 commit comments

Comments
 (0)