Skip to content

Commit e37e303

Browse files
1 parent d59c3ea commit e37e303

9 files changed

Lines changed: 342 additions & 0 deletions

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1DataStore.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class GoogleCloudDiscoveryengineV1DataStore extends \Google\Collection
3434
* @var string
3535
*/
3636
public $configurableBillingApproach;
37+
/**
38+
* @var string
39+
*/
40+
public $configurableBillingApproachUpdateTime;
3741
/**
3842
* @var string
3943
*/
@@ -155,6 +159,20 @@ public function getConfigurableBillingApproach()
155159
{
156160
return $this->configurableBillingApproach;
157161
}
162+
/**
163+
* @param string
164+
*/
165+
public function setConfigurableBillingApproachUpdateTime($configurableBillingApproachUpdateTime)
166+
{
167+
$this->configurableBillingApproachUpdateTime = $configurableBillingApproachUpdateTime;
168+
}
169+
/**
170+
* @return string
171+
*/
172+
public function getConfigurableBillingApproachUpdateTime()
173+
{
174+
return $this->configurableBillingApproachUpdateTime;
175+
}
158176
/**
159177
* @param string
160178
*/

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1Project.php

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

2020
class GoogleCloudDiscoveryengineV1Project extends \Google\Model
2121
{
22+
protected $configurableBillingStatusType = GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus::class;
23+
protected $configurableBillingStatusDataType = '';
2224
/**
2325
* @var string
2426
*/
@@ -36,6 +38,20 @@ class GoogleCloudDiscoveryengineV1Project extends \Google\Model
3638
protected $serviceTermsMapType = GoogleCloudDiscoveryengineV1ProjectServiceTerms::class;
3739
protected $serviceTermsMapDataType = 'map';
3840

41+
/**
42+
* @param GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
43+
*/
44+
public function setConfigurableBillingStatus(GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus $configurableBillingStatus)
45+
{
46+
$this->configurableBillingStatus = $configurableBillingStatus;
47+
}
48+
/**
49+
* @return GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
50+
*/
51+
public function getConfigurableBillingStatus()
52+
{
53+
return $this->configurableBillingStatus;
54+
}
3955
/**
4056
* @param string
4157
*/
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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 GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $effectiveIndexingCoreThreshold;
26+
/**
27+
* @var string
28+
*/
29+
public $effectiveSearchQpmThreshold;
30+
/**
31+
* @var string
32+
*/
33+
public $startTime;
34+
35+
/**
36+
* @param string
37+
*/
38+
public function setEffectiveIndexingCoreThreshold($effectiveIndexingCoreThreshold)
39+
{
40+
$this->effectiveIndexingCoreThreshold = $effectiveIndexingCoreThreshold;
41+
}
42+
/**
43+
* @return string
44+
*/
45+
public function getEffectiveIndexingCoreThreshold()
46+
{
47+
return $this->effectiveIndexingCoreThreshold;
48+
}
49+
/**
50+
* @param string
51+
*/
52+
public function setEffectiveSearchQpmThreshold($effectiveSearchQpmThreshold)
53+
{
54+
$this->effectiveSearchQpmThreshold = $effectiveSearchQpmThreshold;
55+
}
56+
/**
57+
* @return string
58+
*/
59+
public function getEffectiveSearchQpmThreshold()
60+
{
61+
return $this->effectiveSearchQpmThreshold;
62+
}
63+
/**
64+
* @param string
65+
*/
66+
public function setStartTime($startTime)
67+
{
68+
$this->startTime = $startTime;
69+
}
70+
/**
71+
* @return string
72+
*/
73+
public function getStartTime()
74+
{
75+
return $this->startTime;
76+
}
77+
}
78+
79+
// Adding a class alias for backwards compatibility with the previous class name.
80+
class_alias(GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus');

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1alphaDataStore.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class GoogleCloudDiscoveryengineV1alphaDataStore extends \Google\Collection
3434
* @var string
3535
*/
3636
public $configurableBillingApproach;
37+
/**
38+
* @var string
39+
*/
40+
public $configurableBillingApproachUpdateTime;
3741
/**
3842
* @var string
3943
*/
@@ -161,6 +165,20 @@ public function getConfigurableBillingApproach()
161165
{
162166
return $this->configurableBillingApproach;
163167
}
168+
/**
169+
* @param string
170+
*/
171+
public function setConfigurableBillingApproachUpdateTime($configurableBillingApproachUpdateTime)
172+
{
173+
$this->configurableBillingApproachUpdateTime = $configurableBillingApproachUpdateTime;
174+
}
175+
/**
176+
* @return string
177+
*/
178+
public function getConfigurableBillingApproachUpdateTime()
179+
{
180+
return $this->configurableBillingApproachUpdateTime;
181+
}
164182
/**
165183
* @param string
166184
*/

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1alphaProject.php

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

2020
class GoogleCloudDiscoveryengineV1alphaProject extends \Google\Model
2121
{
22+
protected $configurableBillingStatusType = GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus::class;
23+
protected $configurableBillingStatusDataType = '';
2224
/**
2325
* @var string
2426
*/
@@ -36,6 +38,20 @@ class GoogleCloudDiscoveryengineV1alphaProject extends \Google\Model
3638
protected $serviceTermsMapType = GoogleCloudDiscoveryengineV1alphaProjectServiceTerms::class;
3739
protected $serviceTermsMapDataType = 'map';
3840

41+
/**
42+
* @param GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
43+
*/
44+
public function setConfigurableBillingStatus(GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus $configurableBillingStatus)
45+
{
46+
$this->configurableBillingStatus = $configurableBillingStatus;
47+
}
48+
/**
49+
* @return GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
50+
*/
51+
public function getConfigurableBillingStatus()
52+
{
53+
return $this->configurableBillingStatus;
54+
}
3955
/**
4056
* @param string
4157
*/
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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 GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus extends \Google\Model
21+
{
22+
/**
23+
* @var string
24+
*/
25+
public $effectiveIndexingCoreThreshold;
26+
/**
27+
* @var string
28+
*/
29+
public $effectiveSearchQpmThreshold;
30+
/**
31+
* @var string
32+
*/
33+
public $startTime;
34+
35+
/**
36+
* @param string
37+
*/
38+
public function setEffectiveIndexingCoreThreshold($effectiveIndexingCoreThreshold)
39+
{
40+
$this->effectiveIndexingCoreThreshold = $effectiveIndexingCoreThreshold;
41+
}
42+
/**
43+
* @return string
44+
*/
45+
public function getEffectiveIndexingCoreThreshold()
46+
{
47+
return $this->effectiveIndexingCoreThreshold;
48+
}
49+
/**
50+
* @param string
51+
*/
52+
public function setEffectiveSearchQpmThreshold($effectiveSearchQpmThreshold)
53+
{
54+
$this->effectiveSearchQpmThreshold = $effectiveSearchQpmThreshold;
55+
}
56+
/**
57+
* @return string
58+
*/
59+
public function getEffectiveSearchQpmThreshold()
60+
{
61+
return $this->effectiveSearchQpmThreshold;
62+
}
63+
/**
64+
* @param string
65+
*/
66+
public function setStartTime($startTime)
67+
{
68+
$this->startTime = $startTime;
69+
}
70+
/**
71+
* @return string
72+
*/
73+
public function getStartTime()
74+
{
75+
return $this->startTime;
76+
}
77+
}
78+
79+
// Adding a class alias for backwards compatibility with the previous class name.
80+
class_alias(GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus');

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1betaDataStore.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ class GoogleCloudDiscoveryengineV1betaDataStore extends \Google\Collection
3434
* @var string
3535
*/
3636
public $configurableBillingApproach;
37+
/**
38+
* @var string
39+
*/
40+
public $configurableBillingApproachUpdateTime;
3741
/**
3842
* @var string
3943
*/
@@ -159,6 +163,20 @@ public function getConfigurableBillingApproach()
159163
{
160164
return $this->configurableBillingApproach;
161165
}
166+
/**
167+
* @param string
168+
*/
169+
public function setConfigurableBillingApproachUpdateTime($configurableBillingApproachUpdateTime)
170+
{
171+
$this->configurableBillingApproachUpdateTime = $configurableBillingApproachUpdateTime;
172+
}
173+
/**
174+
* @return string
175+
*/
176+
public function getConfigurableBillingApproachUpdateTime()
177+
{
178+
return $this->configurableBillingApproachUpdateTime;
179+
}
162180
/**
163181
* @param string
164182
*/

src/DiscoveryEngine/GoogleCloudDiscoveryengineV1betaProject.php

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

2020
class GoogleCloudDiscoveryengineV1betaProject extends \Google\Model
2121
{
22+
protected $configurableBillingStatusType = GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus::class;
23+
protected $configurableBillingStatusDataType = '';
2224
/**
2325
* @var string
2426
*/
@@ -36,6 +38,20 @@ class GoogleCloudDiscoveryengineV1betaProject extends \Google\Model
3638
protected $serviceTermsMapType = GoogleCloudDiscoveryengineV1betaProjectServiceTerms::class;
3739
protected $serviceTermsMapDataType = 'map';
3840

41+
/**
42+
* @param GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
43+
*/
44+
public function setConfigurableBillingStatus(GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus $configurableBillingStatus)
45+
{
46+
$this->configurableBillingStatus = $configurableBillingStatus;
47+
}
48+
/**
49+
* @return GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
50+
*/
51+
public function getConfigurableBillingStatus()
52+
{
53+
return $this->configurableBillingStatus;
54+
}
3955
/**
4056
* @param string
4157
*/

0 commit comments

Comments
 (0)