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 setScore($score) { $this->score = $score; }
@param float
setScore
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php
Apache-2.0
public function getScore() { return $this->score; }
@return float
getScore
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityDimensionResult.php
Apache-2.0
public function setLakes($lakes) { $this->lakes = $lakes; }
@param GoogleCloudDataplexV1Lake[]
setLakes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
Apache-2.0
public function getLakes() { return $this->lakes; }
@return GoogleCloudDataplexV1Lake[]
getLakes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
Apache-2.0
public function setUnreachableLocations($unreachableLocations) { $this->unreachableLocations = $unreachableLocations; }
@param string[]
setUnreachableLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
Apache-2.0
public function getUnreachableLocations() { return $this->unreachableLocations; }
@return string[]
getUnreachableLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListLakesResponse.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setData(GoogleCloudDataplexV1DataSource $data) { $this->data = $data; }
@param GoogleCloudDataplexV1DataSource
setData
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getData() { return $this->data; }
@return GoogleCloudDataplexV1DataSource
getData
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDataDiscoveryResult(GoogleCloudDataplexV1DataDiscoveryResult $dataDiscoveryResult) { $this->dataDiscoveryResult = $dataDiscoveryResult; }
@param GoogleCloudDataplexV1DataDiscoveryResult
setDataDiscoveryResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDataDiscoveryResult() { return $this->dataDiscoveryResult; }
@return GoogleCloudDataplexV1DataDiscoveryResult
getDataDiscoveryResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDataDiscoverySpec(GoogleCloudDataplexV1DataDiscoverySpec $dataDiscoverySpec) { $this->dataDiscoverySpec = $dataDiscoverySpec; }
@param GoogleCloudDataplexV1DataDiscoverySpec
setDataDiscoverySpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDataDiscoverySpec() { return $this->dataDiscoverySpec; }
@return GoogleCloudDataplexV1DataDiscoverySpec
getDataDiscoverySpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDataProfileResult(GoogleCloudDataplexV1DataProfileResult $dataProfileResult) { $this->dataProfileResult = $dataProfileResult; }
@param GoogleCloudDataplexV1DataProfileResult
setDataProfileResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDataProfileResult() { return $this->dataProfileResult; }
@return GoogleCloudDataplexV1DataProfileResult
getDataProfileResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDataProfileSpec(GoogleCloudDataplexV1DataProfileSpec $dataProfileSpec) { $this->dataProfileSpec = $dataProfileSpec; }
@param GoogleCloudDataplexV1DataProfileSpec
setDataProfileSpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDataProfileSpec() { return $this->dataProfileSpec; }
@return GoogleCloudDataplexV1DataProfileSpec
getDataProfileSpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDataQualityResult(GoogleCloudDataplexV1DataQualityResult $dataQualityResult) { $this->dataQualityResult = $dataQualityResult; }
@param GoogleCloudDataplexV1DataQualityResult
setDataQualityResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDataQualityResult() { return $this->dataQualityResult; }
@return GoogleCloudDataplexV1DataQualityResult
getDataQualityResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDataQualitySpec(GoogleCloudDataplexV1DataQualitySpec $dataQualitySpec) { $this->dataQualitySpec = $dataQualitySpec; }
@param GoogleCloudDataplexV1DataQualitySpec
setDataQualitySpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDataQualitySpec() { return $this->dataQualitySpec; }
@return GoogleCloudDataplexV1DataQualitySpec
getDataQualitySpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDescription($description) { $this->description = $description; }
@param string
setDescription
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDescription() { return $this->description; }
@return string
getDescription
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDisplayName($displayName) { $this->displayName = $displayName; }
@param string
setDisplayName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getDisplayName() { return $this->displayName; }
@return string
getDisplayName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setExecutionSpec(GoogleCloudDataplexV1DataScanExecutionSpec $executionSpec) { $this->executionSpec = $executionSpec; }
@param GoogleCloudDataplexV1DataScanExecutionSpec
setExecutionSpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getExecutionSpec() { return $this->executionSpec; }
@return GoogleCloudDataplexV1DataScanExecutionSpec
getExecutionSpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setExecutionStatus(GoogleCloudDataplexV1DataScanExecutionStatus $executionStatus) { $this->executionStatus = $executionStatus; }
@param GoogleCloudDataplexV1DataScanExecutionStatus
setExecutionStatus
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getExecutionStatus() { return $this->executionStatus; }
@return GoogleCloudDataplexV1DataScanExecutionStatus
getExecutionStatus
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setLabels($labels) { $this->labels = $labels; }
@param string[]
setLabels
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getLabels() { return $this->labels; }
@return string[]
getLabels
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setState($state) { $this->state = $state; }
@param string
setState
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getState() { return $this->state; }
@return string
getState
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setUid($uid) { $this->uid = $uid; }
@param string
setUid
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getUid() { return $this->uid; }
@return string
getUid
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; }
@param string
setUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function getUpdateTime() { return $this->updateTime; }
@return string
getUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScan.php
Apache-2.0
public function setDoubleProfile(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo $doubleProfile) { $this->doubleProfile = $doubleProfile; }
@param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo
setDoubleProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function getDoubleProfile() { return $this->doubleProfile; }
@return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo
getDoubleProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function setIntegerProfile(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo $integerProfile) { $this->integerProfile = $integerProfile; }
@param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo
setIntegerProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function getIntegerProfile() { return $this->integerProfile; }
@return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo
getIntegerProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function setStringProfile(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo $stringProfile) { $this->stringProfile = $stringProfile; }
@param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo
setStringProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function getStringProfile() { return $this->stringProfile; }
@return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo
getStringProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function setTopNValues($topNValues) { $this->topNValues = $topNValues; }
@param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue[]
setTopNValues
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function getTopNValues() { return $this->topNValues; }
@return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue[]
getTopNValues
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo.php
Apache-2.0
public function setDelimiter($delimiter) { $this->delimiter = $delimiter; }
@param string
setDelimiter
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function getDelimiter() { return $this->delimiter; }
@return string
getDelimiter
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function setEncoding($encoding) { $this->encoding = $encoding; }
@param string
setEncoding
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function getEncoding() { return $this->encoding; }
@return string
getEncoding
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; }
@param int
setHeaderRows
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function getHeaderRows() { return $this->headerRows; }
@return int
getHeaderRows
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function setQuote($quote) { $this->quote = $quote; }
@param string
setQuote
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function getQuote() { return $this->quote; }
@return string
getQuote
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function setTypeInferenceDisabled($typeInferenceDisabled) { $this->typeInferenceDisabled = $typeInferenceDisabled; }
@param bool
setTypeInferenceDisabled
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function getTypeInferenceDisabled() { return $this->typeInferenceDisabled; }
@return bool
getTypeInferenceDisabled
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions.php
Apache-2.0
public function setAspects($aspects) { $this->aspects = $aspects; }
@param GoogleCloudDataplexV1Aspect[]
setAspects
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getAspects() { return $this->aspects; }
@return GoogleCloudDataplexV1Aspect[]
getAspects
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setEntrySource(GoogleCloudDataplexV1EntrySource $entrySource) { $this->entrySource = $entrySource; }
@param GoogleCloudDataplexV1EntrySource
setEntrySource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getEntrySource() { return $this->entrySource; }
@return GoogleCloudDataplexV1EntrySource
getEntrySource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setEntryType($entryType) { $this->entryType = $entryType; }
@param string
setEntryType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getEntryType() { return $this->entryType; }
@return string
getEntryType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setFullyQualifiedName($fullyQualifiedName) { $this->fullyQualifiedName = $fullyQualifiedName; }
@param string
setFullyQualifiedName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getFullyQualifiedName() { return $this->fullyQualifiedName; }
@return string
getFullyQualifiedName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setParentEntry($parentEntry) { $this->parentEntry = $parentEntry; }
@param string
setParentEntry
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getParentEntry() { return $this->parentEntry; }
@return string
getParentEntry
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; }
@param string
setUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function getUpdateTime() { return $this->updateTime; }
@return string
getUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Entry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Entry.php
Apache-2.0
public function setDataset($dataset) { $this->dataset = $dataset; }
@param string
setDataset
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
Apache-2.0
public function getDataset() { return $this->dataset; }
@return string
getDataset
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
Apache-2.0
public function setLocation($location) { $this->location = $location; }
@param string
setLocation
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
Apache-2.0
public function getLocation() { return $this->location; }
@return string
getLocation
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.php
Apache-2.0
public function setRegex($regex) { $this->regex = $regex; }
@param string
setRegex
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRegexExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRegexExpectation.php
Apache-2.0
public function getRegex() { return $this->regex; }
@return string
getRegex
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRegexExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRegexExpectation.php
Apache-2.0
public function setCondition(GoogleTypeExpr $condition) { $this->condition = $condition; }
@param GoogleTypeExpr
setCondition
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleIamV1Binding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1Binding.php
Apache-2.0
public function getCondition() { return $this->condition; }
@return GoogleTypeExpr
getCondition
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleIamV1Binding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1Binding.php
Apache-2.0
public function setMembers($members) { $this->members = $members; }
@param string[]
setMembers
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleIamV1Binding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1Binding.php
Apache-2.0
public function getMembers() { return $this->members; }
@return string[]
getMembers
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleIamV1Binding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1Binding.php
Apache-2.0
public function setRole($role) { $this->role = $role; }
@param string
setRole
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleIamV1Binding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1Binding.php
Apache-2.0
public function getRole() { return $this->role; }
@return string
getRole
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleIamV1Binding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1Binding.php
Apache-2.0
public function setEntries($entries) { $this->entries = $entries; }
@param GoogleCloudDataplexV1Entry[]
setEntries
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
Apache-2.0
public function getEntries() { return $this->entries; }
@return GoogleCloudDataplexV1Entry[]
getEntries
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntriesResponse.php
Apache-2.0
public function setPostScanActionsResult(GoogleCloudDataplexV1DataProfileResultPostScanActionsResult $postScanActionsResult) { $this->postScanActionsResult = $postScanActionsResult; }
@param GoogleCloudDataplexV1DataProfileResultPostScanActionsResult
setPostScanActionsResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
Apache-2.0
public function getPostScanActionsResult() { return $this->postScanActionsResult; }
@return GoogleCloudDataplexV1DataProfileResultPostScanActionsResult
getPostScanActionsResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
Apache-2.0
public function setProfile(GoogleCloudDataplexV1DataProfileResultProfile $profile) { $this->profile = $profile; }
@param GoogleCloudDataplexV1DataProfileResultProfile
setProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
Apache-2.0
public function getProfile() { return $this->profile; }
@return GoogleCloudDataplexV1DataProfileResultProfile
getProfile
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
Apache-2.0
public function setRowCount($rowCount) { $this->rowCount = $rowCount; }
@param string
setRowCount
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
Apache-2.0
public function getRowCount() { return $this->rowCount; }
@return string
getRowCount
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php
Apache-2.0