[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\CloudDataplex;
|
---|
| 19 |
|
---|
| 20 | class GoogleCloudDataplexV1DataScan extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | /**
|
---|
| 23 | * @var string
|
---|
| 24 | */
|
---|
| 25 | public $createTime;
|
---|
| 26 | protected $dataType = GoogleCloudDataplexV1DataSource::class;
|
---|
| 27 | protected $dataDataType = '';
|
---|
| 28 | protected $dataDiscoveryResultType = GoogleCloudDataplexV1DataDiscoveryResult::class;
|
---|
| 29 | protected $dataDiscoveryResultDataType = '';
|
---|
| 30 | protected $dataDiscoverySpecType = GoogleCloudDataplexV1DataDiscoverySpec::class;
|
---|
| 31 | protected $dataDiscoverySpecDataType = '';
|
---|
| 32 | protected $dataProfileResultType = GoogleCloudDataplexV1DataProfileResult::class;
|
---|
| 33 | protected $dataProfileResultDataType = '';
|
---|
| 34 | protected $dataProfileSpecType = GoogleCloudDataplexV1DataProfileSpec::class;
|
---|
| 35 | protected $dataProfileSpecDataType = '';
|
---|
| 36 | protected $dataQualityResultType = GoogleCloudDataplexV1DataQualityResult::class;
|
---|
| 37 | protected $dataQualityResultDataType = '';
|
---|
| 38 | protected $dataQualitySpecType = GoogleCloudDataplexV1DataQualitySpec::class;
|
---|
| 39 | protected $dataQualitySpecDataType = '';
|
---|
| 40 | /**
|
---|
| 41 | * @var string
|
---|
| 42 | */
|
---|
| 43 | public $description;
|
---|
| 44 | /**
|
---|
| 45 | * @var string
|
---|
| 46 | */
|
---|
| 47 | public $displayName;
|
---|
| 48 | protected $executionSpecType = GoogleCloudDataplexV1DataScanExecutionSpec::class;
|
---|
| 49 | protected $executionSpecDataType = '';
|
---|
| 50 | protected $executionStatusType = GoogleCloudDataplexV1DataScanExecutionStatus::class;
|
---|
| 51 | protected $executionStatusDataType = '';
|
---|
| 52 | /**
|
---|
| 53 | * @var string[]
|
---|
| 54 | */
|
---|
| 55 | public $labels;
|
---|
| 56 | /**
|
---|
| 57 | * @var string
|
---|
| 58 | */
|
---|
| 59 | public $name;
|
---|
| 60 | /**
|
---|
| 61 | * @var string
|
---|
| 62 | */
|
---|
| 63 | public $state;
|
---|
| 64 | /**
|
---|
| 65 | * @var string
|
---|
| 66 | */
|
---|
| 67 | public $type;
|
---|
| 68 | /**
|
---|
| 69 | * @var string
|
---|
| 70 | */
|
---|
| 71 | public $uid;
|
---|
| 72 | /**
|
---|
| 73 | * @var string
|
---|
| 74 | */
|
---|
| 75 | public $updateTime;
|
---|
| 76 |
|
---|
| 77 | /**
|
---|
| 78 | * @param string
|
---|
| 79 | */
|
---|
| 80 | public function setCreateTime($createTime)
|
---|
| 81 | {
|
---|
| 82 | $this->createTime = $createTime;
|
---|
| 83 | }
|
---|
| 84 | /**
|
---|
| 85 | * @return string
|
---|
| 86 | */
|
---|
| 87 | public function getCreateTime()
|
---|
| 88 | {
|
---|
| 89 | return $this->createTime;
|
---|
| 90 | }
|
---|
| 91 | /**
|
---|
| 92 | * @param GoogleCloudDataplexV1DataSource
|
---|
| 93 | */
|
---|
| 94 | public function setData(GoogleCloudDataplexV1DataSource $data)
|
---|
| 95 | {
|
---|
| 96 | $this->data = $data;
|
---|
| 97 | }
|
---|
| 98 | /**
|
---|
| 99 | * @return GoogleCloudDataplexV1DataSource
|
---|
| 100 | */
|
---|
| 101 | public function getData()
|
---|
| 102 | {
|
---|
| 103 | return $this->data;
|
---|
| 104 | }
|
---|
| 105 | /**
|
---|
| 106 | * @param GoogleCloudDataplexV1DataDiscoveryResult
|
---|
| 107 | */
|
---|
| 108 | public function setDataDiscoveryResult(GoogleCloudDataplexV1DataDiscoveryResult $dataDiscoveryResult)
|
---|
| 109 | {
|
---|
| 110 | $this->dataDiscoveryResult = $dataDiscoveryResult;
|
---|
| 111 | }
|
---|
| 112 | /**
|
---|
| 113 | * @return GoogleCloudDataplexV1DataDiscoveryResult
|
---|
| 114 | */
|
---|
| 115 | public function getDataDiscoveryResult()
|
---|
| 116 | {
|
---|
| 117 | return $this->dataDiscoveryResult;
|
---|
| 118 | }
|
---|
| 119 | /**
|
---|
| 120 | * @param GoogleCloudDataplexV1DataDiscoverySpec
|
---|
| 121 | */
|
---|
| 122 | public function setDataDiscoverySpec(GoogleCloudDataplexV1DataDiscoverySpec $dataDiscoverySpec)
|
---|
| 123 | {
|
---|
| 124 | $this->dataDiscoverySpec = $dataDiscoverySpec;
|
---|
| 125 | }
|
---|
| 126 | /**
|
---|
| 127 | * @return GoogleCloudDataplexV1DataDiscoverySpec
|
---|
| 128 | */
|
---|
| 129 | public function getDataDiscoverySpec()
|
---|
| 130 | {
|
---|
| 131 | return $this->dataDiscoverySpec;
|
---|
| 132 | }
|
---|
| 133 | /**
|
---|
| 134 | * @param GoogleCloudDataplexV1DataProfileResult
|
---|
| 135 | */
|
---|
| 136 | public function setDataProfileResult(GoogleCloudDataplexV1DataProfileResult $dataProfileResult)
|
---|
| 137 | {
|
---|
| 138 | $this->dataProfileResult = $dataProfileResult;
|
---|
| 139 | }
|
---|
| 140 | /**
|
---|
| 141 | * @return GoogleCloudDataplexV1DataProfileResult
|
---|
| 142 | */
|
---|
| 143 | public function getDataProfileResult()
|
---|
| 144 | {
|
---|
| 145 | return $this->dataProfileResult;
|
---|
| 146 | }
|
---|
| 147 | /**
|
---|
| 148 | * @param GoogleCloudDataplexV1DataProfileSpec
|
---|
| 149 | */
|
---|
| 150 | public function setDataProfileSpec(GoogleCloudDataplexV1DataProfileSpec $dataProfileSpec)
|
---|
| 151 | {
|
---|
| 152 | $this->dataProfileSpec = $dataProfileSpec;
|
---|
| 153 | }
|
---|
| 154 | /**
|
---|
| 155 | * @return GoogleCloudDataplexV1DataProfileSpec
|
---|
| 156 | */
|
---|
| 157 | public function getDataProfileSpec()
|
---|
| 158 | {
|
---|
| 159 | return $this->dataProfileSpec;
|
---|
| 160 | }
|
---|
| 161 | /**
|
---|
| 162 | * @param GoogleCloudDataplexV1DataQualityResult
|
---|
| 163 | */
|
---|
| 164 | public function setDataQualityResult(GoogleCloudDataplexV1DataQualityResult $dataQualityResult)
|
---|
| 165 | {
|
---|
| 166 | $this->dataQualityResult = $dataQualityResult;
|
---|
| 167 | }
|
---|
| 168 | /**
|
---|
| 169 | * @return GoogleCloudDataplexV1DataQualityResult
|
---|
| 170 | */
|
---|
| 171 | public function getDataQualityResult()
|
---|
| 172 | {
|
---|
| 173 | return $this->dataQualityResult;
|
---|
| 174 | }
|
---|
| 175 | /**
|
---|
| 176 | * @param GoogleCloudDataplexV1DataQualitySpec
|
---|
| 177 | */
|
---|
| 178 | public function setDataQualitySpec(GoogleCloudDataplexV1DataQualitySpec $dataQualitySpec)
|
---|
| 179 | {
|
---|
| 180 | $this->dataQualitySpec = $dataQualitySpec;
|
---|
| 181 | }
|
---|
| 182 | /**
|
---|
| 183 | * @return GoogleCloudDataplexV1DataQualitySpec
|
---|
| 184 | */
|
---|
| 185 | public function getDataQualitySpec()
|
---|
| 186 | {
|
---|
| 187 | return $this->dataQualitySpec;
|
---|
| 188 | }
|
---|
| 189 | /**
|
---|
| 190 | * @param string
|
---|
| 191 | */
|
---|
| 192 | public function setDescription($description)
|
---|
| 193 | {
|
---|
| 194 | $this->description = $description;
|
---|
| 195 | }
|
---|
| 196 | /**
|
---|
| 197 | * @return string
|
---|
| 198 | */
|
---|
| 199 | public function getDescription()
|
---|
| 200 | {
|
---|
| 201 | return $this->description;
|
---|
| 202 | }
|
---|
| 203 | /**
|
---|
| 204 | * @param string
|
---|
| 205 | */
|
---|
| 206 | public function setDisplayName($displayName)
|
---|
| 207 | {
|
---|
| 208 | $this->displayName = $displayName;
|
---|
| 209 | }
|
---|
| 210 | /**
|
---|
| 211 | * @return string
|
---|
| 212 | */
|
---|
| 213 | public function getDisplayName()
|
---|
| 214 | {
|
---|
| 215 | return $this->displayName;
|
---|
| 216 | }
|
---|
| 217 | /**
|
---|
| 218 | * @param GoogleCloudDataplexV1DataScanExecutionSpec
|
---|
| 219 | */
|
---|
| 220 | public function setExecutionSpec(GoogleCloudDataplexV1DataScanExecutionSpec $executionSpec)
|
---|
| 221 | {
|
---|
| 222 | $this->executionSpec = $executionSpec;
|
---|
| 223 | }
|
---|
| 224 | /**
|
---|
| 225 | * @return GoogleCloudDataplexV1DataScanExecutionSpec
|
---|
| 226 | */
|
---|
| 227 | public function getExecutionSpec()
|
---|
| 228 | {
|
---|
| 229 | return $this->executionSpec;
|
---|
| 230 | }
|
---|
| 231 | /**
|
---|
| 232 | * @param GoogleCloudDataplexV1DataScanExecutionStatus
|
---|
| 233 | */
|
---|
| 234 | public function setExecutionStatus(GoogleCloudDataplexV1DataScanExecutionStatus $executionStatus)
|
---|
| 235 | {
|
---|
| 236 | $this->executionStatus = $executionStatus;
|
---|
| 237 | }
|
---|
| 238 | /**
|
---|
| 239 | * @return GoogleCloudDataplexV1DataScanExecutionStatus
|
---|
| 240 | */
|
---|
| 241 | public function getExecutionStatus()
|
---|
| 242 | {
|
---|
| 243 | return $this->executionStatus;
|
---|
| 244 | }
|
---|
| 245 | /**
|
---|
| 246 | * @param string[]
|
---|
| 247 | */
|
---|
| 248 | public function setLabels($labels)
|
---|
| 249 | {
|
---|
| 250 | $this->labels = $labels;
|
---|
| 251 | }
|
---|
| 252 | /**
|
---|
| 253 | * @return string[]
|
---|
| 254 | */
|
---|
| 255 | public function getLabels()
|
---|
| 256 | {
|
---|
| 257 | return $this->labels;
|
---|
| 258 | }
|
---|
| 259 | /**
|
---|
| 260 | * @param string
|
---|
| 261 | */
|
---|
| 262 | public function setName($name)
|
---|
| 263 | {
|
---|
| 264 | $this->name = $name;
|
---|
| 265 | }
|
---|
| 266 | /**
|
---|
| 267 | * @return string
|
---|
| 268 | */
|
---|
| 269 | public function getName()
|
---|
| 270 | {
|
---|
| 271 | return $this->name;
|
---|
| 272 | }
|
---|
| 273 | /**
|
---|
| 274 | * @param string
|
---|
| 275 | */
|
---|
| 276 | public function setState($state)
|
---|
| 277 | {
|
---|
| 278 | $this->state = $state;
|
---|
| 279 | }
|
---|
| 280 | /**
|
---|
| 281 | * @return string
|
---|
| 282 | */
|
---|
| 283 | public function getState()
|
---|
| 284 | {
|
---|
| 285 | return $this->state;
|
---|
| 286 | }
|
---|
| 287 | /**
|
---|
| 288 | * @param string
|
---|
| 289 | */
|
---|
| 290 | public function setType($type)
|
---|
| 291 | {
|
---|
| 292 | $this->type = $type;
|
---|
| 293 | }
|
---|
| 294 | /**
|
---|
| 295 | * @return string
|
---|
| 296 | */
|
---|
| 297 | public function getType()
|
---|
| 298 | {
|
---|
| 299 | return $this->type;
|
---|
| 300 | }
|
---|
| 301 | /**
|
---|
| 302 | * @param string
|
---|
| 303 | */
|
---|
| 304 | public function setUid($uid)
|
---|
| 305 | {
|
---|
| 306 | $this->uid = $uid;
|
---|
| 307 | }
|
---|
| 308 | /**
|
---|
| 309 | * @return string
|
---|
| 310 | */
|
---|
| 311 | public function getUid()
|
---|
| 312 | {
|
---|
| 313 | return $this->uid;
|
---|
| 314 | }
|
---|
| 315 | /**
|
---|
| 316 | * @param string
|
---|
| 317 | */
|
---|
| 318 | public function setUpdateTime($updateTime)
|
---|
| 319 | {
|
---|
| 320 | $this->updateTime = $updateTime;
|
---|
| 321 | }
|
---|
| 322 | /**
|
---|
| 323 | * @return string
|
---|
| 324 | */
|
---|
| 325 | public function getUpdateTime()
|
---|
| 326 | {
|
---|
| 327 | return $this->updateTime;
|
---|
| 328 | }
|
---|
| 329 | }
|
---|
| 330 |
|
---|
| 331 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 332 | class_alias(GoogleCloudDataplexV1DataScan::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataScan');
|
---|