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