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 setRetryCount($retryCount)
{
$this->retryCount = $retryCount;
} | @param string | setRetryCount | 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 getRetryCount()
{
return $this->retryCount;
} | @return string | getRetryCount | 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 setService($service)
{
$this->service = $service;
} | @param string | setService | 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 getService()
{
return $this->service;
} | @return string | getService | 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 setServiceJob($serviceJob)
{
$this->serviceJob = $serviceJob;
} | @param string | setServiceJob | 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 getServiceJob()
{
return $this->serviceJob;
} | @return string | getServiceJob | 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 setStartTime($startTime)
{
$this->startTime = $startTime;
} | @param string | setStartTime | 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 getStartTime()
{
return $this->startTime;
} | @return string | getStartTime | 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 setState($state)
{
$this->state = $state;
} | @param string | setState | 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 getState()
{
return $this->state;
} | @return string | getState | 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 setTrigger($trigger)
{
$this->trigger = $trigger;
} | @param string | setTrigger | 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 getTrigger()
{
return $this->trigger;
} | @return string | getTrigger | 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 setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | 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 getUid()
{
return $this->uid;
} | @return string | getUid | 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 setDone($done)
{
$this->done = $done;
} | @param bool | setDone | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function getDone()
{
return $this->done;
} | @return bool | getDone | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function setError(GoogleRpcStatus $error)
{
$this->error = $error;
} | @param GoogleRpcStatus | setError | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return GoogleRpcStatus | getError | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function setMetadata($metadata)
{
$this->metadata = $metadata;
} | @param array[] | setMetadata | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return array[] | getMetadata | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function setResponse($response)
{
$this->response = $response;
} | @param array[] | setResponse | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function getResponse()
{
return $this->response;
} | @return array[] | getResponse | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleLongrunningOperation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleLongrunningOperation.php | Apache-2.0 |
public function setExpectedFormat($expectedFormat)
{
$this->expectedFormat = $expectedFormat;
} | @param string | setExpectedFormat | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | Apache-2.0 |
public function getExpectedFormat()
{
return $this->expectedFormat;
} | @return string | getExpectedFormat | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | Apache-2.0 |
public function setNewFormat($newFormat)
{
$this->newFormat = $newFormat;
} | @param string | setNewFormat | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | Apache-2.0 |
public function getNewFormat()
{
return $this->newFormat;
} | @return string | getNewFormat | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | Apache-2.0 |
public function setSampledDataLocations($sampledDataLocations)
{
$this->sampledDataLocations = $sampledDataLocations;
} | @param string[] | setSampledDataLocations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | Apache-2.0 |
public function getSampledDataLocations()
{
return $this->sampledDataLocations;
} | @return string[] | getSampledDataLocations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionInvalidDataFormat.php | Apache-2.0 |
public function setCsvOptions(GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions $csvOptions)
{
$this->csvOptions = $csvOptions;
} | @param GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions | setCsvOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function getCsvOptions()
{
return $this->csvOptions;
} | @return GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions | getCsvOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function setEnabled($enabled)
{
$this->enabled = $enabled;
} | @param bool | setEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | @return bool | getEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function setExcludePatterns($excludePatterns)
{
$this->excludePatterns = $excludePatterns;
} | @param string[] | setExcludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function getExcludePatterns()
{
return $this->excludePatterns;
} | @return string[] | getExcludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function setIncludePatterns($includePatterns)
{
$this->includePatterns = $includePatterns;
} | @param string[] | setIncludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function getIncludePatterns()
{
return $this->includePatterns;
} | @return string[] | getIncludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function setJsonOptions(GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions $jsonOptions)
{
$this->jsonOptions = $jsonOptions;
} | @param GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions | setJsonOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function getJsonOptions()
{
return $this->jsonOptions;
} | @return GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions | getJsonOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function setSchedule($schedule)
{
$this->schedule = $schedule;
} | @param string | setSchedule | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function getSchedule()
{
return $this->schedule;
} | @return string | getSchedule | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpec.php | Apache-2.0 |
public function setSqlExpression($sqlExpression)
{
$this->sqlExpression = $sqlExpression;
} | @param string | setSqlExpression | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation.php | Apache-2.0 |
public function getSqlExpression()
{
return $this->sqlExpression;
} | @return string | getSqlExpression | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation.php | Apache-2.0 |
public function setEventType($eventType)
{
$this->eventType = $eventType;
} | @param string | setEventType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | Apache-2.0 |
public function getEventType()
{
return $this->eventType;
} | @return string | getEventType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | Apache-2.0 |
public function setResource($resource)
{
$this->resource = $resource;
} | @param string | setResource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | Apache-2.0 |
public function getResource()
{
return $this->resource;
} | @return string | getResource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntryLinkEvent.php | Apache-2.0 |
public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
} | @param string | setRowCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataProfileResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataProfileResult.php | Apache-2.0 |
public function getRowCount()
{
return $this->rowCount;
} | @return string | getRowCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataProfileResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventDataProfileResult.php | Apache-2.0 |
public function setDataItems($dataItems)
{
$this->dataItems = $dataItems;
} | @param string | setDataItems | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function getDataItems()
{
return $this->dataItems;
} | @return string | getDataItems | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function setDataSize($dataSize)
{
$this->dataSize = $dataSize;
} | @param string | setDataSize | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function getDataSize()
{
return $this->dataSize;
} | @return string | getDataSize | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function setFilesets($filesets)
{
$this->filesets = $filesets;
} | @param string | setFilesets | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function getFilesets()
{
return $this->filesets;
} | @return string | getFilesets | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function setTables($tables)
{
$this->tables = $tables;
} | @param string | setTables | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function getTables()
{
return $this->tables;
} | @return string | getTables | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoveryStatusStats.php | Apache-2.0 |
public function setMaxValue($maxValue)
{
$this->maxValue = $maxValue;
} | @param string | setMaxValue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function getMaxValue()
{
return $this->maxValue;
} | @return string | getMaxValue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function setMinValue($minValue)
{
$this->minValue = $minValue;
} | @param string | setMinValue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function getMinValue()
{
return $this->minValue;
} | @return string | getMinValue | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function setStatistic($statistic)
{
$this->statistic = $statistic;
} | @param string | setStatistic | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function getStatistic()
{
return $this->statistic;
} | @return string | getStatistic | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function setStrictMaxEnabled($strictMaxEnabled)
{
$this->strictMaxEnabled = $strictMaxEnabled;
} | @param bool | setStrictMaxEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function getStrictMaxEnabled()
{
return $this->strictMaxEnabled;
} | @return bool | getStrictMaxEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function setStrictMinEnabled($strictMinEnabled)
{
$this->strictMinEnabled = $strictMinEnabled;
} | @param bool | setStrictMinEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function getStrictMinEnabled()
{
return $this->strictMinEnabled;
} | @return bool | getStrictMinEnabled | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.php | Apache-2.0 |
public function setAttributes($attributes)
{
$this->attributes = $attributes;
} | @param string[] | setAttributes | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | Apache-2.0 |
public function getAttributes()
{
return $this->attributes;
} | @return string[] | getAttributes | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBindingPath.php | Apache-2.0 |
public function setEnableFastStartup($enableFastStartup)
{
$this->enableFastStartup = $enableFastStartup;
} | @param bool | setEnableFastStartup | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | Apache-2.0 |
public function getEnableFastStartup()
{
return $this->enableFastStartup;
} | @return bool | getEnableFastStartup | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | Apache-2.0 |
public function setMaxIdleDuration($maxIdleDuration)
{
$this->maxIdleDuration = $maxIdleDuration;
} | @param string | setMaxIdleDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | Apache-2.0 |
public function getMaxIdleDuration()
{
return $this->maxIdleDuration;
} | @return string | getMaxIdleDuration | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EnvironmentSessionSpec.php | Apache-2.0 |
public function setLatestJob(GoogleCloudDataplexV1Job $latestJob)
{
$this->latestJob = $latestJob;
} | @param GoogleCloudDataplexV1Job | setLatestJob | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | Apache-2.0 |
public function getLatestJob()
{
return $this->latestJob;
} | @return GoogleCloudDataplexV1Job | getLatestJob | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionStatus.php | Apache-2.0 |
public function setActiveAssets($activeAssets)
{
$this->activeAssets = $activeAssets;
} | @param int | setActiveAssets | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | Apache-2.0 |
public function getActiveAssets()
{
return $this->activeAssets;
} | @return int | getActiveAssets | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | Apache-2.0 |
public function setSecurityPolicyApplyingAssets($securityPolicyApplyingAssets)
{
$this->securityPolicyApplyingAssets = $securityPolicyApplyingAssets;
} | @param int | setSecurityPolicyApplyingAssets | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | Apache-2.0 |
public function getSecurityPolicyApplyingAssets()
{
return $this->securityPolicyApplyingAssets;
} | @return int | getSecurityPolicyApplyingAssets | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetStatus.php | Apache-2.0 |
public function setRequired($required)
{
$this->required = $required;
} | @param bool | setRequired | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints.php | Apache-2.0 |
public function getRequired()
{
return $this->required;
} | @return bool | getRequired | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeMetadataTemplateConstraints.php | Apache-2.0 |
public function setDisableTypeInference($disableTypeInference)
{
$this->disableTypeInference = $disableTypeInference;
} | @param bool | setDisableTypeInference | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | Apache-2.0 |
public function getDisableTypeInference()
{
return $this->disableTypeInference;
} | @return bool | getDisableTypeInference | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | Apache-2.0 |
public function setEncoding($encoding)
{
$this->encoding = $encoding;
} | @param string | setEncoding | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | Apache-2.0 |
public function getEncoding()
{
return $this->encoding;
} | @return string | getEncoding | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | Apache-2.0 |
public function setSql($sql)
{
$this->sql = $sql;
} | @param string | setSql | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | Apache-2.0 |
public function getSql()
{
return $this->sql;
} | @return string | getSql | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResultQuery.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Environment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Environment.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.