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 GoogleCloudDiscoveryengineV1DataStore extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'solutionTypes';
|
---|
23 | protected $advancedSiteSearchConfigType = GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig::class;
|
---|
24 | protected $advancedSiteSearchConfigDataType = '';
|
---|
25 | protected $billingEstimationType = GoogleCloudDiscoveryengineV1DataStoreBillingEstimation::class;
|
---|
26 | protected $billingEstimationDataType = '';
|
---|
27 | protected $cmekConfigType = GoogleCloudDiscoveryengineV1CmekConfig::class;
|
---|
28 | protected $cmekConfigDataType = '';
|
---|
29 | /**
|
---|
30 | * @var string
|
---|
31 | */
|
---|
32 | public $contentConfig;
|
---|
33 | /**
|
---|
34 | * @var string
|
---|
35 | */
|
---|
36 | public $createTime;
|
---|
37 | /**
|
---|
38 | * @var string
|
---|
39 | */
|
---|
40 | public $defaultSchemaId;
|
---|
41 | /**
|
---|
42 | * @var string
|
---|
43 | */
|
---|
44 | public $displayName;
|
---|
45 | protected $documentProcessingConfigType = GoogleCloudDiscoveryengineV1DocumentProcessingConfig::class;
|
---|
46 | protected $documentProcessingConfigDataType = '';
|
---|
47 | /**
|
---|
48 | * @var string
|
---|
49 | */
|
---|
50 | public $industryVertical;
|
---|
51 | /**
|
---|
52 | * @var string
|
---|
53 | */
|
---|
54 | public $kmsKeyName;
|
---|
55 | /**
|
---|
56 | * @var string
|
---|
57 | */
|
---|
58 | public $name;
|
---|
59 | protected $servingConfigDataStoreType = GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore::class;
|
---|
60 | protected $servingConfigDataStoreDataType = '';
|
---|
61 | /**
|
---|
62 | * @var string[]
|
---|
63 | */
|
---|
64 | public $solutionTypes;
|
---|
65 | protected $startingSchemaType = GoogleCloudDiscoveryengineV1Schema::class;
|
---|
66 | protected $startingSchemaDataType = '';
|
---|
67 | protected $workspaceConfigType = GoogleCloudDiscoveryengineV1WorkspaceConfig::class;
|
---|
68 | protected $workspaceConfigDataType = '';
|
---|
69 |
|
---|
70 | /**
|
---|
71 | * @param GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
---|
72 | */
|
---|
73 | public function setAdvancedSiteSearchConfig(GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig $advancedSiteSearchConfig)
|
---|
74 | {
|
---|
75 | $this->advancedSiteSearchConfig = $advancedSiteSearchConfig;
|
---|
76 | }
|
---|
77 | /**
|
---|
78 | * @return GoogleCloudDiscoveryengineV1AdvancedSiteSearchConfig
|
---|
79 | */
|
---|
80 | public function getAdvancedSiteSearchConfig()
|
---|
81 | {
|
---|
82 | return $this->advancedSiteSearchConfig;
|
---|
83 | }
|
---|
84 | /**
|
---|
85 | * @param GoogleCloudDiscoveryengineV1DataStoreBillingEstimation
|
---|
86 | */
|
---|
87 | public function setBillingEstimation(GoogleCloudDiscoveryengineV1DataStoreBillingEstimation $billingEstimation)
|
---|
88 | {
|
---|
89 | $this->billingEstimation = $billingEstimation;
|
---|
90 | }
|
---|
91 | /**
|
---|
92 | * @return GoogleCloudDiscoveryengineV1DataStoreBillingEstimation
|
---|
93 | */
|
---|
94 | public function getBillingEstimation()
|
---|
95 | {
|
---|
96 | return $this->billingEstimation;
|
---|
97 | }
|
---|
98 | /**
|
---|
99 | * @param GoogleCloudDiscoveryengineV1CmekConfig
|
---|
100 | */
|
---|
101 | public function setCmekConfig(GoogleCloudDiscoveryengineV1CmekConfig $cmekConfig)
|
---|
102 | {
|
---|
103 | $this->cmekConfig = $cmekConfig;
|
---|
104 | }
|
---|
105 | /**
|
---|
106 | * @return GoogleCloudDiscoveryengineV1CmekConfig
|
---|
107 | */
|
---|
108 | public function getCmekConfig()
|
---|
109 | {
|
---|
110 | return $this->cmekConfig;
|
---|
111 | }
|
---|
112 | /**
|
---|
113 | * @param string
|
---|
114 | */
|
---|
115 | public function setContentConfig($contentConfig)
|
---|
116 | {
|
---|
117 | $this->contentConfig = $contentConfig;
|
---|
118 | }
|
---|
119 | /**
|
---|
120 | * @return string
|
---|
121 | */
|
---|
122 | public function getContentConfig()
|
---|
123 | {
|
---|
124 | return $this->contentConfig;
|
---|
125 | }
|
---|
126 | /**
|
---|
127 | * @param string
|
---|
128 | */
|
---|
129 | public function setCreateTime($createTime)
|
---|
130 | {
|
---|
131 | $this->createTime = $createTime;
|
---|
132 | }
|
---|
133 | /**
|
---|
134 | * @return string
|
---|
135 | */
|
---|
136 | public function getCreateTime()
|
---|
137 | {
|
---|
138 | return $this->createTime;
|
---|
139 | }
|
---|
140 | /**
|
---|
141 | * @param string
|
---|
142 | */
|
---|
143 | public function setDefaultSchemaId($defaultSchemaId)
|
---|
144 | {
|
---|
145 | $this->defaultSchemaId = $defaultSchemaId;
|
---|
146 | }
|
---|
147 | /**
|
---|
148 | * @return string
|
---|
149 | */
|
---|
150 | public function getDefaultSchemaId()
|
---|
151 | {
|
---|
152 | return $this->defaultSchemaId;
|
---|
153 | }
|
---|
154 | /**
|
---|
155 | * @param string
|
---|
156 | */
|
---|
157 | public function setDisplayName($displayName)
|
---|
158 | {
|
---|
159 | $this->displayName = $displayName;
|
---|
160 | }
|
---|
161 | /**
|
---|
162 | * @return string
|
---|
163 | */
|
---|
164 | public function getDisplayName()
|
---|
165 | {
|
---|
166 | return $this->displayName;
|
---|
167 | }
|
---|
168 | /**
|
---|
169 | * @param GoogleCloudDiscoveryengineV1DocumentProcessingConfig
|
---|
170 | */
|
---|
171 | public function setDocumentProcessingConfig(GoogleCloudDiscoveryengineV1DocumentProcessingConfig $documentProcessingConfig)
|
---|
172 | {
|
---|
173 | $this->documentProcessingConfig = $documentProcessingConfig;
|
---|
174 | }
|
---|
175 | /**
|
---|
176 | * @return GoogleCloudDiscoveryengineV1DocumentProcessingConfig
|
---|
177 | */
|
---|
178 | public function getDocumentProcessingConfig()
|
---|
179 | {
|
---|
180 | return $this->documentProcessingConfig;
|
---|
181 | }
|
---|
182 | /**
|
---|
183 | * @param string
|
---|
184 | */
|
---|
185 | public function setIndustryVertical($industryVertical)
|
---|
186 | {
|
---|
187 | $this->industryVertical = $industryVertical;
|
---|
188 | }
|
---|
189 | /**
|
---|
190 | * @return string
|
---|
191 | */
|
---|
192 | public function getIndustryVertical()
|
---|
193 | {
|
---|
194 | return $this->industryVertical;
|
---|
195 | }
|
---|
196 | /**
|
---|
197 | * @param string
|
---|
198 | */
|
---|
199 | public function setKmsKeyName($kmsKeyName)
|
---|
200 | {
|
---|
201 | $this->kmsKeyName = $kmsKeyName;
|
---|
202 | }
|
---|
203 | /**
|
---|
204 | * @return string
|
---|
205 | */
|
---|
206 | public function getKmsKeyName()
|
---|
207 | {
|
---|
208 | return $this->kmsKeyName;
|
---|
209 | }
|
---|
210 | /**
|
---|
211 | * @param string
|
---|
212 | */
|
---|
213 | public function setName($name)
|
---|
214 | {
|
---|
215 | $this->name = $name;
|
---|
216 | }
|
---|
217 | /**
|
---|
218 | * @return string
|
---|
219 | */
|
---|
220 | public function getName()
|
---|
221 | {
|
---|
222 | return $this->name;
|
---|
223 | }
|
---|
224 | /**
|
---|
225 | * @param GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
---|
226 | */
|
---|
227 | public function setServingConfigDataStore(GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore $servingConfigDataStore)
|
---|
228 | {
|
---|
229 | $this->servingConfigDataStore = $servingConfigDataStore;
|
---|
230 | }
|
---|
231 | /**
|
---|
232 | * @return GoogleCloudDiscoveryengineV1DataStoreServingConfigDataStore
|
---|
233 | */
|
---|
234 | public function getServingConfigDataStore()
|
---|
235 | {
|
---|
236 | return $this->servingConfigDataStore;
|
---|
237 | }
|
---|
238 | /**
|
---|
239 | * @param string[]
|
---|
240 | */
|
---|
241 | public function setSolutionTypes($solutionTypes)
|
---|
242 | {
|
---|
243 | $this->solutionTypes = $solutionTypes;
|
---|
244 | }
|
---|
245 | /**
|
---|
246 | * @return string[]
|
---|
247 | */
|
---|
248 | public function getSolutionTypes()
|
---|
249 | {
|
---|
250 | return $this->solutionTypes;
|
---|
251 | }
|
---|
252 | /**
|
---|
253 | * @param GoogleCloudDiscoveryengineV1Schema
|
---|
254 | */
|
---|
255 | public function setStartingSchema(GoogleCloudDiscoveryengineV1Schema $startingSchema)
|
---|
256 | {
|
---|
257 | $this->startingSchema = $startingSchema;
|
---|
258 | }
|
---|
259 | /**
|
---|
260 | * @return GoogleCloudDiscoveryengineV1Schema
|
---|
261 | */
|
---|
262 | public function getStartingSchema()
|
---|
263 | {
|
---|
264 | return $this->startingSchema;
|
---|
265 | }
|
---|
266 | /**
|
---|
267 | * @param GoogleCloudDiscoveryengineV1WorkspaceConfig
|
---|
268 | */
|
---|
269 | public function setWorkspaceConfig(GoogleCloudDiscoveryengineV1WorkspaceConfig $workspaceConfig)
|
---|
270 | {
|
---|
271 | $this->workspaceConfig = $workspaceConfig;
|
---|
272 | }
|
---|
273 | /**
|
---|
274 | * @return GoogleCloudDiscoveryengineV1WorkspaceConfig
|
---|
275 | */
|
---|
276 | public function getWorkspaceConfig()
|
---|
277 | {
|
---|
278 | return $this->workspaceConfig;
|
---|
279 | }
|
---|
280 | }
|
---|
281 |
|
---|
282 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
283 | class_alias(GoogleCloudDiscoveryengineV1DataStore::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1DataStore');
|
---|