Nouveaux fichier suite maj librairies vendor
This commit is contained in:
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Action.php
vendored
Normal file
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Action.php
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Action extends Google_Model
|
||||
{
|
||||
protected $pubSubType = 'Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub';
|
||||
protected $pubSubDataType = '';
|
||||
protected $publishSummaryToCsccType = 'Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc';
|
||||
protected $publishSummaryToCsccDataType = '';
|
||||
protected $saveFindingsType = 'Google_Service_DLP_GooglePrivacyDlpV2SaveFindings';
|
||||
protected $saveFindingsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub
|
||||
*/
|
||||
public function setPubSub(Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub $pubSub)
|
||||
{
|
||||
$this->pubSub = $pubSub;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub
|
||||
*/
|
||||
public function getPubSub()
|
||||
{
|
||||
return $this->pubSub;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc
|
||||
*/
|
||||
public function setPublishSummaryToCscc(Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc $publishSummaryToCscc)
|
||||
{
|
||||
$this->publishSummaryToCscc = $publishSummaryToCscc;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc
|
||||
*/
|
||||
public function getPublishSummaryToCscc()
|
||||
{
|
||||
return $this->publishSummaryToCscc;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2SaveFindings
|
||||
*/
|
||||
public function setSaveFindings(Google_Service_DLP_GooglePrivacyDlpV2SaveFindings $saveFindings)
|
||||
{
|
||||
$this->saveFindings = $saveFindings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2SaveFindings
|
||||
*/
|
||||
public function getSaveFindings()
|
||||
{
|
||||
return $this->saveFindings;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,133 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails extends Google_Model
|
||||
{
|
||||
protected $categoricalStatsResultType = 'Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsResult';
|
||||
protected $categoricalStatsResultDataType = '';
|
||||
protected $kAnonymityResultType = 'Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult';
|
||||
protected $kAnonymityResultDataType = '';
|
||||
protected $kMapEstimationResultType = 'Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult';
|
||||
protected $kMapEstimationResultDataType = '';
|
||||
protected $lDiversityResultType = 'Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult';
|
||||
protected $lDiversityResultDataType = '';
|
||||
protected $numericalStatsResultType = 'Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult';
|
||||
protected $numericalStatsResultDataType = '';
|
||||
protected $requestedPrivacyMetricType = 'Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric';
|
||||
protected $requestedPrivacyMetricDataType = '';
|
||||
protected $requestedSourceTableType = 'Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable';
|
||||
protected $requestedSourceTableDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsResult
|
||||
*/
|
||||
public function setCategoricalStatsResult(Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsResult $categoricalStatsResult)
|
||||
{
|
||||
$this->categoricalStatsResult = $categoricalStatsResult;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsResult
|
||||
*/
|
||||
public function getCategoricalStatsResult()
|
||||
{
|
||||
return $this->categoricalStatsResult;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult
|
||||
*/
|
||||
public function setKAnonymityResult(Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult $kAnonymityResult)
|
||||
{
|
||||
$this->kAnonymityResult = $kAnonymityResult;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult
|
||||
*/
|
||||
public function getKAnonymityResult()
|
||||
{
|
||||
return $this->kAnonymityResult;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult
|
||||
*/
|
||||
public function setKMapEstimationResult(Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult $kMapEstimationResult)
|
||||
{
|
||||
$this->kMapEstimationResult = $kMapEstimationResult;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult
|
||||
*/
|
||||
public function getKMapEstimationResult()
|
||||
{
|
||||
return $this->kMapEstimationResult;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult
|
||||
*/
|
||||
public function setLDiversityResult(Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult $lDiversityResult)
|
||||
{
|
||||
$this->lDiversityResult = $lDiversityResult;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult
|
||||
*/
|
||||
public function getLDiversityResult()
|
||||
{
|
||||
return $this->lDiversityResult;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult
|
||||
*/
|
||||
public function setNumericalStatsResult(Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult $numericalStatsResult)
|
||||
{
|
||||
$this->numericalStatsResult = $numericalStatsResult;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult
|
||||
*/
|
||||
public function getNumericalStatsResult()
|
||||
{
|
||||
return $this->numericalStatsResult;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric
|
||||
*/
|
||||
public function setRequestedPrivacyMetric(Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric $requestedPrivacyMetric)
|
||||
{
|
||||
$this->requestedPrivacyMetric = $requestedPrivacyMetric;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric
|
||||
*/
|
||||
public function getRequestedPrivacyMetric()
|
||||
{
|
||||
return $this->requestedPrivacyMetric;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function setRequestedSourceTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $requestedSourceTable)
|
||||
{
|
||||
$this->requestedSourceTable = $requestedSourceTable;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function getRequestedSourceTable()
|
||||
{
|
||||
return $this->requestedSourceTable;
|
||||
}
|
||||
}
|
||||
70
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AuxiliaryTable.php
vendored
Normal file
70
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2AuxiliaryTable.php
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2AuxiliaryTable extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'quasiIds';
|
||||
protected $quasiIdsType = 'Google_Service_DLP_GooglePrivacyDlpV2QuasiIdField';
|
||||
protected $quasiIdsDataType = 'array';
|
||||
protected $relativeFrequencyType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $relativeFrequencyDataType = '';
|
||||
protected $tableType = 'Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable';
|
||||
protected $tableDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2QuasiIdField
|
||||
*/
|
||||
public function setQuasiIds($quasiIds)
|
||||
{
|
||||
$this->quasiIds = $quasiIds;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2QuasiIdField
|
||||
*/
|
||||
public function getQuasiIds()
|
||||
{
|
||||
return $this->quasiIds;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setRelativeFrequency(Google_Service_DLP_GooglePrivacyDlpV2FieldId $relativeFrequency)
|
||||
{
|
||||
$this->relativeFrequency = $relativeFrequency;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getRelativeFrequency()
|
||||
{
|
||||
return $this->relativeFrequency;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table)
|
||||
{
|
||||
$this->table = $table;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function getTable()
|
||||
{
|
||||
return $this->table;
|
||||
}
|
||||
}
|
||||
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryKey.php
vendored
Normal file
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryKey.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2BigQueryKey extends Google_Model
|
||||
{
|
||||
public $rowNumber;
|
||||
protected $tableReferenceType = 'Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable';
|
||||
protected $tableReferenceDataType = '';
|
||||
|
||||
public function setRowNumber($rowNumber)
|
||||
{
|
||||
$this->rowNumber = $rowNumber;
|
||||
}
|
||||
public function getRowNumber()
|
||||
{
|
||||
return $this->rowNumber;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function setTableReference(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $tableReference)
|
||||
{
|
||||
$this->tableReference = $tableReference;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function getTableReference()
|
||||
{
|
||||
return $this->tableReference;
|
||||
}
|
||||
}
|
||||
63
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryOptions.php
vendored
Normal file
63
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryOptions.php
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2BigQueryOptions extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'identifyingFields';
|
||||
protected $identifyingFieldsType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $identifyingFieldsDataType = 'array';
|
||||
public $rowsLimit;
|
||||
protected $tableReferenceType = 'Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable';
|
||||
protected $tableReferenceDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setIdentifyingFields($identifyingFields)
|
||||
{
|
||||
$this->identifyingFields = $identifyingFields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getIdentifyingFields()
|
||||
{
|
||||
return $this->identifyingFields;
|
||||
}
|
||||
public function setRowsLimit($rowsLimit)
|
||||
{
|
||||
$this->rowsLimit = $rowsLimit;
|
||||
}
|
||||
public function getRowsLimit()
|
||||
{
|
||||
return $this->rowsLimit;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function setTableReference(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $tableReference)
|
||||
{
|
||||
$this->tableReference = $tableReference;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function getTableReference()
|
||||
{
|
||||
return $this->tableReference;
|
||||
}
|
||||
}
|
||||
48
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryTable.php
vendored
Normal file
48
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BigQueryTable.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable extends Google_Model
|
||||
{
|
||||
public $datasetId;
|
||||
public $projectId;
|
||||
public $tableId;
|
||||
|
||||
public function setDatasetId($datasetId)
|
||||
{
|
||||
$this->datasetId = $datasetId;
|
||||
}
|
||||
public function getDatasetId()
|
||||
{
|
||||
return $this->datasetId;
|
||||
}
|
||||
public function setProjectId($projectId)
|
||||
{
|
||||
$this->projectId = $projectId;
|
||||
}
|
||||
public function getProjectId()
|
||||
{
|
||||
return $this->projectId;
|
||||
}
|
||||
public function setTableId($tableId)
|
||||
{
|
||||
$this->tableId = $tableId;
|
||||
}
|
||||
public function getTableId()
|
||||
{
|
||||
return $this->tableId;
|
||||
}
|
||||
}
|
||||
57
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BoundingBox.php
vendored
Normal file
57
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BoundingBox.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2BoundingBox extends Google_Model
|
||||
{
|
||||
public $height;
|
||||
public $left;
|
||||
public $top;
|
||||
public $width;
|
||||
|
||||
public function setHeight($height)
|
||||
{
|
||||
$this->height = $height;
|
||||
}
|
||||
public function getHeight()
|
||||
{
|
||||
return $this->height;
|
||||
}
|
||||
public function setLeft($left)
|
||||
{
|
||||
$this->left = $left;
|
||||
}
|
||||
public function getLeft()
|
||||
{
|
||||
return $this->left;
|
||||
}
|
||||
public function setTop($top)
|
||||
{
|
||||
$this->top = $top;
|
||||
}
|
||||
public function getTop()
|
||||
{
|
||||
return $this->top;
|
||||
}
|
||||
public function setWidth($width)
|
||||
{
|
||||
$this->width = $width;
|
||||
}
|
||||
public function getWidth()
|
||||
{
|
||||
return $this->width;
|
||||
}
|
||||
}
|
||||
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Bucket.php
vendored
Normal file
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Bucket.php
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Bucket extends Google_Model
|
||||
{
|
||||
protected $maxType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $maxDataType = '';
|
||||
protected $minType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $minDataType = '';
|
||||
protected $replacementValueType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $replacementValueDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setMax(Google_Service_DLP_GooglePrivacyDlpV2Value $max)
|
||||
{
|
||||
$this->max = $max;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getMax()
|
||||
{
|
||||
return $this->max;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setMin(Google_Service_DLP_GooglePrivacyDlpV2Value $min)
|
||||
{
|
||||
$this->min = $min;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getMin()
|
||||
{
|
||||
return $this->min;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setReplacementValue(Google_Service_DLP_GooglePrivacyDlpV2Value $replacementValue)
|
||||
{
|
||||
$this->replacementValue = $replacementValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getReplacementValue()
|
||||
{
|
||||
return $this->replacementValue;
|
||||
}
|
||||
}
|
||||
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BucketingConfig.php
vendored
Normal file
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2BucketingConfig.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'buckets';
|
||||
protected $bucketsType = 'Google_Service_DLP_GooglePrivacyDlpV2Bucket';
|
||||
protected $bucketsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Bucket
|
||||
*/
|
||||
public function setBuckets($buckets)
|
||||
{
|
||||
$this->buckets = $buckets;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Bucket
|
||||
*/
|
||||
public function getBuckets()
|
||||
{
|
||||
return $this->buckets;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ByteContentItem.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ByteContentItem.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem extends Google_Model
|
||||
{
|
||||
public $data;
|
||||
public $type;
|
||||
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = $data;
|
||||
}
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CancelDlpJobRequest extends Google_Model
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig extends Google_Model
|
||||
{
|
||||
protected $fieldType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $fieldDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field)
|
||||
{
|
||||
$this->field = $field;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getField()
|
||||
{
|
||||
return $this->field;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsHistogramBucket extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'bucketValues';
|
||||
public $bucketSize;
|
||||
public $bucketValueCount;
|
||||
protected $bucketValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency';
|
||||
protected $bucketValuesDataType = 'array';
|
||||
public $valueFrequencyLowerBound;
|
||||
public $valueFrequencyUpperBound;
|
||||
|
||||
public function setBucketSize($bucketSize)
|
||||
{
|
||||
$this->bucketSize = $bucketSize;
|
||||
}
|
||||
public function getBucketSize()
|
||||
{
|
||||
return $this->bucketSize;
|
||||
}
|
||||
public function setBucketValueCount($bucketValueCount)
|
||||
{
|
||||
$this->bucketValueCount = $bucketValueCount;
|
||||
}
|
||||
public function getBucketValueCount()
|
||||
{
|
||||
return $this->bucketValueCount;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency
|
||||
*/
|
||||
public function setBucketValues($bucketValues)
|
||||
{
|
||||
$this->bucketValues = $bucketValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency
|
||||
*/
|
||||
public function getBucketValues()
|
||||
{
|
||||
return $this->bucketValues;
|
||||
}
|
||||
public function setValueFrequencyLowerBound($valueFrequencyLowerBound)
|
||||
{
|
||||
$this->valueFrequencyLowerBound = $valueFrequencyLowerBound;
|
||||
}
|
||||
public function getValueFrequencyLowerBound()
|
||||
{
|
||||
return $this->valueFrequencyLowerBound;
|
||||
}
|
||||
public function setValueFrequencyUpperBound($valueFrequencyUpperBound)
|
||||
{
|
||||
$this->valueFrequencyUpperBound = $valueFrequencyUpperBound;
|
||||
}
|
||||
public function getValueFrequencyUpperBound()
|
||||
{
|
||||
return $this->valueFrequencyUpperBound;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsResult extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'valueFrequencyHistogramBuckets';
|
||||
protected $valueFrequencyHistogramBucketsType = 'Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsHistogramBucket';
|
||||
protected $valueFrequencyHistogramBucketsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsHistogramBucket
|
||||
*/
|
||||
public function setValueFrequencyHistogramBuckets($valueFrequencyHistogramBuckets)
|
||||
{
|
||||
$this->valueFrequencyHistogramBuckets = $valueFrequencyHistogramBuckets;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsHistogramBucket
|
||||
*/
|
||||
public function getValueFrequencyHistogramBuckets()
|
||||
{
|
||||
return $this->valueFrequencyHistogramBuckets;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'charactersToIgnore';
|
||||
protected $charactersToIgnoreType = 'Google_Service_DLP_GooglePrivacyDlpV2CharsToIgnore';
|
||||
protected $charactersToIgnoreDataType = 'array';
|
||||
public $maskingCharacter;
|
||||
public $numberToMask;
|
||||
public $reverseOrder;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CharsToIgnore
|
||||
*/
|
||||
public function setCharactersToIgnore($charactersToIgnore)
|
||||
{
|
||||
$this->charactersToIgnore = $charactersToIgnore;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CharsToIgnore
|
||||
*/
|
||||
public function getCharactersToIgnore()
|
||||
{
|
||||
return $this->charactersToIgnore;
|
||||
}
|
||||
public function setMaskingCharacter($maskingCharacter)
|
||||
{
|
||||
$this->maskingCharacter = $maskingCharacter;
|
||||
}
|
||||
public function getMaskingCharacter()
|
||||
{
|
||||
return $this->maskingCharacter;
|
||||
}
|
||||
public function setNumberToMask($numberToMask)
|
||||
{
|
||||
$this->numberToMask = $numberToMask;
|
||||
}
|
||||
public function getNumberToMask()
|
||||
{
|
||||
return $this->numberToMask;
|
||||
}
|
||||
public function setReverseOrder($reverseOrder)
|
||||
{
|
||||
$this->reverseOrder = $reverseOrder;
|
||||
}
|
||||
public function getReverseOrder()
|
||||
{
|
||||
return $this->reverseOrder;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharsToIgnore.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CharsToIgnore.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CharsToIgnore extends Google_Model
|
||||
{
|
||||
public $charactersToSkip;
|
||||
public $commonCharactersToIgnore;
|
||||
|
||||
public function setCharactersToSkip($charactersToSkip)
|
||||
{
|
||||
$this->charactersToSkip = $charactersToSkip;
|
||||
}
|
||||
public function getCharactersToSkip()
|
||||
{
|
||||
return $this->charactersToSkip;
|
||||
}
|
||||
public function setCommonCharactersToIgnore($commonCharactersToIgnore)
|
||||
{
|
||||
$this->commonCharactersToIgnore = $commonCharactersToIgnore;
|
||||
}
|
||||
public function getCommonCharactersToIgnore()
|
||||
{
|
||||
return $this->commonCharactersToIgnore;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CloudStorageOptions extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'fileTypes';
|
||||
public $bytesLimitPerFile;
|
||||
protected $fileSetType = 'Google_Service_DLP_GooglePrivacyDlpV2FileSet';
|
||||
protected $fileSetDataType = '';
|
||||
public $fileTypes;
|
||||
|
||||
public function setBytesLimitPerFile($bytesLimitPerFile)
|
||||
{
|
||||
$this->bytesLimitPerFile = $bytesLimitPerFile;
|
||||
}
|
||||
public function getBytesLimitPerFile()
|
||||
{
|
||||
return $this->bytesLimitPerFile;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FileSet
|
||||
*/
|
||||
public function setFileSet(Google_Service_DLP_GooglePrivacyDlpV2FileSet $fileSet)
|
||||
{
|
||||
$this->fileSet = $fileSet;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FileSet
|
||||
*/
|
||||
public function getFileSet()
|
||||
{
|
||||
return $this->fileSet;
|
||||
}
|
||||
public function setFileTypes($fileTypes)
|
||||
{
|
||||
$this->fileTypes = $fileTypes;
|
||||
}
|
||||
public function getFileTypes()
|
||||
{
|
||||
return $this->fileTypes;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStoragePath.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CloudStoragePath.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath extends Google_Model
|
||||
{
|
||||
public $path;
|
||||
|
||||
public function setPath($path)
|
||||
{
|
||||
$this->path = $path;
|
||||
}
|
||||
public function getPath()
|
||||
{
|
||||
return $this->path;
|
||||
}
|
||||
}
|
||||
48
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Color.php
vendored
Normal file
48
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Color.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Color extends Google_Model
|
||||
{
|
||||
public $blue;
|
||||
public $green;
|
||||
public $red;
|
||||
|
||||
public function setBlue($blue)
|
||||
{
|
||||
$this->blue = $blue;
|
||||
}
|
||||
public function getBlue()
|
||||
{
|
||||
return $this->blue;
|
||||
}
|
||||
public function setGreen($green)
|
||||
{
|
||||
$this->green = $green;
|
||||
}
|
||||
public function getGreen()
|
||||
{
|
||||
return $this->green;
|
||||
}
|
||||
public function setRed($red)
|
||||
{
|
||||
$this->red = $red;
|
||||
}
|
||||
public function getRed()
|
||||
{
|
||||
return $this->red;
|
||||
}
|
||||
}
|
||||
62
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Condition.php
vendored
Normal file
62
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Condition.php
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Condition extends Google_Model
|
||||
{
|
||||
protected $fieldType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $fieldDataType = '';
|
||||
public $operator;
|
||||
protected $valueType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $valueDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field)
|
||||
{
|
||||
$this->field = $field;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getField()
|
||||
{
|
||||
return $this->field;
|
||||
}
|
||||
public function setOperator($operator)
|
||||
{
|
||||
$this->operator = $operator;
|
||||
}
|
||||
public function getOperator()
|
||||
{
|
||||
return $this->operator;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setValue(Google_Service_DLP_GooglePrivacyDlpV2Value $value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Conditions.php
vendored
Normal file
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Conditions.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Conditions extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'conditions';
|
||||
protected $conditionsType = 'Google_Service_DLP_GooglePrivacyDlpV2Condition';
|
||||
protected $conditionsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Condition
|
||||
*/
|
||||
public function setConditions($conditions)
|
||||
{
|
||||
$this->conditions = $conditions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Condition
|
||||
*/
|
||||
public function getConditions()
|
||||
{
|
||||
return $this->conditions;
|
||||
}
|
||||
}
|
||||
62
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentItem.php
vendored
Normal file
62
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentItem.php
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ContentItem extends Google_Model
|
||||
{
|
||||
protected $byteItemType = 'Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem';
|
||||
protected $byteItemDataType = '';
|
||||
protected $tableType = 'Google_Service_DLP_GooglePrivacyDlpV2Table';
|
||||
protected $tableDataType = '';
|
||||
public $value;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem
|
||||
*/
|
||||
public function setByteItem(Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem $byteItem)
|
||||
{
|
||||
$this->byteItem = $byteItem;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ByteContentItem
|
||||
*/
|
||||
public function getByteItem()
|
||||
{
|
||||
return $this->byteItem;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Table
|
||||
*/
|
||||
public function setTable(Google_Service_DLP_GooglePrivacyDlpV2Table $table)
|
||||
{
|
||||
$this->table = $table;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Table
|
||||
*/
|
||||
public function getTable()
|
||||
{
|
||||
return $this->table;
|
||||
}
|
||||
public function setValue($value)
|
||||
{
|
||||
$this->value = $value;
|
||||
}
|
||||
public function getValue()
|
||||
{
|
||||
return $this->value;
|
||||
}
|
||||
}
|
||||
96
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentLocation.php
vendored
Normal file
96
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ContentLocation.php
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ContentLocation extends Google_Model
|
||||
{
|
||||
public $containerName;
|
||||
public $containerTimestamp;
|
||||
public $containerVersion;
|
||||
protected $documentLocationType = 'Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation';
|
||||
protected $documentLocationDataType = '';
|
||||
protected $imageLocationType = 'Google_Service_DLP_GooglePrivacyDlpV2ImageLocation';
|
||||
protected $imageLocationDataType = '';
|
||||
protected $recordLocationType = 'Google_Service_DLP_GooglePrivacyDlpV2RecordLocation';
|
||||
protected $recordLocationDataType = '';
|
||||
|
||||
public function setContainerName($containerName)
|
||||
{
|
||||
$this->containerName = $containerName;
|
||||
}
|
||||
public function getContainerName()
|
||||
{
|
||||
return $this->containerName;
|
||||
}
|
||||
public function setContainerTimestamp($containerTimestamp)
|
||||
{
|
||||
$this->containerTimestamp = $containerTimestamp;
|
||||
}
|
||||
public function getContainerTimestamp()
|
||||
{
|
||||
return $this->containerTimestamp;
|
||||
}
|
||||
public function setContainerVersion($containerVersion)
|
||||
{
|
||||
$this->containerVersion = $containerVersion;
|
||||
}
|
||||
public function getContainerVersion()
|
||||
{
|
||||
return $this->containerVersion;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation
|
||||
*/
|
||||
public function setDocumentLocation(Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation $documentLocation)
|
||||
{
|
||||
$this->documentLocation = $documentLocation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation
|
||||
*/
|
||||
public function getDocumentLocation()
|
||||
{
|
||||
return $this->documentLocation;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ImageLocation
|
||||
*/
|
||||
public function setImageLocation(Google_Service_DLP_GooglePrivacyDlpV2ImageLocation $imageLocation)
|
||||
{
|
||||
$this->imageLocation = $imageLocation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ImageLocation
|
||||
*/
|
||||
public function getImageLocation()
|
||||
{
|
||||
return $this->imageLocation;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2RecordLocation
|
||||
*/
|
||||
public function setRecordLocation(Google_Service_DLP_GooglePrivacyDlpV2RecordLocation $recordLocation)
|
||||
{
|
||||
$this->recordLocation = $recordLocation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2RecordLocation
|
||||
*/
|
||||
public function getRecordLocation()
|
||||
{
|
||||
return $this->recordLocation;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CreateDeidentifyTemplateRequest extends Google_Model
|
||||
{
|
||||
protected $deidentifyTemplateType = 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate';
|
||||
protected $deidentifyTemplateDataType = '';
|
||||
public $templateId;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate
|
||||
*/
|
||||
public function setDeidentifyTemplate(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate $deidentifyTemplate)
|
||||
{
|
||||
$this->deidentifyTemplate = $deidentifyTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate
|
||||
*/
|
||||
public function getDeidentifyTemplate()
|
||||
{
|
||||
return $this->deidentifyTemplate;
|
||||
}
|
||||
public function setTemplateId($templateId)
|
||||
{
|
||||
$this->templateId = $templateId;
|
||||
}
|
||||
public function getTemplateId()
|
||||
{
|
||||
return $this->templateId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CreateDlpJobRequest extends Google_Model
|
||||
{
|
||||
protected $inspectJobType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig';
|
||||
protected $inspectJobDataType = '';
|
||||
public $jobId;
|
||||
protected $riskJobType = 'Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig';
|
||||
protected $riskJobDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig
|
||||
*/
|
||||
public function setInspectJob(Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig $inspectJob)
|
||||
{
|
||||
$this->inspectJob = $inspectJob;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig
|
||||
*/
|
||||
public function getInspectJob()
|
||||
{
|
||||
return $this->inspectJob;
|
||||
}
|
||||
public function setJobId($jobId)
|
||||
{
|
||||
$this->jobId = $jobId;
|
||||
}
|
||||
public function getJobId()
|
||||
{
|
||||
return $this->jobId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig
|
||||
*/
|
||||
public function setRiskJob(Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig $riskJob)
|
||||
{
|
||||
$this->riskJob = $riskJob;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2RiskAnalysisJobConfig
|
||||
*/
|
||||
public function getRiskJob()
|
||||
{
|
||||
return $this->riskJob;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CreateInspectTemplateRequest extends Google_Model
|
||||
{
|
||||
protected $inspectTemplateType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate';
|
||||
protected $inspectTemplateDataType = '';
|
||||
public $templateId;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate
|
||||
*/
|
||||
public function setInspectTemplate(Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate $inspectTemplate)
|
||||
{
|
||||
$this->inspectTemplate = $inspectTemplate;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate
|
||||
*/
|
||||
public function getInspectTemplate()
|
||||
{
|
||||
return $this->inspectTemplate;
|
||||
}
|
||||
public function setTemplateId($templateId)
|
||||
{
|
||||
$this->templateId = $templateId;
|
||||
}
|
||||
public function getTemplateId()
|
||||
{
|
||||
return $this->templateId;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CreateJobTriggerRequest extends Google_Model
|
||||
{
|
||||
protected $jobTriggerType = 'Google_Service_DLP_GooglePrivacyDlpV2JobTrigger';
|
||||
protected $jobTriggerDataType = '';
|
||||
public $triggerId;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2JobTrigger
|
||||
*/
|
||||
public function setJobTrigger(Google_Service_DLP_GooglePrivacyDlpV2JobTrigger $jobTrigger)
|
||||
{
|
||||
$this->jobTrigger = $jobTrigger;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger
|
||||
*/
|
||||
public function getJobTrigger()
|
||||
{
|
||||
return $this->jobTrigger;
|
||||
}
|
||||
public function setTriggerId($triggerId)
|
||||
{
|
||||
$this->triggerId = $triggerId;
|
||||
}
|
||||
public function getTriggerId()
|
||||
{
|
||||
return $this->triggerId;
|
||||
}
|
||||
}
|
||||
37
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoHashConfig.php
vendored
Normal file
37
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoHashConfig.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig extends Google_Model
|
||||
{
|
||||
protected $cryptoKeyType = 'Google_Service_DLP_GooglePrivacyDlpV2CryptoKey';
|
||||
protected $cryptoKeyDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey
|
||||
*/
|
||||
public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey)
|
||||
{
|
||||
$this->cryptoKey = $cryptoKey;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey
|
||||
*/
|
||||
public function getCryptoKey()
|
||||
{
|
||||
return $this->cryptoKey;
|
||||
}
|
||||
}
|
||||
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoKey.php
vendored
Normal file
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CryptoKey.php
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CryptoKey extends Google_Model
|
||||
{
|
||||
protected $kmsWrappedType = 'Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey';
|
||||
protected $kmsWrappedDataType = '';
|
||||
protected $transientType = 'Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey';
|
||||
protected $transientDataType = '';
|
||||
protected $unwrappedType = 'Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey';
|
||||
protected $unwrappedDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey
|
||||
*/
|
||||
public function setKmsWrapped(Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey $kmsWrapped)
|
||||
{
|
||||
$this->kmsWrapped = $kmsWrapped;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey
|
||||
*/
|
||||
public function getKmsWrapped()
|
||||
{
|
||||
return $this->kmsWrapped;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey
|
||||
*/
|
||||
public function setTransient(Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey $transient)
|
||||
{
|
||||
$this->transient = $transient;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2TransientCryptoKey
|
||||
*/
|
||||
public function getTransient()
|
||||
{
|
||||
return $this->transient;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey
|
||||
*/
|
||||
public function setUnwrapped(Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey $unwrapped)
|
||||
{
|
||||
$this->unwrapped = $unwrapped;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2UnwrappedCryptoKey
|
||||
*/
|
||||
public function getUnwrapped()
|
||||
{
|
||||
return $this->unwrapped;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig extends Google_Model
|
||||
{
|
||||
public $commonAlphabet;
|
||||
protected $contextType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $contextDataType = '';
|
||||
protected $cryptoKeyType = 'Google_Service_DLP_GooglePrivacyDlpV2CryptoKey';
|
||||
protected $cryptoKeyDataType = '';
|
||||
public $customAlphabet;
|
||||
public $radix;
|
||||
protected $surrogateInfoTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $surrogateInfoTypeDataType = '';
|
||||
|
||||
public function setCommonAlphabet($commonAlphabet)
|
||||
{
|
||||
$this->commonAlphabet = $commonAlphabet;
|
||||
}
|
||||
public function getCommonAlphabet()
|
||||
{
|
||||
return $this->commonAlphabet;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setContext(Google_Service_DLP_GooglePrivacyDlpV2FieldId $context)
|
||||
{
|
||||
$this->context = $context;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getContext()
|
||||
{
|
||||
return $this->context;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey
|
||||
*/
|
||||
public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey)
|
||||
{
|
||||
$this->cryptoKey = $cryptoKey;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey
|
||||
*/
|
||||
public function getCryptoKey()
|
||||
{
|
||||
return $this->cryptoKey;
|
||||
}
|
||||
public function setCustomAlphabet($customAlphabet)
|
||||
{
|
||||
$this->customAlphabet = $customAlphabet;
|
||||
}
|
||||
public function getCustomAlphabet()
|
||||
{
|
||||
return $this->customAlphabet;
|
||||
}
|
||||
public function setRadix($radix)
|
||||
{
|
||||
$this->radix = $radix;
|
||||
}
|
||||
public function getRadix()
|
||||
{
|
||||
return $this->radix;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setSurrogateInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $surrogateInfoType)
|
||||
{
|
||||
$this->surrogateInfoType = $surrogateInfoType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getSurrogateInfoType()
|
||||
{
|
||||
return $this->surrogateInfoType;
|
||||
}
|
||||
}
|
||||
111
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CustomInfoType.php
vendored
Normal file
111
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2CustomInfoType.php
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'detectionRules';
|
||||
protected $detectionRulesType = 'Google_Service_DLP_GooglePrivacyDlpV2DetectionRule';
|
||||
protected $detectionRulesDataType = 'array';
|
||||
protected $dictionaryType = 'Google_Service_DLP_GooglePrivacyDlpV2Dictionary';
|
||||
protected $dictionaryDataType = '';
|
||||
protected $infoTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $infoTypeDataType = '';
|
||||
public $likelihood;
|
||||
protected $regexType = 'Google_Service_DLP_GooglePrivacyDlpV2Regex';
|
||||
protected $regexDataType = '';
|
||||
protected $surrogateTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2SurrogateType';
|
||||
protected $surrogateTypeDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DetectionRule
|
||||
*/
|
||||
public function setDetectionRules($detectionRules)
|
||||
{
|
||||
$this->detectionRules = $detectionRules;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DetectionRule
|
||||
*/
|
||||
public function getDetectionRules()
|
||||
{
|
||||
return $this->detectionRules;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Dictionary
|
||||
*/
|
||||
public function setDictionary(Google_Service_DLP_GooglePrivacyDlpV2Dictionary $dictionary)
|
||||
{
|
||||
$this->dictionary = $dictionary;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Dictionary
|
||||
*/
|
||||
public function getDictionary()
|
||||
{
|
||||
return $this->dictionary;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType)
|
||||
{
|
||||
$this->infoType = $infoType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getInfoType()
|
||||
{
|
||||
return $this->infoType;
|
||||
}
|
||||
public function setLikelihood($likelihood)
|
||||
{
|
||||
$this->likelihood = $likelihood;
|
||||
}
|
||||
public function getLikelihood()
|
||||
{
|
||||
return $this->likelihood;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Regex
|
||||
*/
|
||||
public function setRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $regex)
|
||||
{
|
||||
$this->regex = $regex;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Regex
|
||||
*/
|
||||
public function getRegex()
|
||||
{
|
||||
return $this->regex;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2SurrogateType
|
||||
*/
|
||||
public function setSurrogateType(Google_Service_DLP_GooglePrivacyDlpV2SurrogateType $surrogateType)
|
||||
{
|
||||
$this->surrogateType = $surrogateType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2SurrogateType
|
||||
*/
|
||||
public function getSurrogateType()
|
||||
{
|
||||
return $this->surrogateType;
|
||||
}
|
||||
}
|
||||
37
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreKey.php
vendored
Normal file
37
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreKey.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DatastoreKey extends Google_Model
|
||||
{
|
||||
protected $entityKeyType = 'Google_Service_DLP_GooglePrivacyDlpV2Key';
|
||||
protected $entityKeyDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Key
|
||||
*/
|
||||
public function setEntityKey(Google_Service_DLP_GooglePrivacyDlpV2Key $entityKey)
|
||||
{
|
||||
$this->entityKey = $entityKey;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Key
|
||||
*/
|
||||
public function getEntityKey()
|
||||
{
|
||||
return $this->entityKey;
|
||||
}
|
||||
}
|
||||
53
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreOptions.php
vendored
Normal file
53
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DatastoreOptions.php
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DatastoreOptions extends Google_Model
|
||||
{
|
||||
protected $kindType = 'Google_Service_DLP_GooglePrivacyDlpV2KindExpression';
|
||||
protected $kindDataType = '';
|
||||
protected $partitionIdType = 'Google_Service_DLP_GooglePrivacyDlpV2PartitionId';
|
||||
protected $partitionIdDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KindExpression
|
||||
*/
|
||||
public function setKind(Google_Service_DLP_GooglePrivacyDlpV2KindExpression $kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KindExpression
|
||||
*/
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PartitionId
|
||||
*/
|
||||
public function setPartitionId(Google_Service_DLP_GooglePrivacyDlpV2PartitionId $partitionId)
|
||||
{
|
||||
$this->partitionId = $partitionId;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PartitionId
|
||||
*/
|
||||
public function getPartitionId()
|
||||
{
|
||||
return $this->partitionId;
|
||||
}
|
||||
}
|
||||
71
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateShiftConfig.php
vendored
Normal file
71
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateShiftConfig.php
vendored
Normal file
@@ -0,0 +1,71 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig extends Google_Model
|
||||
{
|
||||
protected $contextType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $contextDataType = '';
|
||||
protected $cryptoKeyType = 'Google_Service_DLP_GooglePrivacyDlpV2CryptoKey';
|
||||
protected $cryptoKeyDataType = '';
|
||||
public $lowerBoundDays;
|
||||
public $upperBoundDays;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setContext(Google_Service_DLP_GooglePrivacyDlpV2FieldId $context)
|
||||
{
|
||||
$this->context = $context;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getContext()
|
||||
{
|
||||
return $this->context;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CryptoKey
|
||||
*/
|
||||
public function setCryptoKey(Google_Service_DLP_GooglePrivacyDlpV2CryptoKey $cryptoKey)
|
||||
{
|
||||
$this->cryptoKey = $cryptoKey;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CryptoKey
|
||||
*/
|
||||
public function getCryptoKey()
|
||||
{
|
||||
return $this->cryptoKey;
|
||||
}
|
||||
public function setLowerBoundDays($lowerBoundDays)
|
||||
{
|
||||
$this->lowerBoundDays = $lowerBoundDays;
|
||||
}
|
||||
public function getLowerBoundDays()
|
||||
{
|
||||
return $this->lowerBoundDays;
|
||||
}
|
||||
public function setUpperBoundDays($upperBoundDays)
|
||||
{
|
||||
$this->upperBoundDays = $upperBoundDays;
|
||||
}
|
||||
public function getUpperBoundDays()
|
||||
{
|
||||
return $this->upperBoundDays;
|
||||
}
|
||||
}
|
||||
78
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateTime.php
vendored
Normal file
78
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DateTime.php
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DateTime extends Google_Model
|
||||
{
|
||||
protected $dateType = 'Google_Service_DLP_GoogleTypeDate';
|
||||
protected $dateDataType = '';
|
||||
public $dayOfWeek;
|
||||
protected $timeType = 'Google_Service_DLP_GoogleTypeTimeOfDay';
|
||||
protected $timeDataType = '';
|
||||
protected $timeZoneType = 'Google_Service_DLP_GooglePrivacyDlpV2TimeZone';
|
||||
protected $timeZoneDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GoogleTypeDate
|
||||
*/
|
||||
public function setDate(Google_Service_DLP_GoogleTypeDate $date)
|
||||
{
|
||||
$this->date = $date;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GoogleTypeDate
|
||||
*/
|
||||
public function getDate()
|
||||
{
|
||||
return $this->date;
|
||||
}
|
||||
public function setDayOfWeek($dayOfWeek)
|
||||
{
|
||||
$this->dayOfWeek = $dayOfWeek;
|
||||
}
|
||||
public function getDayOfWeek()
|
||||
{
|
||||
return $this->dayOfWeek;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GoogleTypeTimeOfDay
|
||||
*/
|
||||
public function setTime(Google_Service_DLP_GoogleTypeTimeOfDay $time)
|
||||
{
|
||||
$this->time = $time;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GoogleTypeTimeOfDay
|
||||
*/
|
||||
public function getTime()
|
||||
{
|
||||
return $this->time;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2TimeZone
|
||||
*/
|
||||
public function setTimeZone(Google_Service_DLP_GooglePrivacyDlpV2TimeZone $timeZone)
|
||||
{
|
||||
$this->timeZone = $timeZone;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2TimeZone
|
||||
*/
|
||||
public function getTimeZone()
|
||||
{
|
||||
return $this->timeZone;
|
||||
}
|
||||
}
|
||||
53
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyConfig.php
vendored
Normal file
53
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyConfig.php
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig extends Google_Model
|
||||
{
|
||||
protected $infoTypeTransformationsType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations';
|
||||
protected $infoTypeTransformationsDataType = '';
|
||||
protected $recordTransformationsType = 'Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations';
|
||||
protected $recordTransformationsDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations
|
||||
*/
|
||||
public function setInfoTypeTransformations(Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations $infoTypeTransformations)
|
||||
{
|
||||
$this->infoTypeTransformations = $infoTypeTransformations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations
|
||||
*/
|
||||
public function getInfoTypeTransformations()
|
||||
{
|
||||
return $this->infoTypeTransformations;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations
|
||||
*/
|
||||
public function setRecordTransformations(Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations $recordTransformations)
|
||||
{
|
||||
$this->recordTransformations = $recordTransformations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2RecordTransformations
|
||||
*/
|
||||
public function getRecordTransformations()
|
||||
{
|
||||
return $this->recordTransformations;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,87 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentRequest extends Google_Model
|
||||
{
|
||||
protected $deidentifyConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig';
|
||||
protected $deidentifyConfigDataType = '';
|
||||
public $deidentifyTemplateName;
|
||||
protected $inspectConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectConfig';
|
||||
protected $inspectConfigDataType = '';
|
||||
public $inspectTemplateName;
|
||||
protected $itemType = 'Google_Service_DLP_GooglePrivacyDlpV2ContentItem';
|
||||
protected $itemDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig
|
||||
*/
|
||||
public function setDeidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $deidentifyConfig)
|
||||
{
|
||||
$this->deidentifyConfig = $deidentifyConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig
|
||||
*/
|
||||
public function getDeidentifyConfig()
|
||||
{
|
||||
return $this->deidentifyConfig;
|
||||
}
|
||||
public function setDeidentifyTemplateName($deidentifyTemplateName)
|
||||
{
|
||||
$this->deidentifyTemplateName = $deidentifyTemplateName;
|
||||
}
|
||||
public function getDeidentifyTemplateName()
|
||||
{
|
||||
return $this->deidentifyTemplateName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig)
|
||||
{
|
||||
$this->inspectConfig = $inspectConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function getInspectConfig()
|
||||
{
|
||||
return $this->inspectConfig;
|
||||
}
|
||||
public function setInspectTemplateName($inspectTemplateName)
|
||||
{
|
||||
$this->inspectTemplateName = $inspectTemplateName;
|
||||
}
|
||||
public function getInspectTemplateName()
|
||||
{
|
||||
return $this->inspectTemplateName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem
|
||||
*/
|
||||
public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item)
|
||||
{
|
||||
$this->item = $item;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem
|
||||
*/
|
||||
public function getItem()
|
||||
{
|
||||
return $this->item;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse extends Google_Model
|
||||
{
|
||||
protected $itemType = 'Google_Service_DLP_GooglePrivacyDlpV2ContentItem';
|
||||
protected $itemDataType = '';
|
||||
protected $overviewType = 'Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview';
|
||||
protected $overviewDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem
|
||||
*/
|
||||
public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item)
|
||||
{
|
||||
$this->item = $item;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem
|
||||
*/
|
||||
public function getItem()
|
||||
{
|
||||
return $this->item;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview
|
||||
*/
|
||||
public function setOverview(Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview $overview)
|
||||
{
|
||||
$this->overview = $overview;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2TransformationOverview
|
||||
*/
|
||||
public function getOverview()
|
||||
{
|
||||
return $this->overview;
|
||||
}
|
||||
}
|
||||
82
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyTemplate.php
vendored
Normal file
82
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DeidentifyTemplate.php
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate extends Google_Model
|
||||
{
|
||||
public $createTime;
|
||||
protected $deidentifyConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig';
|
||||
protected $deidentifyConfigDataType = '';
|
||||
public $description;
|
||||
public $displayName;
|
||||
public $name;
|
||||
public $updateTime;
|
||||
|
||||
public function setCreateTime($createTime)
|
||||
{
|
||||
$this->createTime = $createTime;
|
||||
}
|
||||
public function getCreateTime()
|
||||
{
|
||||
return $this->createTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig
|
||||
*/
|
||||
public function setDeidentifyConfig(Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig $deidentifyConfig)
|
||||
{
|
||||
$this->deidentifyConfig = $deidentifyConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig
|
||||
*/
|
||||
public function getDeidentifyConfig()
|
||||
{
|
||||
return $this->deidentifyConfig;
|
||||
}
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setUpdateTime($updateTime)
|
||||
{
|
||||
$this->updateTime = $updateTime;
|
||||
}
|
||||
public function getUpdateTime()
|
||||
{
|
||||
return $this->updateTime;
|
||||
}
|
||||
}
|
||||
37
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DetectionRule.php
vendored
Normal file
37
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DetectionRule.php
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DetectionRule extends Google_Model
|
||||
{
|
||||
protected $hotwordRuleType = 'Google_Service_DLP_GooglePrivacyDlpV2HotwordRule';
|
||||
protected $hotwordRuleDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2HotwordRule
|
||||
*/
|
||||
public function setHotwordRule(Google_Service_DLP_GooglePrivacyDlpV2HotwordRule $hotwordRule)
|
||||
{
|
||||
$this->hotwordRule = $hotwordRule;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2HotwordRule
|
||||
*/
|
||||
public function getHotwordRule()
|
||||
{
|
||||
return $this->hotwordRule;
|
||||
}
|
||||
}
|
||||
53
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Dictionary.php
vendored
Normal file
53
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Dictionary.php
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Dictionary extends Google_Model
|
||||
{
|
||||
protected $cloudStoragePathType = 'Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath';
|
||||
protected $cloudStoragePathDataType = '';
|
||||
protected $wordListType = 'Google_Service_DLP_GooglePrivacyDlpV2WordList';
|
||||
protected $wordListDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath
|
||||
*/
|
||||
public function setCloudStoragePath(Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath $cloudStoragePath)
|
||||
{
|
||||
$this->cloudStoragePath = $cloudStoragePath;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CloudStoragePath
|
||||
*/
|
||||
public function getCloudStoragePath()
|
||||
{
|
||||
return $this->cloudStoragePath;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2WordList
|
||||
*/
|
||||
public function setWordList(Google_Service_DLP_GooglePrivacyDlpV2WordList $wordList)
|
||||
{
|
||||
$this->wordList = $wordList;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2WordList
|
||||
*/
|
||||
public function getWordList()
|
||||
{
|
||||
return $this->wordList;
|
||||
}
|
||||
}
|
||||
133
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DlpJob.php
vendored
Normal file
133
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DlpJob.php
vendored
Normal file
@@ -0,0 +1,133 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DlpJob extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'errors';
|
||||
public $createTime;
|
||||
public $endTime;
|
||||
protected $errorsType = 'Google_Service_DLP_GooglePrivacyDlpV2Error';
|
||||
protected $errorsDataType = 'array';
|
||||
protected $inspectDetailsType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails';
|
||||
protected $inspectDetailsDataType = '';
|
||||
public $jobTriggerName;
|
||||
public $name;
|
||||
protected $riskDetailsType = 'Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails';
|
||||
protected $riskDetailsDataType = '';
|
||||
public $startTime;
|
||||
public $state;
|
||||
public $type;
|
||||
|
||||
public function setCreateTime($createTime)
|
||||
{
|
||||
$this->createTime = $createTime;
|
||||
}
|
||||
public function getCreateTime()
|
||||
{
|
||||
return $this->createTime;
|
||||
}
|
||||
public function setEndTime($endTime)
|
||||
{
|
||||
$this->endTime = $endTime;
|
||||
}
|
||||
public function getEndTime()
|
||||
{
|
||||
return $this->endTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Error
|
||||
*/
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Error
|
||||
*/
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails
|
||||
*/
|
||||
public function setInspectDetails(Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails $inspectDetails)
|
||||
{
|
||||
$this->inspectDetails = $inspectDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails
|
||||
*/
|
||||
public function getInspectDetails()
|
||||
{
|
||||
return $this->inspectDetails;
|
||||
}
|
||||
public function setJobTriggerName($jobTriggerName)
|
||||
{
|
||||
$this->jobTriggerName = $jobTriggerName;
|
||||
}
|
||||
public function getJobTriggerName()
|
||||
{
|
||||
return $this->jobTriggerName;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails
|
||||
*/
|
||||
public function setRiskDetails(Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails $riskDetails)
|
||||
{
|
||||
$this->riskDetails = $riskDetails;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails
|
||||
*/
|
||||
public function getRiskDetails()
|
||||
{
|
||||
return $this->riskDetails;
|
||||
}
|
||||
public function setStartTime($startTime)
|
||||
{
|
||||
$this->startTime = $startTime;
|
||||
}
|
||||
public function getStartTime()
|
||||
{
|
||||
return $this->startTime;
|
||||
}
|
||||
public function setState($state)
|
||||
{
|
||||
$this->state = $state;
|
||||
}
|
||||
public function getState()
|
||||
{
|
||||
return $this->state;
|
||||
}
|
||||
public function setType($type)
|
||||
{
|
||||
$this->type = $type;
|
||||
}
|
||||
public function getType()
|
||||
{
|
||||
return $this->type;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DocumentLocation.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2DocumentLocation.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2DocumentLocation extends Google_Model
|
||||
{
|
||||
public $fileOffset;
|
||||
|
||||
public function setFileOffset($fileOffset)
|
||||
{
|
||||
$this->fileOffset = $fileOffset;
|
||||
}
|
||||
public function getFileOffset()
|
||||
{
|
||||
return $this->fileOffset;
|
||||
}
|
||||
}
|
||||
47
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Error.php
vendored
Normal file
47
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Error.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Error extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'timestamps';
|
||||
protected $detailsType = 'Google_Service_DLP_GoogleRpcStatus';
|
||||
protected $detailsDataType = '';
|
||||
public $timestamps;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GoogleRpcStatus
|
||||
*/
|
||||
public function setDetails(Google_Service_DLP_GoogleRpcStatus $details)
|
||||
{
|
||||
$this->details = $details;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GoogleRpcStatus
|
||||
*/
|
||||
public function getDetails()
|
||||
{
|
||||
return $this->details;
|
||||
}
|
||||
public function setTimestamps($timestamps)
|
||||
{
|
||||
$this->timestamps = $timestamps;
|
||||
}
|
||||
public function getTimestamps()
|
||||
{
|
||||
return $this->timestamps;
|
||||
}
|
||||
}
|
||||
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Expressions.php
vendored
Normal file
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Expressions.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Expressions extends Google_Model
|
||||
{
|
||||
protected $conditionsType = 'Google_Service_DLP_GooglePrivacyDlpV2Conditions';
|
||||
protected $conditionsDataType = '';
|
||||
public $logicalOperator;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Conditions
|
||||
*/
|
||||
public function setConditions(Google_Service_DLP_GooglePrivacyDlpV2Conditions $conditions)
|
||||
{
|
||||
$this->conditions = $conditions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Conditions
|
||||
*/
|
||||
public function getConditions()
|
||||
{
|
||||
return $this->conditions;
|
||||
}
|
||||
public function setLogicalOperator($logicalOperator)
|
||||
{
|
||||
$this->logicalOperator = $logicalOperator;
|
||||
}
|
||||
public function getLogicalOperator()
|
||||
{
|
||||
return $this->logicalOperator;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldId.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FieldId.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2FieldId extends Google_Model
|
||||
{
|
||||
public $name;
|
||||
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,86 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2FieldTransformation extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'fields';
|
||||
protected $conditionType = 'Google_Service_DLP_GooglePrivacyDlpV2RecordCondition';
|
||||
protected $conditionDataType = '';
|
||||
protected $fieldsType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $fieldsDataType = 'array';
|
||||
protected $infoTypeTransformationsType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations';
|
||||
protected $infoTypeTransformationsDataType = '';
|
||||
protected $primitiveTransformationType = 'Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation';
|
||||
protected $primitiveTransformationDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2RecordCondition
|
||||
*/
|
||||
public function setCondition(Google_Service_DLP_GooglePrivacyDlpV2RecordCondition $condition)
|
||||
{
|
||||
$this->condition = $condition;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2RecordCondition
|
||||
*/
|
||||
public function getCondition()
|
||||
{
|
||||
return $this->condition;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setFields($fields)
|
||||
{
|
||||
$this->fields = $fields;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getFields()
|
||||
{
|
||||
return $this->fields;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations
|
||||
*/
|
||||
public function setInfoTypeTransformations(Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations $infoTypeTransformations)
|
||||
{
|
||||
$this->infoTypeTransformations = $infoTypeTransformations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations
|
||||
*/
|
||||
public function getInfoTypeTransformations()
|
||||
{
|
||||
return $this->infoTypeTransformations;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation
|
||||
*/
|
||||
public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation)
|
||||
{
|
||||
$this->primitiveTransformation = $primitiveTransformation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation
|
||||
*/
|
||||
public function getPrimitiveTransformation()
|
||||
{
|
||||
return $this->primitiveTransformation;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FileSet.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FileSet.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2FileSet extends Google_Model
|
||||
{
|
||||
public $url;
|
||||
|
||||
public function setUrl($url)
|
||||
{
|
||||
$this->url = $url;
|
||||
}
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
}
|
||||
96
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Finding.php
vendored
Normal file
96
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Finding.php
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Finding extends Google_Model
|
||||
{
|
||||
public $createTime;
|
||||
protected $infoTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $infoTypeDataType = '';
|
||||
public $likelihood;
|
||||
protected $locationType = 'Google_Service_DLP_GooglePrivacyDlpV2Location';
|
||||
protected $locationDataType = '';
|
||||
public $quote;
|
||||
protected $quoteInfoType = 'Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo';
|
||||
protected $quoteInfoDataType = '';
|
||||
|
||||
public function setCreateTime($createTime)
|
||||
{
|
||||
$this->createTime = $createTime;
|
||||
}
|
||||
public function getCreateTime()
|
||||
{
|
||||
return $this->createTime;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType)
|
||||
{
|
||||
$this->infoType = $infoType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getInfoType()
|
||||
{
|
||||
return $this->infoType;
|
||||
}
|
||||
public function setLikelihood($likelihood)
|
||||
{
|
||||
$this->likelihood = $likelihood;
|
||||
}
|
||||
public function getLikelihood()
|
||||
{
|
||||
return $this->likelihood;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Location
|
||||
*/
|
||||
public function setLocation(Google_Service_DLP_GooglePrivacyDlpV2Location $location)
|
||||
{
|
||||
$this->location = $location;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Location
|
||||
*/
|
||||
public function getLocation()
|
||||
{
|
||||
return $this->location;
|
||||
}
|
||||
public function setQuote($quote)
|
||||
{
|
||||
$this->quote = $quote;
|
||||
}
|
||||
public function getQuote()
|
||||
{
|
||||
return $this->quote;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo
|
||||
*/
|
||||
public function setQuoteInfo(Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo $quoteInfo)
|
||||
{
|
||||
$this->quoteInfo = $quoteInfo;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo
|
||||
*/
|
||||
public function getQuoteInfo()
|
||||
{
|
||||
return $this->quoteInfo;
|
||||
}
|
||||
}
|
||||
56
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FindingLimits.php
vendored
Normal file
56
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2FindingLimits.php
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2FindingLimits extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'maxFindingsPerInfoType';
|
||||
protected $maxFindingsPerInfoTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoTypeLimit';
|
||||
protected $maxFindingsPerInfoTypeDataType = 'array';
|
||||
public $maxFindingsPerItem;
|
||||
public $maxFindingsPerRequest;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeLimit
|
||||
*/
|
||||
public function setMaxFindingsPerInfoType($maxFindingsPerInfoType)
|
||||
{
|
||||
$this->maxFindingsPerInfoType = $maxFindingsPerInfoType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeLimit
|
||||
*/
|
||||
public function getMaxFindingsPerInfoType()
|
||||
{
|
||||
return $this->maxFindingsPerInfoType;
|
||||
}
|
||||
public function setMaxFindingsPerItem($maxFindingsPerItem)
|
||||
{
|
||||
$this->maxFindingsPerItem = $maxFindingsPerItem;
|
||||
}
|
||||
public function getMaxFindingsPerItem()
|
||||
{
|
||||
return $this->maxFindingsPerItem;
|
||||
}
|
||||
public function setMaxFindingsPerRequest($maxFindingsPerRequest)
|
||||
{
|
||||
$this->maxFindingsPerRequest = $maxFindingsPerRequest;
|
||||
}
|
||||
public function getMaxFindingsPerRequest()
|
||||
{
|
||||
return $this->maxFindingsPerRequest;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig extends Google_Model
|
||||
{
|
||||
public $bucketSize;
|
||||
protected $lowerBoundType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $lowerBoundDataType = '';
|
||||
protected $upperBoundType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $upperBoundDataType = '';
|
||||
|
||||
public function setBucketSize($bucketSize)
|
||||
{
|
||||
$this->bucketSize = $bucketSize;
|
||||
}
|
||||
public function getBucketSize()
|
||||
{
|
||||
return $this->bucketSize;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setLowerBound(Google_Service_DLP_GooglePrivacyDlpV2Value $lowerBound)
|
||||
{
|
||||
$this->lowerBound = $lowerBound;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getLowerBound()
|
||||
{
|
||||
return $this->lowerBound;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setUpperBound(Google_Service_DLP_GooglePrivacyDlpV2Value $upperBound)
|
||||
{
|
||||
$this->upperBound = $upperBound;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getUpperBound()
|
||||
{
|
||||
return $this->upperBound;
|
||||
}
|
||||
}
|
||||
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HotwordRule.php
vendored
Normal file
69
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2HotwordRule.php
vendored
Normal file
@@ -0,0 +1,69 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2HotwordRule extends Google_Model
|
||||
{
|
||||
protected $hotwordRegexType = 'Google_Service_DLP_GooglePrivacyDlpV2Regex';
|
||||
protected $hotwordRegexDataType = '';
|
||||
protected $likelihoodAdjustmentType = 'Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment';
|
||||
protected $likelihoodAdjustmentDataType = '';
|
||||
protected $proximityType = 'Google_Service_DLP_GooglePrivacyDlpV2Proximity';
|
||||
protected $proximityDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Regex
|
||||
*/
|
||||
public function setHotwordRegex(Google_Service_DLP_GooglePrivacyDlpV2Regex $hotwordRegex)
|
||||
{
|
||||
$this->hotwordRegex = $hotwordRegex;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Regex
|
||||
*/
|
||||
public function getHotwordRegex()
|
||||
{
|
||||
return $this->hotwordRegex;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment
|
||||
*/
|
||||
public function setLikelihoodAdjustment(Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment $likelihoodAdjustment)
|
||||
{
|
||||
$this->likelihoodAdjustment = $likelihoodAdjustment;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment
|
||||
*/
|
||||
public function getLikelihoodAdjustment()
|
||||
{
|
||||
return $this->likelihoodAdjustment;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Proximity
|
||||
*/
|
||||
public function setProximity(Google_Service_DLP_GooglePrivacyDlpV2Proximity $proximity)
|
||||
{
|
||||
$this->proximity = $proximity;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Proximity
|
||||
*/
|
||||
public function getProximity()
|
||||
{
|
||||
return $this->proximity;
|
||||
}
|
||||
}
|
||||
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageLocation.php
vendored
Normal file
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ImageLocation.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ImageLocation extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'boundingBoxes';
|
||||
protected $boundingBoxesType = 'Google_Service_DLP_GooglePrivacyDlpV2BoundingBox';
|
||||
protected $boundingBoxesDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2BoundingBox
|
||||
*/
|
||||
public function setBoundingBoxes($boundingBoxes)
|
||||
{
|
||||
$this->boundingBoxes = $boundingBoxes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2BoundingBox
|
||||
*/
|
||||
public function getBoundingBoxes()
|
||||
{
|
||||
return $this->boundingBoxes;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ImageRedactionConfig extends Google_Model
|
||||
{
|
||||
protected $infoTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $infoTypeDataType = '';
|
||||
public $redactAllText;
|
||||
protected $redactionColorType = 'Google_Service_DLP_GooglePrivacyDlpV2Color';
|
||||
protected $redactionColorDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType)
|
||||
{
|
||||
$this->infoType = $infoType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getInfoType()
|
||||
{
|
||||
return $this->infoType;
|
||||
}
|
||||
public function setRedactAllText($redactAllText)
|
||||
{
|
||||
$this->redactAllText = $redactAllText;
|
||||
}
|
||||
public function getRedactAllText()
|
||||
{
|
||||
return $this->redactAllText;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Color
|
||||
*/
|
||||
public function setRedactionColor(Google_Service_DLP_GooglePrivacyDlpV2Color $redactionColor)
|
||||
{
|
||||
$this->redactionColor = $redactionColor;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Color
|
||||
*/
|
||||
public function getRedactionColor()
|
||||
{
|
||||
return $this->redactionColor;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoType.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoType.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InfoType extends Google_Model
|
||||
{
|
||||
public $name;
|
||||
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InfoTypeDescription extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'supportedBy';
|
||||
public $displayName;
|
||||
public $name;
|
||||
public $supportedBy;
|
||||
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setSupportedBy($supportedBy)
|
||||
{
|
||||
$this->supportedBy = $supportedBy;
|
||||
}
|
||||
public function getSupportedBy()
|
||||
{
|
||||
return $this->supportedBy;
|
||||
}
|
||||
}
|
||||
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeLimit.php
vendored
Normal file
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeLimit.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InfoTypeLimit extends Google_Model
|
||||
{
|
||||
protected $infoTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $infoTypeDataType = '';
|
||||
public $maxFindings;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType)
|
||||
{
|
||||
$this->infoType = $infoType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getInfoType()
|
||||
{
|
||||
return $this->infoType;
|
||||
}
|
||||
public function setMaxFindings($maxFindings)
|
||||
{
|
||||
$this->maxFindings = $maxFindings;
|
||||
}
|
||||
public function getMaxFindings()
|
||||
{
|
||||
return $this->maxFindings;
|
||||
}
|
||||
}
|
||||
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeStats.php
vendored
Normal file
46
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InfoTypeStats.php
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InfoTypeStats extends Google_Model
|
||||
{
|
||||
public $count;
|
||||
protected $infoTypeType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $infoTypeDataType = '';
|
||||
|
||||
public function setCount($count)
|
||||
{
|
||||
$this->count = $count;
|
||||
}
|
||||
public function getCount()
|
||||
{
|
||||
return $this->count;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType)
|
||||
{
|
||||
$this->infoType = $infoType;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getInfoType()
|
||||
{
|
||||
return $this->infoType;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformation extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'infoTypes';
|
||||
protected $infoTypesType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $infoTypesDataType = 'array';
|
||||
protected $primitiveTransformationType = 'Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation';
|
||||
protected $primitiveTransformationDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setInfoTypes($infoTypes)
|
||||
{
|
||||
$this->infoTypes = $infoTypes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getInfoTypes()
|
||||
{
|
||||
return $this->infoTypes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation
|
||||
*/
|
||||
public function setPrimitiveTransformation(Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation $primitiveTransformation)
|
||||
{
|
||||
$this->primitiveTransformation = $primitiveTransformation;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation
|
||||
*/
|
||||
public function getPrimitiveTransformation()
|
||||
{
|
||||
return $this->primitiveTransformation;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformations extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'transformations';
|
||||
protected $transformationsType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformation';
|
||||
protected $transformationsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformation
|
||||
*/
|
||||
public function setTransformations($transformations)
|
||||
{
|
||||
$this->transformations = $transformations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeTransformation
|
||||
*/
|
||||
public function getTransformations()
|
||||
{
|
||||
return $this->transformations;
|
||||
}
|
||||
}
|
||||
106
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectConfig.php
vendored
Normal file
106
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectConfig.php
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InspectConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'infoTypes';
|
||||
public $contentOptions;
|
||||
protected $customInfoTypesType = 'Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType';
|
||||
protected $customInfoTypesDataType = 'array';
|
||||
public $excludeInfoTypes;
|
||||
public $includeQuote;
|
||||
protected $infoTypesType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoType';
|
||||
protected $infoTypesDataType = 'array';
|
||||
protected $limitsType = 'Google_Service_DLP_GooglePrivacyDlpV2FindingLimits';
|
||||
protected $limitsDataType = '';
|
||||
public $minLikelihood;
|
||||
|
||||
public function setContentOptions($contentOptions)
|
||||
{
|
||||
$this->contentOptions = $contentOptions;
|
||||
}
|
||||
public function getContentOptions()
|
||||
{
|
||||
return $this->contentOptions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType
|
||||
*/
|
||||
public function setCustomInfoTypes($customInfoTypes)
|
||||
{
|
||||
$this->customInfoTypes = $customInfoTypes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CustomInfoType
|
||||
*/
|
||||
public function getCustomInfoTypes()
|
||||
{
|
||||
return $this->customInfoTypes;
|
||||
}
|
||||
public function setExcludeInfoTypes($excludeInfoTypes)
|
||||
{
|
||||
$this->excludeInfoTypes = $excludeInfoTypes;
|
||||
}
|
||||
public function getExcludeInfoTypes()
|
||||
{
|
||||
return $this->excludeInfoTypes;
|
||||
}
|
||||
public function setIncludeQuote($includeQuote)
|
||||
{
|
||||
$this->includeQuote = $includeQuote;
|
||||
}
|
||||
public function getIncludeQuote()
|
||||
{
|
||||
return $this->includeQuote;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function setInfoTypes($infoTypes)
|
||||
{
|
||||
$this->infoTypes = $infoTypes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoType
|
||||
*/
|
||||
public function getInfoTypes()
|
||||
{
|
||||
return $this->infoTypes;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FindingLimits
|
||||
*/
|
||||
public function setLimits(Google_Service_DLP_GooglePrivacyDlpV2FindingLimits $limits)
|
||||
{
|
||||
$this->limits = $limits;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FindingLimits
|
||||
*/
|
||||
public function getLimits()
|
||||
{
|
||||
return $this->limits;
|
||||
}
|
||||
public function setMinLikelihood($minLikelihood)
|
||||
{
|
||||
$this->minLikelihood = $minLikelihood;
|
||||
}
|
||||
public function getMinLikelihood()
|
||||
{
|
||||
return $this->minLikelihood;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest extends Google_Model
|
||||
{
|
||||
protected $inspectConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectConfig';
|
||||
protected $inspectConfigDataType = '';
|
||||
public $inspectTemplateName;
|
||||
protected $itemType = 'Google_Service_DLP_GooglePrivacyDlpV2ContentItem';
|
||||
protected $itemDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig)
|
||||
{
|
||||
$this->inspectConfig = $inspectConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function getInspectConfig()
|
||||
{
|
||||
return $this->inspectConfig;
|
||||
}
|
||||
public function setInspectTemplateName($inspectTemplateName)
|
||||
{
|
||||
$this->inspectTemplateName = $inspectTemplateName;
|
||||
}
|
||||
public function getInspectTemplateName()
|
||||
{
|
||||
return $this->inspectTemplateName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ContentItem
|
||||
*/
|
||||
public function setItem(Google_Service_DLP_GooglePrivacyDlpV2ContentItem $item)
|
||||
{
|
||||
$this->item = $item;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ContentItem
|
||||
*/
|
||||
public function getItem()
|
||||
{
|
||||
return $this->item;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse extends Google_Model
|
||||
{
|
||||
protected $resultType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectResult';
|
||||
protected $resultDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectResult
|
||||
*/
|
||||
public function setResult(Google_Service_DLP_GooglePrivacyDlpV2InspectResult $result)
|
||||
{
|
||||
$this->result = $result;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectResult
|
||||
*/
|
||||
public function getResult()
|
||||
{
|
||||
return $this->result;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InspectDataSourceDetails extends Google_Model
|
||||
{
|
||||
protected $requestedOptionsType = 'Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions';
|
||||
protected $requestedOptionsDataType = '';
|
||||
protected $resultType = 'Google_Service_DLP_GooglePrivacyDlpV2Result';
|
||||
protected $resultDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions
|
||||
*/
|
||||
public function setRequestedOptions(Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions $requestedOptions)
|
||||
{
|
||||
$this->requestedOptions = $requestedOptions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions
|
||||
*/
|
||||
public function getRequestedOptions()
|
||||
{
|
||||
return $this->requestedOptions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Result
|
||||
*/
|
||||
public function setResult(Google_Service_DLP_GooglePrivacyDlpV2Result $result)
|
||||
{
|
||||
$this->result = $result;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Result
|
||||
*/
|
||||
public function getResult()
|
||||
{
|
||||
return $this->result;
|
||||
}
|
||||
}
|
||||
79
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectJobConfig.php
vendored
Normal file
79
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectJobConfig.php
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'actions';
|
||||
protected $actionsType = 'Google_Service_DLP_GooglePrivacyDlpV2Action';
|
||||
protected $actionsDataType = 'array';
|
||||
protected $inspectConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectConfig';
|
||||
protected $inspectConfigDataType = '';
|
||||
public $inspectTemplateName;
|
||||
protected $storageConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2StorageConfig';
|
||||
protected $storageConfigDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Action
|
||||
*/
|
||||
public function setActions($actions)
|
||||
{
|
||||
$this->actions = $actions;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Action
|
||||
*/
|
||||
public function getActions()
|
||||
{
|
||||
return $this->actions;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig)
|
||||
{
|
||||
$this->inspectConfig = $inspectConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function getInspectConfig()
|
||||
{
|
||||
return $this->inspectConfig;
|
||||
}
|
||||
public function setInspectTemplateName($inspectTemplateName)
|
||||
{
|
||||
$this->inspectTemplateName = $inspectTemplateName;
|
||||
}
|
||||
public function getInspectTemplateName()
|
||||
{
|
||||
return $this->inspectTemplateName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2StorageConfig
|
||||
*/
|
||||
public function setStorageConfig(Google_Service_DLP_GooglePrivacyDlpV2StorageConfig $storageConfig)
|
||||
{
|
||||
$this->storageConfig = $storageConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2StorageConfig
|
||||
*/
|
||||
public function getStorageConfig()
|
||||
{
|
||||
return $this->storageConfig;
|
||||
}
|
||||
}
|
||||
47
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectResult.php
vendored
Normal file
47
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectResult.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InspectResult extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'findings';
|
||||
protected $findingsType = 'Google_Service_DLP_GooglePrivacyDlpV2Finding';
|
||||
protected $findingsDataType = 'array';
|
||||
public $findingsTruncated;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Finding
|
||||
*/
|
||||
public function setFindings($findings)
|
||||
{
|
||||
$this->findings = $findings;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Finding
|
||||
*/
|
||||
public function getFindings()
|
||||
{
|
||||
return $this->findings;
|
||||
}
|
||||
public function setFindingsTruncated($findingsTruncated)
|
||||
{
|
||||
$this->findingsTruncated = $findingsTruncated;
|
||||
}
|
||||
public function getFindingsTruncated()
|
||||
{
|
||||
return $this->findingsTruncated;
|
||||
}
|
||||
}
|
||||
82
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectTemplate.php
vendored
Normal file
82
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectTemplate.php
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate extends Google_Model
|
||||
{
|
||||
public $createTime;
|
||||
public $description;
|
||||
public $displayName;
|
||||
protected $inspectConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectConfig';
|
||||
protected $inspectConfigDataType = '';
|
||||
public $name;
|
||||
public $updateTime;
|
||||
|
||||
public function setCreateTime($createTime)
|
||||
{
|
||||
$this->createTime = $createTime;
|
||||
}
|
||||
public function getCreateTime()
|
||||
{
|
||||
return $this->createTime;
|
||||
}
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig)
|
||||
{
|
||||
$this->inspectConfig = $inspectConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig
|
||||
*/
|
||||
public function getInspectConfig()
|
||||
{
|
||||
return $this->inspectConfig;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setUpdateTime($updateTime)
|
||||
{
|
||||
$this->updateTime = $updateTime;
|
||||
}
|
||||
public function getUpdateTime()
|
||||
{
|
||||
return $this->updateTime;
|
||||
}
|
||||
}
|
||||
133
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobTrigger.php
vendored
Normal file
133
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2JobTrigger.php
vendored
Normal file
@@ -0,0 +1,133 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2JobTrigger extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'triggers';
|
||||
public $createTime;
|
||||
public $description;
|
||||
public $displayName;
|
||||
protected $errorsType = 'Google_Service_DLP_GooglePrivacyDlpV2Error';
|
||||
protected $errorsDataType = 'array';
|
||||
protected $inspectJobType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig';
|
||||
protected $inspectJobDataType = '';
|
||||
public $lastRunTime;
|
||||
public $name;
|
||||
public $status;
|
||||
protected $triggersType = 'Google_Service_DLP_GooglePrivacyDlpV2Trigger';
|
||||
protected $triggersDataType = 'array';
|
||||
public $updateTime;
|
||||
|
||||
public function setCreateTime($createTime)
|
||||
{
|
||||
$this->createTime = $createTime;
|
||||
}
|
||||
public function getCreateTime()
|
||||
{
|
||||
return $this->createTime;
|
||||
}
|
||||
public function setDescription($description)
|
||||
{
|
||||
$this->description = $description;
|
||||
}
|
||||
public function getDescription()
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
public function setDisplayName($displayName)
|
||||
{
|
||||
$this->displayName = $displayName;
|
||||
}
|
||||
public function getDisplayName()
|
||||
{
|
||||
return $this->displayName;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Error
|
||||
*/
|
||||
public function setErrors($errors)
|
||||
{
|
||||
$this->errors = $errors;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Error
|
||||
*/
|
||||
public function getErrors()
|
||||
{
|
||||
return $this->errors;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig
|
||||
*/
|
||||
public function setInspectJob(Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig $inspectJob)
|
||||
{
|
||||
$this->inspectJob = $inspectJob;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig
|
||||
*/
|
||||
public function getInspectJob()
|
||||
{
|
||||
return $this->inspectJob;
|
||||
}
|
||||
public function setLastRunTime($lastRunTime)
|
||||
{
|
||||
$this->lastRunTime = $lastRunTime;
|
||||
}
|
||||
public function getLastRunTime()
|
||||
{
|
||||
return $this->lastRunTime;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
public function setStatus($status)
|
||||
{
|
||||
$this->status = $status;
|
||||
}
|
||||
public function getStatus()
|
||||
{
|
||||
return $this->status;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Trigger
|
||||
*/
|
||||
public function setTriggers($triggers)
|
||||
{
|
||||
$this->triggers = $triggers;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Trigger
|
||||
*/
|
||||
public function getTriggers()
|
||||
{
|
||||
return $this->triggers;
|
||||
}
|
||||
public function setUpdateTime($updateTime)
|
||||
{
|
||||
$this->updateTime = $updateTime;
|
||||
}
|
||||
public function getUpdateTime()
|
||||
{
|
||||
return $this->updateTime;
|
||||
}
|
||||
}
|
||||
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityConfig.php
vendored
Normal file
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityConfig.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'quasiIds';
|
||||
protected $quasiIdsType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $quasiIdsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setQuasiIds($quasiIds)
|
||||
{
|
||||
$this->quasiIds = $quasiIds;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getQuasiIds()
|
||||
{
|
||||
return $this->quasiIds;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'quasiIdsValues';
|
||||
public $equivalenceClassSize;
|
||||
protected $quasiIdsValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $quasiIdsValuesDataType = 'array';
|
||||
|
||||
public function setEquivalenceClassSize($equivalenceClassSize)
|
||||
{
|
||||
$this->equivalenceClassSize = $equivalenceClassSize;
|
||||
}
|
||||
public function getEquivalenceClassSize()
|
||||
{
|
||||
return $this->equivalenceClassSize;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setQuasiIdsValues($quasiIdsValues)
|
||||
{
|
||||
$this->quasiIdsValues = $quasiIdsValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getQuasiIdsValues()
|
||||
{
|
||||
return $this->quasiIdsValues;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KAnonymityHistogramBucket extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'bucketValues';
|
||||
public $bucketSize;
|
||||
public $bucketValueCount;
|
||||
protected $bucketValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass';
|
||||
protected $bucketValuesDataType = 'array';
|
||||
public $equivalenceClassSizeLowerBound;
|
||||
public $equivalenceClassSizeUpperBound;
|
||||
|
||||
public function setBucketSize($bucketSize)
|
||||
{
|
||||
$this->bucketSize = $bucketSize;
|
||||
}
|
||||
public function getBucketSize()
|
||||
{
|
||||
return $this->bucketSize;
|
||||
}
|
||||
public function setBucketValueCount($bucketValueCount)
|
||||
{
|
||||
$this->bucketValueCount = $bucketValueCount;
|
||||
}
|
||||
public function getBucketValueCount()
|
||||
{
|
||||
return $this->bucketValueCount;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass
|
||||
*/
|
||||
public function setBucketValues($bucketValues)
|
||||
{
|
||||
$this->bucketValues = $bucketValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityEquivalenceClass
|
||||
*/
|
||||
public function getBucketValues()
|
||||
{
|
||||
return $this->bucketValues;
|
||||
}
|
||||
public function setEquivalenceClassSizeLowerBound($equivalenceClassSizeLowerBound)
|
||||
{
|
||||
$this->equivalenceClassSizeLowerBound = $equivalenceClassSizeLowerBound;
|
||||
}
|
||||
public function getEquivalenceClassSizeLowerBound()
|
||||
{
|
||||
return $this->equivalenceClassSizeLowerBound;
|
||||
}
|
||||
public function setEquivalenceClassSizeUpperBound($equivalenceClassSizeUpperBound)
|
||||
{
|
||||
$this->equivalenceClassSizeUpperBound = $equivalenceClassSizeUpperBound;
|
||||
}
|
||||
public function getEquivalenceClassSizeUpperBound()
|
||||
{
|
||||
return $this->equivalenceClassSizeUpperBound;
|
||||
}
|
||||
}
|
||||
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityResult.php
vendored
Normal file
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KAnonymityResult.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KAnonymityResult extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'equivalenceClassHistogramBuckets';
|
||||
protected $equivalenceClassHistogramBucketsType = 'Google_Service_DLP_GooglePrivacyDlpV2KAnonymityHistogramBucket';
|
||||
protected $equivalenceClassHistogramBucketsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityHistogramBucket
|
||||
*/
|
||||
public function setEquivalenceClassHistogramBuckets($equivalenceClassHistogramBuckets)
|
||||
{
|
||||
$this->equivalenceClassHistogramBuckets = $equivalenceClassHistogramBuckets;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityHistogramBucket
|
||||
*/
|
||||
public function getEquivalenceClassHistogramBuckets()
|
||||
{
|
||||
return $this->equivalenceClassHistogramBuckets;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'quasiIds';
|
||||
protected $auxiliaryTablesType = 'Google_Service_DLP_GooglePrivacyDlpV2AuxiliaryTable';
|
||||
protected $auxiliaryTablesDataType = 'array';
|
||||
protected $quasiIdsType = 'Google_Service_DLP_GooglePrivacyDlpV2TaggedField';
|
||||
protected $quasiIdsDataType = 'array';
|
||||
public $regionCode;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2AuxiliaryTable
|
||||
*/
|
||||
public function setAuxiliaryTables($auxiliaryTables)
|
||||
{
|
||||
$this->auxiliaryTables = $auxiliaryTables;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2AuxiliaryTable
|
||||
*/
|
||||
public function getAuxiliaryTables()
|
||||
{
|
||||
return $this->auxiliaryTables;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2TaggedField
|
||||
*/
|
||||
public function setQuasiIds($quasiIds)
|
||||
{
|
||||
$this->quasiIds = $quasiIds;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2TaggedField
|
||||
*/
|
||||
public function getQuasiIds()
|
||||
{
|
||||
return $this->quasiIds;
|
||||
}
|
||||
public function setRegionCode($regionCode)
|
||||
{
|
||||
$this->regionCode = $regionCode;
|
||||
}
|
||||
public function getRegionCode()
|
||||
{
|
||||
return $this->regionCode;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationHistogramBucket extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'bucketValues';
|
||||
public $bucketSize;
|
||||
public $bucketValueCount;
|
||||
protected $bucketValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues';
|
||||
protected $bucketValuesDataType = 'array';
|
||||
public $maxAnonymity;
|
||||
public $minAnonymity;
|
||||
|
||||
public function setBucketSize($bucketSize)
|
||||
{
|
||||
$this->bucketSize = $bucketSize;
|
||||
}
|
||||
public function getBucketSize()
|
||||
{
|
||||
return $this->bucketSize;
|
||||
}
|
||||
public function setBucketValueCount($bucketValueCount)
|
||||
{
|
||||
$this->bucketValueCount = $bucketValueCount;
|
||||
}
|
||||
public function getBucketValueCount()
|
||||
{
|
||||
return $this->bucketValueCount;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues
|
||||
*/
|
||||
public function setBucketValues($bucketValues)
|
||||
{
|
||||
$this->bucketValues = $bucketValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues
|
||||
*/
|
||||
public function getBucketValues()
|
||||
{
|
||||
return $this->bucketValues;
|
||||
}
|
||||
public function setMaxAnonymity($maxAnonymity)
|
||||
{
|
||||
$this->maxAnonymity = $maxAnonymity;
|
||||
}
|
||||
public function getMaxAnonymity()
|
||||
{
|
||||
return $this->maxAnonymity;
|
||||
}
|
||||
public function setMinAnonymity($minAnonymity)
|
||||
{
|
||||
$this->minAnonymity = $minAnonymity;
|
||||
}
|
||||
public function getMinAnonymity()
|
||||
{
|
||||
return $this->minAnonymity;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationQuasiIdValues extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'quasiIdsValues';
|
||||
public $estimatedAnonymity;
|
||||
protected $quasiIdsValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $quasiIdsValuesDataType = 'array';
|
||||
|
||||
public function setEstimatedAnonymity($estimatedAnonymity)
|
||||
{
|
||||
$this->estimatedAnonymity = $estimatedAnonymity;
|
||||
}
|
||||
public function getEstimatedAnonymity()
|
||||
{
|
||||
return $this->estimatedAnonymity;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setQuasiIdsValues($quasiIdsValues)
|
||||
{
|
||||
$this->quasiIdsValues = $quasiIdsValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getQuasiIdsValues()
|
||||
{
|
||||
return $this->quasiIdsValues;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationResult extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'kMapEstimationHistogram';
|
||||
protected $kMapEstimationHistogramType = 'Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationHistogramBucket';
|
||||
protected $kMapEstimationHistogramDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationHistogramBucket
|
||||
*/
|
||||
public function setKMapEstimationHistogram($kMapEstimationHistogram)
|
||||
{
|
||||
$this->kMapEstimationHistogram = $kMapEstimationHistogram;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationHistogramBucket
|
||||
*/
|
||||
public function getKMapEstimationHistogram()
|
||||
{
|
||||
return $this->kMapEstimationHistogram;
|
||||
}
|
||||
}
|
||||
54
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Key.php
vendored
Normal file
54
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Key.php
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Key extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'path';
|
||||
protected $partitionIdType = 'Google_Service_DLP_GooglePrivacyDlpV2PartitionId';
|
||||
protected $partitionIdDataType = '';
|
||||
protected $pathType = 'Google_Service_DLP_GooglePrivacyDlpV2PathElement';
|
||||
protected $pathDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PartitionId
|
||||
*/
|
||||
public function setPartitionId(Google_Service_DLP_GooglePrivacyDlpV2PartitionId $partitionId)
|
||||
{
|
||||
$this->partitionId = $partitionId;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PartitionId
|
||||
*/
|
||||
public function getPartitionId()
|
||||
{
|
||||
return $this->partitionId;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2PathElement
|
||||
*/
|
||||
public function setPath($path)
|
||||
{
|
||||
$this->path = $path;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2PathElement
|
||||
*/
|
||||
public function getPath()
|
||||
{
|
||||
return $this->path;
|
||||
}
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KindExpression.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2KindExpression.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KindExpression extends Google_Model
|
||||
{
|
||||
public $name;
|
||||
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2KmsWrappedCryptoKey extends Google_Model
|
||||
{
|
||||
public $cryptoKeyName;
|
||||
public $wrappedKey;
|
||||
|
||||
public function setCryptoKeyName($cryptoKeyName)
|
||||
{
|
||||
$this->cryptoKeyName = $cryptoKeyName;
|
||||
}
|
||||
public function getCryptoKeyName()
|
||||
{
|
||||
return $this->cryptoKeyName;
|
||||
}
|
||||
public function setWrappedKey($wrappedKey)
|
||||
{
|
||||
$this->wrappedKey = $wrappedKey;
|
||||
}
|
||||
public function getWrappedKey()
|
||||
{
|
||||
return $this->wrappedKey;
|
||||
}
|
||||
}
|
||||
54
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityConfig.php
vendored
Normal file
54
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityConfig.php
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'quasiIds';
|
||||
protected $quasiIdsType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $quasiIdsDataType = 'array';
|
||||
protected $sensitiveAttributeType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $sensitiveAttributeDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setQuasiIds($quasiIds)
|
||||
{
|
||||
$this->quasiIds = $quasiIds;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getQuasiIds()
|
||||
{
|
||||
return $this->quasiIds;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setSensitiveAttribute(Google_Service_DLP_GooglePrivacyDlpV2FieldId $sensitiveAttribute)
|
||||
{
|
||||
$this->sensitiveAttribute = $sensitiveAttribute;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getSensitiveAttribute()
|
||||
{
|
||||
return $this->sensitiveAttribute;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'topSensitiveValues';
|
||||
public $equivalenceClassSize;
|
||||
public $numDistinctSensitiveValues;
|
||||
protected $quasiIdsValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $quasiIdsValuesDataType = 'array';
|
||||
protected $topSensitiveValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency';
|
||||
protected $topSensitiveValuesDataType = 'array';
|
||||
|
||||
public function setEquivalenceClassSize($equivalenceClassSize)
|
||||
{
|
||||
$this->equivalenceClassSize = $equivalenceClassSize;
|
||||
}
|
||||
public function getEquivalenceClassSize()
|
||||
{
|
||||
return $this->equivalenceClassSize;
|
||||
}
|
||||
public function setNumDistinctSensitiveValues($numDistinctSensitiveValues)
|
||||
{
|
||||
$this->numDistinctSensitiveValues = $numDistinctSensitiveValues;
|
||||
}
|
||||
public function getNumDistinctSensitiveValues()
|
||||
{
|
||||
return $this->numDistinctSensitiveValues;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setQuasiIdsValues($quasiIdsValues)
|
||||
{
|
||||
$this->quasiIdsValues = $quasiIdsValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getQuasiIdsValues()
|
||||
{
|
||||
return $this->quasiIdsValues;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency
|
||||
*/
|
||||
public function setTopSensitiveValues($topSensitiveValues)
|
||||
{
|
||||
$this->topSensitiveValues = $topSensitiveValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ValueFrequency
|
||||
*/
|
||||
public function getTopSensitiveValues()
|
||||
{
|
||||
return $this->topSensitiveValues;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2LDiversityHistogramBucket extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'bucketValues';
|
||||
public $bucketSize;
|
||||
public $bucketValueCount;
|
||||
protected $bucketValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass';
|
||||
protected $bucketValuesDataType = 'array';
|
||||
public $sensitiveValueFrequencyLowerBound;
|
||||
public $sensitiveValueFrequencyUpperBound;
|
||||
|
||||
public function setBucketSize($bucketSize)
|
||||
{
|
||||
$this->bucketSize = $bucketSize;
|
||||
}
|
||||
public function getBucketSize()
|
||||
{
|
||||
return $this->bucketSize;
|
||||
}
|
||||
public function setBucketValueCount($bucketValueCount)
|
||||
{
|
||||
$this->bucketValueCount = $bucketValueCount;
|
||||
}
|
||||
public function getBucketValueCount()
|
||||
{
|
||||
return $this->bucketValueCount;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass
|
||||
*/
|
||||
public function setBucketValues($bucketValues)
|
||||
{
|
||||
$this->bucketValues = $bucketValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityEquivalenceClass
|
||||
*/
|
||||
public function getBucketValues()
|
||||
{
|
||||
return $this->bucketValues;
|
||||
}
|
||||
public function setSensitiveValueFrequencyLowerBound($sensitiveValueFrequencyLowerBound)
|
||||
{
|
||||
$this->sensitiveValueFrequencyLowerBound = $sensitiveValueFrequencyLowerBound;
|
||||
}
|
||||
public function getSensitiveValueFrequencyLowerBound()
|
||||
{
|
||||
return $this->sensitiveValueFrequencyLowerBound;
|
||||
}
|
||||
public function setSensitiveValueFrequencyUpperBound($sensitiveValueFrequencyUpperBound)
|
||||
{
|
||||
$this->sensitiveValueFrequencyUpperBound = $sensitiveValueFrequencyUpperBound;
|
||||
}
|
||||
public function getSensitiveValueFrequencyUpperBound()
|
||||
{
|
||||
return $this->sensitiveValueFrequencyUpperBound;
|
||||
}
|
||||
}
|
||||
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityResult.php
vendored
Normal file
38
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2LDiversityResult.php
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2LDiversityResult extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'sensitiveValueFrequencyHistogramBuckets';
|
||||
protected $sensitiveValueFrequencyHistogramBucketsType = 'Google_Service_DLP_GooglePrivacyDlpV2LDiversityHistogramBucket';
|
||||
protected $sensitiveValueFrequencyHistogramBucketsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityHistogramBucket
|
||||
*/
|
||||
public function setSensitiveValueFrequencyHistogramBuckets($sensitiveValueFrequencyHistogramBuckets)
|
||||
{
|
||||
$this->sensitiveValueFrequencyHistogramBuckets = $sensitiveValueFrequencyHistogramBuckets;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityHistogramBucket
|
||||
*/
|
||||
public function getSensitiveValueFrequencyHistogramBuckets()
|
||||
{
|
||||
return $this->sensitiveValueFrequencyHistogramBuckets;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2LikelihoodAdjustment extends Google_Model
|
||||
{
|
||||
public $fixedLikelihood;
|
||||
public $relativeLikelihood;
|
||||
|
||||
public function setFixedLikelihood($fixedLikelihood)
|
||||
{
|
||||
$this->fixedLikelihood = $fixedLikelihood;
|
||||
}
|
||||
public function getFixedLikelihood()
|
||||
{
|
||||
return $this->fixedLikelihood;
|
||||
}
|
||||
public function setRelativeLikelihood($relativeLikelihood)
|
||||
{
|
||||
$this->relativeLikelihood = $relativeLikelihood;
|
||||
}
|
||||
public function getRelativeLikelihood()
|
||||
{
|
||||
return $this->relativeLikelihood;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ListDeidentifyTemplatesResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'deidentifyTemplates';
|
||||
protected $deidentifyTemplatesType = 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate';
|
||||
protected $deidentifyTemplatesDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate
|
||||
*/
|
||||
public function setDeidentifyTemplates($deidentifyTemplates)
|
||||
{
|
||||
$this->deidentifyTemplates = $deidentifyTemplates;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DeidentifyTemplate
|
||||
*/
|
||||
public function getDeidentifyTemplates()
|
||||
{
|
||||
return $this->deidentifyTemplates;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ListDlpJobsResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'jobs';
|
||||
protected $jobsType = 'Google_Service_DLP_GooglePrivacyDlpV2DlpJob';
|
||||
protected $jobsDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DlpJob
|
||||
*/
|
||||
public function setJobs($jobs)
|
||||
{
|
||||
$this->jobs = $jobs;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DlpJob
|
||||
*/
|
||||
public function getJobs()
|
||||
{
|
||||
return $this->jobs;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'infoTypes';
|
||||
protected $infoTypesType = 'Google_Service_DLP_GooglePrivacyDlpV2InfoTypeDescription';
|
||||
protected $infoTypesDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InfoTypeDescription
|
||||
*/
|
||||
public function setInfoTypes($infoTypes)
|
||||
{
|
||||
$this->infoTypes = $infoTypes;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InfoTypeDescription
|
||||
*/
|
||||
public function getInfoTypes()
|
||||
{
|
||||
return $this->infoTypes;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'inspectTemplates';
|
||||
protected $inspectTemplatesType = 'Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate';
|
||||
protected $inspectTemplatesDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate
|
||||
*/
|
||||
public function setInspectTemplates($inspectTemplates)
|
||||
{
|
||||
$this->inspectTemplates = $inspectTemplates;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate
|
||||
*/
|
||||
public function getInspectTemplates()
|
||||
{
|
||||
return $this->inspectTemplates;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2ListJobTriggersResponse extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'jobTriggers';
|
||||
protected $jobTriggersType = 'Google_Service_DLP_GooglePrivacyDlpV2JobTrigger';
|
||||
protected $jobTriggersDataType = 'array';
|
||||
public $nextPageToken;
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2JobTrigger
|
||||
*/
|
||||
public function setJobTriggers($jobTriggers)
|
||||
{
|
||||
$this->jobTriggers = $jobTriggers;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2JobTrigger
|
||||
*/
|
||||
public function getJobTriggers()
|
||||
{
|
||||
return $this->jobTriggers;
|
||||
}
|
||||
public function setNextPageToken($nextPageToken)
|
||||
{
|
||||
$this->nextPageToken = $nextPageToken;
|
||||
}
|
||||
public function getNextPageToken()
|
||||
{
|
||||
return $this->nextPageToken;
|
||||
}
|
||||
}
|
||||
70
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Location.php
vendored
Normal file
70
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Location.php
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Location extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'contentLocations';
|
||||
protected $byteRangeType = 'Google_Service_DLP_GooglePrivacyDlpV2Range';
|
||||
protected $byteRangeDataType = '';
|
||||
protected $codepointRangeType = 'Google_Service_DLP_GooglePrivacyDlpV2Range';
|
||||
protected $codepointRangeDataType = '';
|
||||
protected $contentLocationsType = 'Google_Service_DLP_GooglePrivacyDlpV2ContentLocation';
|
||||
protected $contentLocationsDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Range
|
||||
*/
|
||||
public function setByteRange(Google_Service_DLP_GooglePrivacyDlpV2Range $byteRange)
|
||||
{
|
||||
$this->byteRange = $byteRange;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Range
|
||||
*/
|
||||
public function getByteRange()
|
||||
{
|
||||
return $this->byteRange;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Range
|
||||
*/
|
||||
public function setCodepointRange(Google_Service_DLP_GooglePrivacyDlpV2Range $codepointRange)
|
||||
{
|
||||
$this->codepointRange = $codepointRange;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Range
|
||||
*/
|
||||
public function getCodepointRange()
|
||||
{
|
||||
return $this->codepointRange;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ContentLocation
|
||||
*/
|
||||
public function setContentLocations($contentLocations)
|
||||
{
|
||||
$this->contentLocations = $contentLocations;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ContentLocation
|
||||
*/
|
||||
public function getContentLocations()
|
||||
{
|
||||
return $this->contentLocations;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig extends Google_Model
|
||||
{
|
||||
protected $fieldType = 'Google_Service_DLP_GooglePrivacyDlpV2FieldId';
|
||||
protected $fieldDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function setField(Google_Service_DLP_GooglePrivacyDlpV2FieldId $field)
|
||||
{
|
||||
$this->field = $field;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FieldId
|
||||
*/
|
||||
public function getField()
|
||||
{
|
||||
return $this->field;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsResult extends Google_Collection
|
||||
{
|
||||
protected $collection_key = 'quantileValues';
|
||||
protected $maxValueType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $maxValueDataType = '';
|
||||
protected $minValueType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $minValueDataType = '';
|
||||
protected $quantileValuesType = 'Google_Service_DLP_GooglePrivacyDlpV2Value';
|
||||
protected $quantileValuesDataType = 'array';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setMaxValue(Google_Service_DLP_GooglePrivacyDlpV2Value $maxValue)
|
||||
{
|
||||
$this->maxValue = $maxValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getMaxValue()
|
||||
{
|
||||
return $this->maxValue;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setMinValue(Google_Service_DLP_GooglePrivacyDlpV2Value $minValue)
|
||||
{
|
||||
$this->minValue = $minValue;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getMinValue()
|
||||
{
|
||||
return $this->minValue;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function setQuantileValues($quantileValues)
|
||||
{
|
||||
$this->quantileValues = $quantileValues;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2Value
|
||||
*/
|
||||
public function getQuantileValues()
|
||||
{
|
||||
return $this->quantileValues;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2OutputStorageConfig extends Google_Model
|
||||
{
|
||||
public $outputSchema;
|
||||
protected $tableType = 'Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable';
|
||||
protected $tableDataType = '';
|
||||
|
||||
public function setOutputSchema($outputSchema)
|
||||
{
|
||||
$this->outputSchema = $outputSchema;
|
||||
}
|
||||
public function getOutputSchema()
|
||||
{
|
||||
return $this->outputSchema;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function setTable(Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable $table)
|
||||
{
|
||||
$this->table = $table;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2BigQueryTable
|
||||
*/
|
||||
public function getTable()
|
||||
{
|
||||
return $this->table;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PartitionId.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PartitionId.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2PartitionId extends Google_Model
|
||||
{
|
||||
public $namespaceId;
|
||||
public $projectId;
|
||||
|
||||
public function setNamespaceId($namespaceId)
|
||||
{
|
||||
$this->namespaceId = $namespaceId;
|
||||
}
|
||||
public function getNamespaceId()
|
||||
{
|
||||
return $this->namespaceId;
|
||||
}
|
||||
public function setProjectId($projectId)
|
||||
{
|
||||
$this->projectId = $projectId;
|
||||
}
|
||||
public function getProjectId()
|
||||
{
|
||||
return $this->projectId;
|
||||
}
|
||||
}
|
||||
48
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PathElement.php
vendored
Normal file
48
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PathElement.php
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2PathElement extends Google_Model
|
||||
{
|
||||
public $id;
|
||||
public $kind;
|
||||
public $name;
|
||||
|
||||
public function setId($id)
|
||||
{
|
||||
$this->id = $id;
|
||||
}
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
public function setKind($kind)
|
||||
{
|
||||
$this->kind = $kind;
|
||||
}
|
||||
public function getKind()
|
||||
{
|
||||
return $this->kind;
|
||||
}
|
||||
public function setName($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
public function getName()
|
||||
{
|
||||
return $this->name;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,181 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation extends Google_Model
|
||||
{
|
||||
protected $bucketingConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig';
|
||||
protected $bucketingConfigDataType = '';
|
||||
protected $characterMaskConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig';
|
||||
protected $characterMaskConfigDataType = '';
|
||||
protected $cryptoHashConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig';
|
||||
protected $cryptoHashConfigDataType = '';
|
||||
protected $cryptoReplaceFfxFpeConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig';
|
||||
protected $cryptoReplaceFfxFpeConfigDataType = '';
|
||||
protected $dateShiftConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig';
|
||||
protected $dateShiftConfigDataType = '';
|
||||
protected $fixedSizeBucketingConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig';
|
||||
protected $fixedSizeBucketingConfigDataType = '';
|
||||
protected $redactConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2RedactConfig';
|
||||
protected $redactConfigDataType = '';
|
||||
protected $replaceConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig';
|
||||
protected $replaceConfigDataType = '';
|
||||
protected $replaceWithInfoTypeConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig';
|
||||
protected $replaceWithInfoTypeConfigDataType = '';
|
||||
protected $timePartConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig';
|
||||
protected $timePartConfigDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig
|
||||
*/
|
||||
public function setBucketingConfig(Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig $bucketingConfig)
|
||||
{
|
||||
$this->bucketingConfig = $bucketingConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2BucketingConfig
|
||||
*/
|
||||
public function getBucketingConfig()
|
||||
{
|
||||
return $this->bucketingConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig
|
||||
*/
|
||||
public function setCharacterMaskConfig(Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig $characterMaskConfig)
|
||||
{
|
||||
$this->characterMaskConfig = $characterMaskConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CharacterMaskConfig
|
||||
*/
|
||||
public function getCharacterMaskConfig()
|
||||
{
|
||||
return $this->characterMaskConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig
|
||||
*/
|
||||
public function setCryptoHashConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig $cryptoHashConfig)
|
||||
{
|
||||
$this->cryptoHashConfig = $cryptoHashConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CryptoHashConfig
|
||||
*/
|
||||
public function getCryptoHashConfig()
|
||||
{
|
||||
return $this->cryptoHashConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
|
||||
*/
|
||||
public function setCryptoReplaceFfxFpeConfig(Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig $cryptoReplaceFfxFpeConfig)
|
||||
{
|
||||
$this->cryptoReplaceFfxFpeConfig = $cryptoReplaceFfxFpeConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
|
||||
*/
|
||||
public function getCryptoReplaceFfxFpeConfig()
|
||||
{
|
||||
return $this->cryptoReplaceFfxFpeConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig
|
||||
*/
|
||||
public function setDateShiftConfig(Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig $dateShiftConfig)
|
||||
{
|
||||
$this->dateShiftConfig = $dateShiftConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2DateShiftConfig
|
||||
*/
|
||||
public function getDateShiftConfig()
|
||||
{
|
||||
return $this->dateShiftConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig
|
||||
*/
|
||||
public function setFixedSizeBucketingConfig(Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig $fixedSizeBucketingConfig)
|
||||
{
|
||||
$this->fixedSizeBucketingConfig = $fixedSizeBucketingConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2FixedSizeBucketingConfig
|
||||
*/
|
||||
public function getFixedSizeBucketingConfig()
|
||||
{
|
||||
return $this->fixedSizeBucketingConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2RedactConfig
|
||||
*/
|
||||
public function setRedactConfig(Google_Service_DLP_GooglePrivacyDlpV2RedactConfig $redactConfig)
|
||||
{
|
||||
$this->redactConfig = $redactConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2RedactConfig
|
||||
*/
|
||||
public function getRedactConfig()
|
||||
{
|
||||
return $this->redactConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig
|
||||
*/
|
||||
public function setReplaceConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig $replaceConfig)
|
||||
{
|
||||
$this->replaceConfig = $replaceConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceValueConfig
|
||||
*/
|
||||
public function getReplaceConfig()
|
||||
{
|
||||
return $this->replaceConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
|
||||
*/
|
||||
public function setReplaceWithInfoTypeConfig(Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig $replaceWithInfoTypeConfig)
|
||||
{
|
||||
$this->replaceWithInfoTypeConfig = $replaceWithInfoTypeConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2ReplaceWithInfoTypeConfig
|
||||
*/
|
||||
public function getReplaceWithInfoTypeConfig()
|
||||
{
|
||||
return $this->replaceWithInfoTypeConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig
|
||||
*/
|
||||
public function setTimePartConfig(Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig $timePartConfig)
|
||||
{
|
||||
$this->timePartConfig = $timePartConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2TimePartConfig
|
||||
*/
|
||||
public function getTimePartConfig()
|
||||
{
|
||||
return $this->timePartConfig;
|
||||
}
|
||||
}
|
||||
101
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrivacyMetric.php
vendored
Normal file
101
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PrivacyMetric.php
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2PrivacyMetric extends Google_Model
|
||||
{
|
||||
protected $categoricalStatsConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig';
|
||||
protected $categoricalStatsConfigDataType = '';
|
||||
protected $kAnonymityConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig';
|
||||
protected $kAnonymityConfigDataType = '';
|
||||
protected $kMapEstimationConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig';
|
||||
protected $kMapEstimationConfigDataType = '';
|
||||
protected $lDiversityConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig';
|
||||
protected $lDiversityConfigDataType = '';
|
||||
protected $numericalStatsConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig';
|
||||
protected $numericalStatsConfigDataType = '';
|
||||
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig
|
||||
*/
|
||||
public function setCategoricalStatsConfig(Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig $categoricalStatsConfig)
|
||||
{
|
||||
$this->categoricalStatsConfig = $categoricalStatsConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2CategoricalStatsConfig
|
||||
*/
|
||||
public function getCategoricalStatsConfig()
|
||||
{
|
||||
return $this->categoricalStatsConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig
|
||||
*/
|
||||
public function setKAnonymityConfig(Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig $kAnonymityConfig)
|
||||
{
|
||||
$this->kAnonymityConfig = $kAnonymityConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KAnonymityConfig
|
||||
*/
|
||||
public function getKAnonymityConfig()
|
||||
{
|
||||
return $this->kAnonymityConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig
|
||||
*/
|
||||
public function setKMapEstimationConfig(Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig $kMapEstimationConfig)
|
||||
{
|
||||
$this->kMapEstimationConfig = $kMapEstimationConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2KMapEstimationConfig
|
||||
*/
|
||||
public function getKMapEstimationConfig()
|
||||
{
|
||||
return $this->kMapEstimationConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig
|
||||
*/
|
||||
public function setLDiversityConfig(Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig $lDiversityConfig)
|
||||
{
|
||||
$this->lDiversityConfig = $lDiversityConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2LDiversityConfig
|
||||
*/
|
||||
public function getLDiversityConfig()
|
||||
{
|
||||
return $this->lDiversityConfig;
|
||||
}
|
||||
/**
|
||||
* @param Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig
|
||||
*/
|
||||
public function setNumericalStatsConfig(Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig $numericalStatsConfig)
|
||||
{
|
||||
$this->numericalStatsConfig = $numericalStatsConfig;
|
||||
}
|
||||
/**
|
||||
* @return Google_Service_DLP_GooglePrivacyDlpV2NumericalStatsConfig
|
||||
*/
|
||||
public function getNumericalStatsConfig()
|
||||
{
|
||||
return $this->numericalStatsConfig;
|
||||
}
|
||||
}
|
||||
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Proximity.php
vendored
Normal file
39
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2Proximity.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2Proximity extends Google_Model
|
||||
{
|
||||
public $windowAfter;
|
||||
public $windowBefore;
|
||||
|
||||
public function setWindowAfter($windowAfter)
|
||||
{
|
||||
$this->windowAfter = $windowAfter;
|
||||
}
|
||||
public function getWindowAfter()
|
||||
{
|
||||
return $this->windowAfter;
|
||||
}
|
||||
public function setWindowBefore($windowBefore)
|
||||
{
|
||||
$this->windowBefore = $windowBefore;
|
||||
}
|
||||
public function getWindowBefore()
|
||||
{
|
||||
return $this->windowBefore;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2PublishSummaryToCscc extends Google_Model
|
||||
{
|
||||
}
|
||||
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishToPubSub.php
vendored
Normal file
30
vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2PublishToPubSub.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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.
|
||||
*/
|
||||
|
||||
class Google_Service_DLP_GooglePrivacyDlpV2PublishToPubSub extends Google_Model
|
||||
{
|
||||
public $topic;
|
||||
|
||||
public function setTopic($topic)
|
||||
{
|
||||
$this->topic = $topic;
|
||||
}
|
||||
public function getTopic()
|
||||
{
|
||||
return $this->topic;
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user