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 setState($state) { $this->state = $state; }
@param string
setState
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
Apache-2.0
public function getState() { return $this->state; }
@return string
getState
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1JobEvent.php
Apache-2.0
public function setPostScanActions(GoogleCloudDataplexV1DataQualitySpecPostScanActions $postScanActions) { $this->postScanActions = $postScanActions; }
@param GoogleCloudDataplexV1DataQualitySpecPostScanActions
setPostScanActions
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function getPostScanActions() { return $this->postScanActions; }
@return GoogleCloudDataplexV1DataQualitySpecPostScanActions
getPostScanActions
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function setRowFilter($rowFilter) { $this->rowFilter = $rowFilter; }
@param string
setRowFilter
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function getRowFilter() { return $this->rowFilter; }
@return string
getRowFilter
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function setRules($rules) { $this->rules = $rules; }
@param GoogleCloudDataplexV1DataQualityRule[]
setRules
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function getRules() { return $this->rules; }
@return GoogleCloudDataplexV1DataQualityRule[]
getRules
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function setSamplingPercent($samplingPercent) { $this->samplingPercent = $samplingPercent; }
@param float
setSamplingPercent
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function getSamplingPercent() { return $this->samplingPercent; }
@return float
getSamplingPercent
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpec.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
Apache-2.0
public function setZones($zones) { $this->zones = $zones; }
@param GoogleCloudDataplexV1Zone[]
setZones
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
Apache-2.0
public function getZones() { return $this->zones; }
@return GoogleCloudDataplexV1Zone[]
getZones
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListZonesResponse.php
Apache-2.0
public function setImportResult(GoogleCloudDataplexV1MetadataJobEventImportResult $importResult) { $this->importResult = $importResult; }
@param GoogleCloudDataplexV1MetadataJobEventImportResult
setImportResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
Apache-2.0
public function getImportResult() { return $this->importResult; }
@return GoogleCloudDataplexV1MetadataJobEventImportResult
getImportResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
Apache-2.0
public function setMessage($message) { $this->message = $message; }
@param string
setMessage
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
Apache-2.0
public function getMessage() { return $this->message; }
@return string
getMessage
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
Apache-2.0
public function setResource($resource) { $this->resource = $resource; }
@param string
setResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
Apache-2.0
public function getResource() { return $this->resource; }
@return string
getResource
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobEvent.php
Apache-2.0
public function setBackupName($backupName) { $this->backupName = $backupName; }
@param string[]
setBackupName
php
googleapis/google-api-php-client-services
src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
Apache-2.0
public function getBackupName() { return $this->backupName; }
@return string[]
getBackupName
php
googleapis/google-api-php-client-services
src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
Apache-2.0
public function setDbName($dbName) { $this->dbName = $dbName; }
@param string[]
setDbName
php
googleapis/google-api-php-client-services
src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
Apache-2.0
public function getDbName() { return $this->dbName; }
@return string[]
getDbName
php
googleapis/google-api-php-client-services
src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosSpannerLocation.php
Apache-2.0
public function setJob(GoogleCloudDataplexV1Job $job) { $this->job = $job; }
@param GoogleCloudDataplexV1Job
setJob
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1RunTaskResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunTaskResponse.php
Apache-2.0
public function getJob() { return $this->job; }
@return GoogleCloudDataplexV1Job
getJob
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1RunTaskResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunTaskResponse.php
Apache-2.0
public function setBigqueryExportResult(GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult $bigqueryExportResult) { $this->bigqueryExportResult = $bigqueryExportResult; }
@param GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult
setBigqueryExportResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScanEventPostScanActionsResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventPostScanActionsResult.php
Apache-2.0
public function getBigqueryExportResult() { return $this->bigqueryExportResult; }
@return GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult
getBigqueryExportResult
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataScanEventPostScanActionsResult.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEventPostScanActionsResult.php
Apache-2.0
public function setMaxValue($maxValue) { $this->maxValue = $maxValue; }
@param string
setMaxValue
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function getMaxValue() { return $this->maxValue; }
@return string
getMaxValue
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function setMinValue($minValue) { $this->minValue = $minValue; }
@param string
setMinValue
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function getMinValue() { return $this->minValue; }
@return string
getMinValue
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function setStrictMaxEnabled($strictMaxEnabled) { $this->strictMaxEnabled = $strictMaxEnabled; }
@param bool
setStrictMaxEnabled
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function getStrictMaxEnabled() { return $this->strictMaxEnabled; }
@return bool
getStrictMaxEnabled
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function setStrictMinEnabled($strictMinEnabled) { $this->strictMinEnabled = $strictMinEnabled; }
@param bool
setStrictMinEnabled
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function getStrictMinEnabled() { return $this->strictMinEnabled; }
@return bool
getStrictMinEnabled
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleRangeExpectation.php
Apache-2.0
public function setEntity($entity) { $this->entity = $entity; }
@param string
setEntity
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function getEntity() { return $this->entity; }
@return string
getEntity
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function setPartition($partition) { $this->partition = $partition; }
@param string
setPartition
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function getPartition() { return $this->partition; }
@return string
getPartition
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function setSampledDataLocations($sampledDataLocations) { $this->sampledDataLocations = $sampledDataLocations; }
@param string[]
setSampledDataLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function getSampledDataLocations() { return $this->sampledDataLocations; }
@return string[]
getSampledDataLocations
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DiscoveryEventPartitionDetails.php
Apache-2.0
public function setAlternateUsePermission($alternateUsePermission) { $this->alternateUsePermission = $alternateUsePermission; }
@param string
setAlternateUsePermission
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1AspectTypeAuthorization.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeAuthorization.php
Apache-2.0
public function getAlternateUsePermission() { return $this->alternateUsePermission; }
@return string
getAlternateUsePermission
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1AspectTypeAuthorization.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1AspectTypeAuthorization.php
Apache-2.0
public function setAssetStatus(GoogleCloudDataplexV1AssetStatus $assetStatus) { $this->assetStatus = $assetStatus; }
@param GoogleCloudDataplexV1AssetStatus
setAssetStatus
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getAssetStatus() { return $this->assetStatus; }
@return GoogleCloudDataplexV1AssetStatus
getAssetStatus
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setDescription($description) { $this->description = $description; }
@param string
setDescription
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getDescription() { return $this->description; }
@return string
getDescription
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setDiscoverySpec(GoogleCloudDataplexV1ZoneDiscoverySpec $discoverySpec) { $this->discoverySpec = $discoverySpec; }
@param GoogleCloudDataplexV1ZoneDiscoverySpec
setDiscoverySpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getDiscoverySpec() { return $this->discoverySpec; }
@return GoogleCloudDataplexV1ZoneDiscoverySpec
getDiscoverySpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setDisplayName($displayName) { $this->displayName = $displayName; }
@param string
setDisplayName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getDisplayName() { return $this->displayName; }
@return string
getDisplayName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setLabels($labels) { $this->labels = $labels; }
@param string[]
setLabels
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getLabels() { return $this->labels; }
@return string[]
getLabels
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setResourceSpec(GoogleCloudDataplexV1ZoneResourceSpec $resourceSpec) { $this->resourceSpec = $resourceSpec; }
@param GoogleCloudDataplexV1ZoneResourceSpec
setResourceSpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getResourceSpec() { return $this->resourceSpec; }
@return GoogleCloudDataplexV1ZoneResourceSpec
getResourceSpec
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setState($state) { $this->state = $state; }
@param string
setState
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getState() { return $this->state; }
@return string
getState
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setUid($uid) { $this->uid = $uid; }
@param string
setUid
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getUid() { return $this->uid; }
@return string
getUid
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; }
@param string
setUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function getUpdateTime() { return $this->updateTime; }
@return string
getUpdateTime
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1Zone.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Zone.php
Apache-2.0
public function setDelimiter($delimiter) { $this->delimiter = $delimiter; }
@param string
setDelimiter
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function getDelimiter() { return $this->delimiter; }
@return string
getDelimiter
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function setDisableTypeInference($disableTypeInference) { $this->disableTypeInference = $disableTypeInference; }
@param bool
setDisableTypeInference
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function getDisableTypeInference() { return $this->disableTypeInference; }
@return bool
getDisableTypeInference
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function setEncoding($encoding) { $this->encoding = $encoding; }
@param string
setEncoding
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function getEncoding() { return $this->encoding; }
@return string
getEncoding
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function setHeaderRows($headerRows) { $this->headerRows = $headerRows; }
@param int
setHeaderRows
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function getHeaderRows() { return $this->headerRows; }
@return int
getHeaderRows
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php
Apache-2.0
public function setAspectTypes($aspectTypes) { $this->aspectTypes = $aspectTypes; }
@param string[]
setAspectTypes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function getAspectTypes() { return $this->aspectTypes; }
@return string[]
getAspectTypes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function setEntryGroups($entryGroups) { $this->entryGroups = $entryGroups; }
@param string[]
setEntryGroups
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function getEntryGroups() { return $this->entryGroups; }
@return string[]
getEntryGroups
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function setEntryTypes($entryTypes) { $this->entryTypes = $entryTypes; }
@param string[]
setEntryTypes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function getEntryTypes() { return $this->entryTypes; }
@return string[]
getEntryTypes
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function setOrganizationLevel($organizationLevel) { $this->organizationLevel = $organizationLevel; }
@param bool
setOrganizationLevel
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function getOrganizationLevel() { return $this->organizationLevel; }
@return bool
getOrganizationLevel
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function setProjects($projects) { $this->projects = $projects; }
@param string[]
setProjects
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function getProjects() { return $this->projects; }
@return string[]
getProjects
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope.php
Apache-2.0
public function setFields($fields) { $this->fields = $fields; }
@param GoogleCloudDataplexV1DataProfileResultProfileField[]
setFields
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfile.php
Apache-2.0
public function getFields() { return $this->fields; }
@return GoogleCloudDataplexV1DataProfileResultProfileField[]
getFields
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfile.php
Apache-2.0
public function setAspectKeys($aspectKeys) { $this->aspectKeys = $aspectKeys; }
@param string[]
setAspectKeys
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
Apache-2.0
public function getAspectKeys() { return $this->aspectKeys; }
@return string[]
getAspectKeys
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
Apache-2.0
public function setEntry(GoogleCloudDataplexV1Entry $entry) { $this->entry = $entry; }
@param GoogleCloudDataplexV1Entry
setEntry
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
Apache-2.0
public function getEntry() { return $this->entry; }
@return GoogleCloudDataplexV1Entry
getEntry
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
Apache-2.0
public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; }
@param string
setUpdateMask
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
Apache-2.0
public function getUpdateMask() { return $this->updateMask; }
@return string
getUpdateMask
php
googleapis/google-api-php-client-services
src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ImportItem.php
Apache-2.0
public function setLocation($location) { $this->location = $location; }
@param CloudReliabilityZicyWs3DataplaneProtosLocationAssignment[]
setLocation
php
googleapis/google-api-php-client-services
src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment.php
Apache-2.0
public function getLocation() { return $this->location; }
@return CloudReliabilityZicyWs3DataplaneProtosLocationAssignment[]
getLocation
php
googleapis/google-api-php-client-services
src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment.php
Apache-2.0