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 setLength($length) { $this->length = $length; }
@param int
setLength
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Position.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Position.php
Apache-2.0
public function getLength() { return $this->length; }
@return int
getLength
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Position.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Position.php
Apache-2.0
public function setLine($line) { $this->line = $line; }
@param int
setLine
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Position.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Position.php
Apache-2.0
public function getLine() { return $this->line; }
@return int
getLine
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Position.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Position.php
Apache-2.0
public function setOffset($offset) { $this->offset = $offset; }
@param int
setOffset
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Position.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Position.php
Apache-2.0
public function getOffset() { return $this->offset; }
@return int
getOffset
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Position.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Position.php
Apache-2.0
public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; }
@param string
setKmsKeyName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EncryptionConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EncryptionConfig.php
Apache-2.0
public function getKmsKeyName() { return $this->kmsKeyName; }
@return string
getKmsKeyName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EncryptionConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EncryptionConfig.php
Apache-2.0
public function setDataCacheEnabled($dataCacheEnabled) { $this->dataCacheEnabled = $dataCacheEnabled; }
@param bool
setDataCacheEnabled
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DataCacheConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DataCacheConfig.php
Apache-2.0
public function getDataCacheEnabled() { return $this->dataCacheEnabled; }
@return bool
getDataCacheEnabled
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DataCacheConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DataCacheConfig.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FetchStaticIpsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FetchStaticIpsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FetchStaticIpsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FetchStaticIpsResponse.php
Apache-2.0
public function setStaticIps($staticIps) { $this->staticIps = $staticIps; }
@param string[]
setStaticIps
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FetchStaticIpsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FetchStaticIpsResponse.php
Apache-2.0
public function getStaticIps() { return $this->staticIps; }
@return string[]
getStaticIps
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FetchStaticIpsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FetchStaticIpsResponse.php
Apache-2.0
public function setAssets($assets) { $this->assets = $assets; }
@param GoogleCloudDataplexV1Asset[]
setAssets
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
Apache-2.0
public function getAssets() { return $this->assets; }
@return GoogleCloudDataplexV1Asset[]
getAssets
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListAssetsResponse.php
Apache-2.0
public function setBigqueryExportResult(GoogleCloudDataplexV1DataQualityResultPostScanActionsResultBigQueryExportResult $bigqueryExportResult) { $this->bigqueryExportResult = $bigqueryExportResult; }
@param GoogleCloudDataplexV1DataQualityResultPostScanActionsResultBigQueryExportResult
setBigqueryExportResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityResultPostScanActionsResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResultPostScanActionsResult.php
Apache-2.0
public function getBigqueryExportResult() { return $this->bigqueryExportResult; }
@return GoogleCloudDataplexV1DataQualityResultPostScanActionsResultBigQueryExportResult
getBigqueryExportResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityResultPostScanActionsResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResultPostScanActionsResult.php
Apache-2.0
public function setAspectSource(GoogleCloudDataplexV1AspectSource $aspectSource) { $this->aspectSource = $aspectSource; }
@param GoogleCloudDataplexV1AspectSource
setAspectSource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function getAspectSource() { return $this->aspectSource; }
@return GoogleCloudDataplexV1AspectSource
getAspectSource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function setAspectType($aspectType) { $this->aspectType = $aspectType; }
@param string
setAspectType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function getAspectType() { return $this->aspectType; }
@return string
getAspectType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function setData($data) { $this->data = $data; }
@param array[]
setData
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function getData() { return $this->data; }
@return array[]
getData
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function setPath($path) { $this->path = $path; }
@param string
setPath
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function getPath() { return $this->path; }
@return string
getPath
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; }
@param string
setUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function getUpdateTime() { return $this->updateTime; }
@return string
getUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Aspect.php
Apache-2.0
public function setJobEndTrigger(GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger $jobEndTrigger) { $this->jobEndTrigger = $jobEndTrigger; }
@param GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger
setJobEndTrigger
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function getJobEndTrigger() { return $this->jobEndTrigger; }
@return GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobEndTrigger
getJobEndTrigger
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function setJobFailureTrigger(GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger $jobFailureTrigger) { $this->jobFailureTrigger = $jobFailureTrigger; }
@param GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger
setJobFailureTrigger
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function getJobFailureTrigger() { return $this->jobFailureTrigger; }
@return GoogleCloudDataplexV1DataQualitySpecPostScanActionsJobFailureTrigger
getJobFailureTrigger
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function setRecipients(GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients $recipients) { $this->recipients = $recipients; }
@param GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients
setRecipients
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function getRecipients() { return $this->recipients; }
@return GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients
getRecipients
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function setScoreThresholdTrigger(GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger $scoreThresholdTrigger) { $this->scoreThresholdTrigger = $scoreThresholdTrigger; }
@param GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger
setScoreThresholdTrigger
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function getScoreThresholdTrigger() { return $this->scoreThresholdTrigger; }
@return GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger
getScoreThresholdTrigger
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport.php
Apache-2.0
public function setDataplexEntry(GoogleCloudDataplexV1Entry $dataplexEntry) { $this->dataplexEntry = $dataplexEntry; }
@param GoogleCloudDataplexV1Entry
setDataplexEntry
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
Apache-2.0
public function getDataplexEntry() { return $this->dataplexEntry; }
@return GoogleCloudDataplexV1Entry
getDataplexEntry
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
Apache-2.0
public function setLinkedResource($linkedResource) { $this->linkedResource = $linkedResource; }
@param string
setLinkedResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
Apache-2.0
public function getLinkedResource() { return $this->linkedResource; }
@return string
getLinkedResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
Apache-2.0
public function setSnippets(GoogleCloudDataplexV1SearchEntriesResultSnippets $snippets) { $this->snippets = $snippets; }
@param GoogleCloudDataplexV1SearchEntriesResultSnippets
setSnippets
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
Apache-2.0
public function getSnippets() { return $this->snippets; }
@return GoogleCloudDataplexV1SearchEntriesResultSnippets
getSnippets
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SearchEntriesResult.php
Apache-2.0
public function setOutputPath($outputPath) { $this->outputPath = $outputPath; }
@param string
setOutputPath
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
Apache-2.0
public function getOutputPath() { return $this->outputPath; }
@return string
getOutputPath
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
Apache-2.0
public function setScope(GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope $scope) { $this->scope = $scope; }
@param GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope
setScope
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
Apache-2.0
public function getScope() { return $this->scope; }
@return GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope
getScope
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpec.php
Apache-2.0
public function setAsset($asset) { $this->asset = $asset; }
@param string
setAsset
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getAsset() { return $this->asset; }
@return string
getAsset
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setCategory($category) { $this->category = $category; }
@param string
setCategory
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getCategory() { return $this->category; }
@return string
getCategory
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setDataLocations($dataLocations) { $this->dataLocations = $dataLocations; }
@param string[]
setDataLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getDataLocations() { return $this->dataLocations; }
@return string[]
getDataLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setDetectTime($detectTime) { $this->detectTime = $detectTime; }
@param string
setDetectTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getDetectTime() { return $this->detectTime; }
@return string
getDetectTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setFailedSecurityPolicyApply(GoogleCloudDataplexV1ActionFailedSecurityPolicyApply $failedSecurityPolicyApply) { $this->failedSecurityPolicyApply = $failedSecurityPolicyApply; }
@param GoogleCloudDataplexV1ActionFailedSecurityPolicyApply
setFailedSecurityPolicyApply
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getFailedSecurityPolicyApply() { return $this->failedSecurityPolicyApply; }
@return GoogleCloudDataplexV1ActionFailedSecurityPolicyApply
getFailedSecurityPolicyApply
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setIncompatibleDataSchema(GoogleCloudDataplexV1ActionIncompatibleDataSchema $incompatibleDataSchema) { $this->incompatibleDataSchema = $incompatibleDataSchema; }
@param GoogleCloudDataplexV1ActionIncompatibleDataSchema
setIncompatibleDataSchema
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getIncompatibleDataSchema() { return $this->incompatibleDataSchema; }
@return GoogleCloudDataplexV1ActionIncompatibleDataSchema
getIncompatibleDataSchema
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setInvalidDataFormat(GoogleCloudDataplexV1ActionInvalidDataFormat $invalidDataFormat) { $this->invalidDataFormat = $invalidDataFormat; }
@param GoogleCloudDataplexV1ActionInvalidDataFormat
setInvalidDataFormat
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getInvalidDataFormat() { return $this->invalidDataFormat; }
@return GoogleCloudDataplexV1ActionInvalidDataFormat
getInvalidDataFormat
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setInvalidDataOrganization(GoogleCloudDataplexV1ActionInvalidDataOrganization $invalidDataOrganization) { $this->invalidDataOrganization = $invalidDataOrganization; }
@param GoogleCloudDataplexV1ActionInvalidDataOrganization
setInvalidDataOrganization
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getInvalidDataOrganization() { return $this->invalidDataOrganization; }
@return GoogleCloudDataplexV1ActionInvalidDataOrganization
getInvalidDataOrganization
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setInvalidDataPartition(GoogleCloudDataplexV1ActionInvalidDataPartition $invalidDataPartition) { $this->invalidDataPartition = $invalidDataPartition; }
@param GoogleCloudDataplexV1ActionInvalidDataPartition
setInvalidDataPartition
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getInvalidDataPartition() { return $this->invalidDataPartition; }
@return GoogleCloudDataplexV1ActionInvalidDataPartition
getInvalidDataPartition
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setIssue($issue) { $this->issue = $issue; }
@param string
setIssue
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getIssue() { return $this->issue; }
@return string
getIssue
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setLake($lake) { $this->lake = $lake; }
@param string
setLake
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getLake() { return $this->lake; }
@return string
getLake
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setMissingData(GoogleCloudDataplexV1ActionMissingData $missingData) { $this->missingData = $missingData; }
@param GoogleCloudDataplexV1ActionMissingData
setMissingData
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getMissingData() { return $this->missingData; }
@return GoogleCloudDataplexV1ActionMissingData
getMissingData
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setMissingResource(GoogleCloudDataplexV1ActionMissingResource $missingResource) { $this->missingResource = $missingResource; }
@param GoogleCloudDataplexV1ActionMissingResource
setMissingResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getMissingResource() { return $this->missingResource; }
@return GoogleCloudDataplexV1ActionMissingResource
getMissingResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setUnauthorizedResource(GoogleCloudDataplexV1ActionUnauthorizedResource $unauthorizedResource) { $this->unauthorizedResource = $unauthorizedResource; }
@param GoogleCloudDataplexV1ActionUnauthorizedResource
setUnauthorizedResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getUnauthorizedResource() { return $this->unauthorizedResource; }
@return GoogleCloudDataplexV1ActionUnauthorizedResource
getUnauthorizedResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setZone($zone) { $this->zone = $zone; }
@param string
setZone
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function getZone() { return $this->zone; }
@return string
getZone
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Action.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Action.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
Apache-2.0
public function setPartitions($partitions) { $this->partitions = $partitions; }
@param GoogleCloudDataplexV1Partition[]
setPartitions
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
Apache-2.0
public function getPartitions() { return $this->partitions; }
@return GoogleCloudDataplexV1Partition[]
getPartitions
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListPartitionsResponse.php
Apache-2.0
public function setEntryTypes($entryTypes) { $this->entryTypes = $entryTypes; }
@param GoogleCloudDataplexV1EntryType[]
setEntryTypes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
Apache-2.0
public function getEntryTypes() { return $this->entryTypes; }
@return GoogleCloudDataplexV1EntryType[]
getEntryTypes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
Apache-2.0
public function setUnreachableLocations($unreachableLocations) { $this->unreachableLocations = $unreachableLocations; }
@param string[]
setUnreachableLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
Apache-2.0
public function getUnreachableLocations() { return $this->unreachableLocations; }
@return string[]
getUnreachableLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntryTypesResponse.php
Apache-2.0
public function setResultsTable($resultsTable) { $this->resultsTable = $resultsTable; }
@param string
setResultsTable
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.php
Apache-2.0
public function getResultsTable() { return $this->resultsTable; }
@return string
getResultsTable
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecPostScanActionsBigQueryExport.php
Apache-2.0
public function setAttributes($attributes) { $this->attributes = $attributes; }
@param string[]
setAttributes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
Apache-2.0
public function getAttributes() { return $this->attributes; }
@return string[]
getAttributes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
Apache-2.0
public function setDescription($description) { $this->description = $description; }
@param string
setDescription
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
Apache-2.0
public function getDescription() { return $this->description; }
@return string
getDescription
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAttributeBinding.php
Apache-2.0