code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function setDimension($dimension)
{
$this->dimension = $dimension;
} | @param string | setDimension | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getDimension()
{
return $this->dimension;
} | @return string | getDimension | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setIgnoreNull($ignoreNull)
{
$this->ignoreNull = $ignoreNull;
} | @param bool | setIgnoreNull | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getIgnoreNull()
{
return $this->ignoreNull;
} | @return bool | getIgnoreNull | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setNonNullExpectation(GoogleCloudDataplexV1DataQualityRuleNonNullExpectation $nonNullExpectation)
{
$this->nonNullExpectation = $nonNullExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleNonNullExpectation | setNonNullExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getNonNullExpectation()
{
return $this->nonNullExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleNonNullExpectation | getNonNullExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setRangeExpectation(GoogleCloudDataplexV1DataQualityRuleRangeExpectation $rangeExpectation)
{
$this->rangeExpectation = $rangeExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleRangeExpectation | setRangeExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getRangeExpectation()
{
return $this->rangeExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleRangeExpectation | getRangeExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setRegexExpectation(GoogleCloudDataplexV1DataQualityRuleRegexExpectation $regexExpectation)
{
$this->regexExpectation = $regexExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleRegexExpectation | setRegexExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getRegexExpectation()
{
return $this->regexExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleRegexExpectation | getRegexExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setRowConditionExpectation(GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation $rowConditionExpectation)
{
$this->rowConditionExpectation = $rowConditionExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation | setRowConditionExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getRowConditionExpectation()
{
return $this->rowConditionExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation | getRowConditionExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setSetExpectation(GoogleCloudDataplexV1DataQualityRuleSetExpectation $setExpectation)
{
$this->setExpectation = $setExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleSetExpectation | setSetExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getSetExpectation()
{
return $this->setExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleSetExpectation | getSetExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setSqlAssertion(GoogleCloudDataplexV1DataQualityRuleSqlAssertion $sqlAssertion)
{
$this->sqlAssertion = $sqlAssertion;
} | @param GoogleCloudDataplexV1DataQualityRuleSqlAssertion | setSqlAssertion | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getSqlAssertion()
{
return $this->sqlAssertion;
} | @return GoogleCloudDataplexV1DataQualityRuleSqlAssertion | getSqlAssertion | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setStatisticRangeExpectation(GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation $statisticRangeExpectation)
{
$this->statisticRangeExpectation = $statisticRangeExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation | setStatisticRangeExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getStatisticRangeExpectation()
{
return $this->statisticRangeExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation | getStatisticRangeExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setSuspended($suspended)
{
$this->suspended = $suspended;
} | @param bool | setSuspended | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getSuspended()
{
return $this->suspended;
} | @return bool | getSuspended | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setTableConditionExpectation(GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation $tableConditionExpectation)
{
$this->tableConditionExpectation = $tableConditionExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation | setTableConditionExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getTableConditionExpectation()
{
return $this->tableConditionExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation | getTableConditionExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setUniquenessExpectation(GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation $uniquenessExpectation)
{
$this->uniquenessExpectation = $uniquenessExpectation;
} | @param GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation | setUniquenessExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getUniquenessExpectation()
{
return $this->uniquenessExpectation;
} | @return GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation | getUniquenessExpectation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setAlternateUsePermission($alternateUsePermission)
{
$this->alternateUsePermission = $alternateUsePermission;
} | @param string | setAlternateUsePermission | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryTypeAuthorization.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryTypeAuthorization.php | Apache-2.0 |
public function getAlternateUsePermission()
{
return $this->alternateUsePermission;
} | @return string | getAlternateUsePermission | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryTypeAuthorization.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryTypeAuthorization.php | Apache-2.0 |
public function setBigqueryPublishingConfig(GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig $bigqueryPublishingConfig)
{
$this->bigqueryPublishingConfig = $bigqueryPublishingConfig;
} | @param GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig | setBigqueryPublishingConfig | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | Apache-2.0 |
public function getBigqueryPublishingConfig()
{
return $this->bigqueryPublishingConfig;
} | @return GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig | getBigqueryPublishingConfig | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | Apache-2.0 |
public function setStorageConfig(GoogleCloudDataplexV1DataDiscoverySpecStorageConfig $storageConfig)
{
$this->storageConfig = $storageConfig;
} | @param GoogleCloudDataplexV1DataDiscoverySpecStorageConfig | setStorageConfig | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | Apache-2.0 |
public function getStorageConfig()
{
return $this->storageConfig;
} | @return GoogleCloudDataplexV1DataDiscoverySpecStorageConfig | getStorageConfig | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpec.php | Apache-2.0 |
public function setErrorMessage($errorMessage)
{
$this->errorMessage = $errorMessage;
} | @param string | setErrorMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | Apache-2.0 |
public function getErrorMessage()
{
return $this->errorMessage;
} | @return string | getErrorMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | Apache-2.0 |
public function setExportedEntries($exportedEntries)
{
$this->exportedEntries = $exportedEntries;
} | @param string | setExportedEntries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | Apache-2.0 |
public function getExportedEntries()
{
return $this->exportedEntries;
} | @return string | getExportedEntries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobResult.php | Apache-2.0 |
public function setApiVersion($apiVersion)
{
$this->apiVersion = $apiVersion;
} | @param string | setApiVersion | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function getApiVersion()
{
return $this->apiVersion;
} | @return string | getApiVersion | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function setEndTime($endTime)
{
$this->endTime = $endTime;
} | @param string | setEndTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function getEndTime()
{
return $this->endTime;
} | @return string | getEndTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function setRequestedCancellation($requestedCancellation)
{
$this->requestedCancellation = $requestedCancellation;
} | @param bool | setRequestedCancellation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function getRequestedCancellation()
{
return $this->requestedCancellation;
} | @return bool | getRequestedCancellation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function setStatusMessage($statusMessage)
{
$this->statusMessage = $statusMessage;
} | @param string | setStatusMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function getStatusMessage()
{
return $this->statusMessage;
} | @return string | getStatusMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function setTarget($target)
{
$this->target = $target;
} | @param string | setTarget | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function getTarget()
{
return $this->target;
} | @return string | getTarget | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function setVerb($verb)
{
$this->verb = $verb;
} | @param string | setVerb | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function getVerb()
{
return $this->verb;
} | @return string | getVerb | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1OperationMetadata.php | Apache-2.0 |
public function setSqlExpression($sqlExpression)
{
$this->sqlExpression = $sqlExpression;
} | @param string | setSqlExpression | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation.php | Apache-2.0 |
public function getSqlExpression()
{
return $this->sqlExpression;
} | @return string | getSqlExpression | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation.php | Apache-2.0 |
public function setCron($cron)
{
$this->cron = $cron;
} | @param string | setCron | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TriggerSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TriggerSchedule.php | Apache-2.0 |
public function getCron()
{
return $this->cron;
} | @return string | getCron | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TriggerSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TriggerSchedule.php | Apache-2.0 |
public function setAssetName($assetName)
{
$this->assetName = $assetName;
} | @param string | setAssetName | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | Apache-2.0 |
public function getAssetName()
{
return $this->assetName;
} | @return string | getAssetName | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | Apache-2.0 |
public function setAssetType($assetType)
{
$this->assetType = $assetType;
} | @param string | setAssetType | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | Apache-2.0 |
public function getAssetType()
{
return $this->assetType;
} | @return string | getAssetType | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosCloudAsset.php | Apache-2.0 |
public function setEngine($engine)
{
$this->engine = $engine;
} | @param string | setEngine | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ContentSqlScript.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ContentSqlScript.php | Apache-2.0 |
public function getEngine()
{
return $this->engine;
} | @return string | getEngine | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ContentSqlScript.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ContentSqlScript.php | Apache-2.0 |
public function setDisabled($disabled)
{
$this->disabled = $disabled;
} | @param bool | setDisabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function getDisabled()
{
return $this->disabled;
} | @return bool | getDisabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function setMaxRetries($maxRetries)
{
$this->maxRetries = $maxRetries;
} | @param int | setMaxRetries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function getMaxRetries()
{
return $this->maxRetries;
} | @return int | getMaxRetries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function setSchedule($schedule)
{
$this->schedule = $schedule;
} | @param string | setSchedule | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function getSchedule()
{
return $this->schedule;
} | @return string | getSchedule | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function setStartTime($startTime)
{
$this->startTime = $startTime;
} | @param string | setStartTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function getStartTime()
{
return $this->startTime;
} | @return string | getStartTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskTriggerSpec.php | Apache-2.0 |
public function setField($field)
{
$this->field = $field;
} | @param string | setField | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | Apache-2.0 |
public function getField()
{
return $this->field;
} | @return string | getField | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | Apache-2.0 |
public function setTrigger(GoogleCloudDataplexV1Trigger $trigger)
{
$this->trigger = $trigger;
} | @param GoogleCloudDataplexV1Trigger | setTrigger | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | Apache-2.0 |
public function getTrigger()
{
return $this->trigger;
} | @return GoogleCloudDataplexV1Trigger | getTrigger | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanExecutionSpec.php | Apache-2.0 |
public function setLastRunDuration($lastRunDuration)
{
$this->lastRunDuration = $lastRunDuration;
} | @param string | setLastRunDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function getLastRunDuration()
{
return $this->lastRunDuration;
} | @return string | getLastRunDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function setLastRunTime($lastRunTime)
{
$this->lastRunTime = $lastRunTime;
} | @param string | setLastRunTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function getLastRunTime()
{
return $this->lastRunTime;
} | @return string | getLastRunTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function setStats(GoogleCloudDataplexV1AssetDiscoveryStatusStats $stats)
{
$this->stats = $stats;
} | @param GoogleCloudDataplexV1AssetDiscoveryStatusStats | setStats | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function getStats()
{
return $this->stats;
} | @return GoogleCloudDataplexV1AssetDiscoveryStatusStats | getStats | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatus.php | Apache-2.0 |
public function setArgs($args)
{
$this->args = $args;
} | @param string[] | setArgs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | Apache-2.0 |
public function getArgs()
{
return $this->args;
} | @return string[] | getArgs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunTaskRequest.php | Apache-2.0 |
public function setEndTime($endTime)
{
$this->endTime = $endTime;
} | @param string | setEndTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function getEndTime()
{
return $this->endTime;
} | @return string | getEndTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function setExecutionSpec(GoogleCloudDataplexV1TaskExecutionSpec $executionSpec)
{
$this->executionSpec = $executionSpec;
} | @param GoogleCloudDataplexV1TaskExecutionSpec | setExecutionSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function getExecutionSpec()
{
return $this->executionSpec;
} | @return GoogleCloudDataplexV1TaskExecutionSpec | getExecutionSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Job.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Job.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.