Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/DLP/GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails extends \Google\Model
protected $requestedSourceTableDataType = '';

/**
* Categorical stats result
* Output only. Categorical stats result
*
* @param GooglePrivacyDlpV2CategoricalStatsResult $categoricalStatsResult
*/
Expand All @@ -55,7 +55,7 @@ public function getCategoricalStatsResult()
return $this->categoricalStatsResult;
}
/**
* Delta-presence result
* Output only. Delta-presence result
*
* @param GooglePrivacyDlpV2DeltaPresenceEstimationResult $deltaPresenceEstimationResult
*/
Expand All @@ -71,7 +71,7 @@ public function getDeltaPresenceEstimationResult()
return $this->deltaPresenceEstimationResult;
}
/**
* K-anonymity result
* Output only. K-anonymity result
*
* @param GooglePrivacyDlpV2KAnonymityResult $kAnonymityResult
*/
Expand All @@ -87,7 +87,7 @@ public function getKAnonymityResult()
return $this->kAnonymityResult;
}
/**
* K-map result
* Output only. K-map result
*
* @param GooglePrivacyDlpV2KMapEstimationResult $kMapEstimationResult
*/
Expand All @@ -103,7 +103,7 @@ public function getKMapEstimationResult()
return $this->kMapEstimationResult;
}
/**
* L-divesity result
* Output only. L-divesity result
*
* @param GooglePrivacyDlpV2LDiversityResult $lDiversityResult
*/
Expand All @@ -119,7 +119,7 @@ public function getLDiversityResult()
return $this->lDiversityResult;
}
/**
* Numerical stats result
* Output only. Numerical stats result
*
* @param GooglePrivacyDlpV2NumericalStatsResult $numericalStatsResult
*/
Expand Down
12 changes: 6 additions & 6 deletions src/DLP/GooglePrivacyDlpV2DiscoveryConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ class GooglePrivacyDlpV2DiscoveryConfig extends \Google\Collection
*/
public $lastRunTime;
/**
* Unique resource name for the DiscoveryConfig, assigned by the service when
* the DiscoveryConfig is created, for example `projects/dlp-test-
* project/locations/global/discoveryConfigs/53234423`.
* Output only. Unique resource name for the DiscoveryConfig, assigned by the
* service when the DiscoveryConfig is created, for example `projects/dlp-
* test-project/locations/global/discoveryConfigs/53234423`.
*
* @var string
*/
Expand Down Expand Up @@ -209,9 +209,9 @@ public function getLastRunTime()
return $this->lastRunTime;
}
/**
* Unique resource name for the DiscoveryConfig, assigned by the service when
* the DiscoveryConfig is created, for example `projects/dlp-test-
* project/locations/global/discoveryConfigs/53234423`.
* Output only. Unique resource name for the DiscoveryConfig, assigned by the
* service when the DiscoveryConfig is created, for example `projects/dlp-
* test-project/locations/global/discoveryConfigs/53234423`.
*
* @param string $name
*/
Expand Down
2 changes: 1 addition & 1 deletion src/DLP/GooglePrivacyDlpV2DlpJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class GooglePrivacyDlpV2DlpJob extends \Google\Collection
public $type;

/**
* Events that should occur after the job has completed.
* Output only. Events that should occur after the job has completed.
*
* @param GooglePrivacyDlpV2ActionDetails[] $actionDetails
*/
Expand Down
24 changes: 24 additions & 0 deletions src/DLP/GooglePrivacyDlpV2InfoTypeCondition.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ class GooglePrivacyDlpV2InfoTypeCondition extends \Google\Model
protected $anyInfoTypeDataType = '';
protected $infoTypesType = GooglePrivacyDlpV2InfoTypes::class;
protected $infoTypesDataType = '';
/**
* Optional. The minimum total number of findings of all matching info types
* required for this condition to evaluate to true. Defaults to 1 if unset.
*
* @var string
*/
public $minCount;

/**
* match any info types.
Expand Down Expand Up @@ -56,6 +63,23 @@ public function getInfoTypes()
{
return $this->infoTypes;
}
/**
* Optional. The minimum total number of findings of all matching info types
* required for this condition to evaluate to true. Defaults to 1 if unset.
*
* @param string $minCount
*/
public function setMinCount($minCount)
{
$this->minCount = $minCount;
}
/**
* @return string
*/
public function getMinCount()
{
return $this->minCount;
}
}

// Adding a class alias for backwards compatibility with the previous class name.
Expand Down
2 changes: 1 addition & 1 deletion src/DLP/GooglePrivacyDlpV2InspectDataSourceDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getRequestedOptions()
return $this->requestedOptions;
}
/**
* A summary of the outcome of this inspection job.
* Output only. A summary of the outcome of this inspection job.
*
* @param GooglePrivacyDlpV2Result $result
*/
Expand Down
8 changes: 4 additions & 4 deletions src/DLP/GooglePrivacyDlpV2JobTrigger.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class GooglePrivacyDlpV2JobTrigger extends \Google\Collection
*/
public $lastRunTime;
/**
* Unique resource name for the triggeredJob, assigned by the service when the
* triggeredJob is created, for example `projects/dlp-test-
* Output only. Unique resource name for the triggeredJob, assigned by the
* service when the triggeredJob is created, for example `projects/dlp-test-
* project/jobTriggers/53234423`.
*
* @var string
Expand Down Expand Up @@ -187,8 +187,8 @@ public function getLastRunTime()
return $this->lastRunTime;
}
/**
* Unique resource name for the triggeredJob, assigned by the service when the
* triggeredJob is created, for example `projects/dlp-test-
* Output only. Unique resource name for the triggeredJob, assigned by the
* service when the triggeredJob is created, for example `projects/dlp-test-
* project/jobTriggers/53234423`.
*
* @param string $name
Expand Down
4 changes: 2 additions & 2 deletions src/DLP/GooglePrivacyDlpV2RequestedOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public function getJobConfig()
return $this->jobConfig;
}
/**
* If run with an InspectTemplate, a snapshot of its state at the time of this
* run.
* Output only. If run with an InspectTemplate, a snapshot of its state at the
* time of this run.
*
* @param GooglePrivacyDlpV2InspectTemplate $snapshotInspectTemplate
*/
Expand Down
Loading