-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml
- Loading branch information
1 parent
52c187c
commit 198cdcd
Showing
6 changed files
with
314 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
<?php | ||
/* | ||
* Copyright 2014 Google Inc. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
* use this file except in compliance with the License. You may obtain a copy of | ||
* the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
* License for the specific language governing permissions and limitations under | ||
* the License. | ||
*/ | ||
|
||
namespace Google\Service\DLP; | ||
|
||
class GooglePrivacyDlpV2DataProfileFinding extends \Google\Model | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $dataProfileResourceName; | ||
/** | ||
* @var string | ||
*/ | ||
public $findingId; | ||
protected $infotypeType = GooglePrivacyDlpV2InfoType::class; | ||
protected $infotypeDataType = ''; | ||
protected $locationType = GooglePrivacyDlpV2DataProfileFindingLocation::class; | ||
protected $locationDataType = ''; | ||
/** | ||
* @var string | ||
*/ | ||
public $quote; | ||
protected $quoteInfoType = GooglePrivacyDlpV2QuoteInfo::class; | ||
protected $quoteInfoDataType = ''; | ||
/** | ||
* @var string | ||
*/ | ||
public $resourceVisibility; | ||
/** | ||
* @var string | ||
*/ | ||
public $timestamp; | ||
|
||
/** | ||
* @param string | ||
*/ | ||
public function setDataProfileResourceName($dataProfileResourceName) | ||
{ | ||
$this->dataProfileResourceName = $dataProfileResourceName; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getDataProfileResourceName() | ||
{ | ||
return $this->dataProfileResourceName; | ||
} | ||
/** | ||
* @param string | ||
*/ | ||
public function setFindingId($findingId) | ||
{ | ||
$this->findingId = $findingId; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getFindingId() | ||
{ | ||
return $this->findingId; | ||
} | ||
/** | ||
* @param GooglePrivacyDlpV2InfoType | ||
*/ | ||
public function setInfotype(GooglePrivacyDlpV2InfoType $infotype) | ||
{ | ||
$this->infotype = $infotype; | ||
} | ||
/** | ||
* @return GooglePrivacyDlpV2InfoType | ||
*/ | ||
public function getInfotype() | ||
{ | ||
return $this->infotype; | ||
} | ||
/** | ||
* @param GooglePrivacyDlpV2DataProfileFindingLocation | ||
*/ | ||
public function setLocation(GooglePrivacyDlpV2DataProfileFindingLocation $location) | ||
{ | ||
$this->location = $location; | ||
} | ||
/** | ||
* @return GooglePrivacyDlpV2DataProfileFindingLocation | ||
*/ | ||
public function getLocation() | ||
{ | ||
return $this->location; | ||
} | ||
/** | ||
* @param string | ||
*/ | ||
public function setQuote($quote) | ||
{ | ||
$this->quote = $quote; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getQuote() | ||
{ | ||
return $this->quote; | ||
} | ||
/** | ||
* @param GooglePrivacyDlpV2QuoteInfo | ||
*/ | ||
public function setQuoteInfo(GooglePrivacyDlpV2QuoteInfo $quoteInfo) | ||
{ | ||
$this->quoteInfo = $quoteInfo; | ||
} | ||
/** | ||
* @return GooglePrivacyDlpV2QuoteInfo | ||
*/ | ||
public function getQuoteInfo() | ||
{ | ||
return $this->quoteInfo; | ||
} | ||
/** | ||
* @param string | ||
*/ | ||
public function setResourceVisibility($resourceVisibility) | ||
{ | ||
$this->resourceVisibility = $resourceVisibility; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getResourceVisibility() | ||
{ | ||
return $this->resourceVisibility; | ||
} | ||
/** | ||
* @param string | ||
*/ | ||
public function setTimestamp($timestamp) | ||
{ | ||
$this->timestamp = $timestamp; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getTimestamp() | ||
{ | ||
return $this->timestamp; | ||
} | ||
} | ||
|
||
// Adding a class alias for backwards compatibility with the previous class name. | ||
class_alias(GooglePrivacyDlpV2DataProfileFinding::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfileFinding'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?php | ||
/* | ||
* Copyright 2014 Google Inc. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
* use this file except in compliance with the License. You may obtain a copy of | ||
* the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
* License for the specific language governing permissions and limitations under | ||
* the License. | ||
*/ | ||
|
||
namespace Google\Service\DLP; | ||
|
||
class GooglePrivacyDlpV2DataProfileFindingLocation extends \Google\Model | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $containerName; | ||
protected $dataProfileFindingRecordLocationType = GooglePrivacyDlpV2DataProfileFindingRecordLocation::class; | ||
protected $dataProfileFindingRecordLocationDataType = ''; | ||
|
||
/** | ||
* @param string | ||
*/ | ||
public function setContainerName($containerName) | ||
{ | ||
$this->containerName = $containerName; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getContainerName() | ||
{ | ||
return $this->containerName; | ||
} | ||
/** | ||
* @param GooglePrivacyDlpV2DataProfileFindingRecordLocation | ||
*/ | ||
public function setDataProfileFindingRecordLocation(GooglePrivacyDlpV2DataProfileFindingRecordLocation $dataProfileFindingRecordLocation) | ||
{ | ||
$this->dataProfileFindingRecordLocation = $dataProfileFindingRecordLocation; | ||
} | ||
/** | ||
* @return GooglePrivacyDlpV2DataProfileFindingRecordLocation | ||
*/ | ||
public function getDataProfileFindingRecordLocation() | ||
{ | ||
return $this->dataProfileFindingRecordLocation; | ||
} | ||
} | ||
|
||
// Adding a class alias for backwards compatibility with the previous class name. | ||
class_alias(GooglePrivacyDlpV2DataProfileFindingLocation::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfileFindingLocation'); |
42 changes: 42 additions & 0 deletions
42
src/DLP/GooglePrivacyDlpV2DataProfileFindingRecordLocation.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?php | ||
/* | ||
* Copyright 2014 Google Inc. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not | ||
* use this file except in compliance with the License. You may obtain a copy of | ||
* the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
* License for the specific language governing permissions and limitations under | ||
* the License. | ||
*/ | ||
|
||
namespace Google\Service\DLP; | ||
|
||
class GooglePrivacyDlpV2DataProfileFindingRecordLocation extends \Google\Model | ||
{ | ||
protected $fieldType = GooglePrivacyDlpV2FieldId::class; | ||
protected $fieldDataType = ''; | ||
|
||
/** | ||
* @param GooglePrivacyDlpV2FieldId | ||
*/ | ||
public function setField(GooglePrivacyDlpV2FieldId $field) | ||
{ | ||
$this->field = $field; | ||
} | ||
/** | ||
* @return GooglePrivacyDlpV2FieldId | ||
*/ | ||
public function getField() | ||
{ | ||
return $this->field; | ||
} | ||
} | ||
|
||
// Adding a class alias for backwards compatibility with the previous class name. | ||
class_alias(GooglePrivacyDlpV2DataProfileFindingRecordLocation::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfileFindingRecordLocation'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters