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 setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setStatus(GoogleCloudDataplexV1MetadataJobStatus $status)
{
$this->status = $status;
} | @param GoogleCloudDataplexV1MetadataJobStatus | setStatus | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getStatus()
{
return $this->status;
} | @return GoogleCloudDataplexV1MetadataJobStatus | getStatus | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setUid($uid)
{
$this->uid = $uid;
} | @param string | setUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getUid()
{
return $this->uid;
} | @return string | getUid | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1MetadataJob.php | Apache-2.0 |
public function setZiOverride($ziOverride)
{
$this->ziOverride = $ziOverride;
} | @param string | setZiOverride | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | Apache-2.0 |
public function getZiOverride()
{
return $this->ziOverride;
} | @return string | getZiOverride | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | Apache-2.0 |
public function setZsOverride($zsOverride)
{
$this->zsOverride = $zsOverride;
} | @param string | setZsOverride | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | Apache-2.0 |
public function getZsOverride()
{
return $this->zsOverride;
} | @return string | getZsOverride | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosAssetLocationIsolationExpectationsRequirementOverride.php | Apache-2.0 |
public function setSqlStatement($sqlStatement)
{
$this->sqlStatement = $sqlStatement;
} | @param string | setSqlStatement | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleSqlAssertion.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleSqlAssertion.php | Apache-2.0 |
public function getSqlStatement()
{
return $this->sqlStatement;
} | @return string | getSqlStatement | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleSqlAssertion.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRuleSqlAssertion.php | Apache-2.0 |
public function setJob(GoogleCloudDataplexV1DataScanJob $job)
{
$this->job = $job;
} | @param GoogleCloudDataplexV1DataScanJob | setJob | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1RunDataScanResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunDataScanResponse.php | Apache-2.0 |
public function getJob()
{
return $this->job;
} | @return GoogleCloudDataplexV1DataScanJob | getJob | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1RunDataScanResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1RunDataScanResponse.php | Apache-2.0 |
public function setColumns($columns)
{
$this->columns = $columns;
} | @param GoogleCloudDataplexV1DataQualityColumnResult[] | setColumns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getColumns()
{
return $this->columns;
} | @return GoogleCloudDataplexV1DataQualityColumnResult[] | getColumns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setDimensions($dimensions)
{
$this->dimensions = $dimensions;
} | @param GoogleCloudDataplexV1DataQualityDimensionResult[] | setDimensions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getDimensions()
{
return $this->dimensions;
} | @return GoogleCloudDataplexV1DataQualityDimensionResult[] | getDimensions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setPassed($passed)
{
$this->passed = $passed;
} | @param bool | setPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getPassed()
{
return $this->passed;
} | @return bool | getPassed | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setPostScanActionsResult(GoogleCloudDataplexV1DataQualityResultPostScanActionsResult $postScanActionsResult)
{
$this->postScanActionsResult = $postScanActionsResult;
} | @param GoogleCloudDataplexV1DataQualityResultPostScanActionsResult | setPostScanActionsResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getPostScanActionsResult()
{
return $this->postScanActionsResult;
} | @return GoogleCloudDataplexV1DataQualityResultPostScanActionsResult | getPostScanActionsResult | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setRowCount($rowCount)
{
$this->rowCount = $rowCount;
} | @param string | setRowCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getRowCount()
{
return $this->rowCount;
} | @return string | getRowCount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setRules($rules)
{
$this->rules = $rules;
} | @param GoogleCloudDataplexV1DataQualityRuleResult[] | setRules | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getRules()
{
return $this->rules;
} | @return GoogleCloudDataplexV1DataQualityRuleResult[] | getRules | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setScannedData(GoogleCloudDataplexV1ScannedData $scannedData)
{
$this->scannedData = $scannedData;
} | @param GoogleCloudDataplexV1ScannedData | setScannedData | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getScannedData()
{
return $this->scannedData;
} | @return GoogleCloudDataplexV1ScannedData | getScannedData | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setScore($score)
{
$this->score = $score;
} | @param float | setScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function getScore()
{
return $this->score;
} | @return float | getScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityResult.php | Apache-2.0 |
public function setEtag($etag)
{
$this->etag = $etag;
} | @param string | setEtag | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function getEtag()
{
return $this->etag;
} | @return string | getEtag | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function setValues($values)
{
$this->values = $values;
} | @param string[] | setValues | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function getValues()
{
return $this->values;
} | @return string[] | getValues | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1Partition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1Partition.php | Apache-2.0 |
public function setPermissions($permissions)
{
$this->permissions = $permissions;
} | @param string[] | setPermissions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleIamV1TestIamPermissionsRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1TestIamPermissionsRequest.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return string[] | getPermissions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleIamV1TestIamPermissionsRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1TestIamPermissionsRequest.php | Apache-2.0 |
public function setEntities($entities)
{
$this->entities = $entities;
} | @param GoogleCloudDataplexV1Entity[] | setEntities | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | Apache-2.0 |
public function getEntities()
{
return $this->entities;
} | @return GoogleCloudDataplexV1Entity[] | getEntities | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ListEntitiesResponse.php | Apache-2.0 |
public function setFieldNames($fieldNames)
{
$this->fieldNames = $fieldNames;
} | @param string[] | setFieldNames | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecSelectedFields.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecSelectedFields.php | Apache-2.0 |
public function getFieldNames()
{
return $this->fieldNames;
} | @return string[] | getFieldNames | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecSelectedFields.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileSpecSelectedFields.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1SchemaPartitionField.php | Apache-2.0 |
public function setBlobstoreLocation(CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation $blobstoreLocation)
{
$this->blobstoreLocation = $blobstoreLocation;
} | @param CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation | setBlobstoreLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function getBlobstoreLocation()
{
return $this->blobstoreLocation;
} | @return CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation | getBlobstoreLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function setChildAssetLocation(CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition $childAssetLocation)
{
$this->childAssetLocation = $childAssetLocation;
} | @param CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition | setChildAssetLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function getChildAssetLocation()
{
return $this->childAssetLocation;
} | @return CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition | getChildAssetLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function setDirectLocation(CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment $directLocation)
{
$this->directLocation = $directLocation;
} | @param CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment | setDirectLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function getDirectLocation()
{
return $this->directLocation;
} | @return CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment | getDirectLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function setGcpProjectProxy(CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy $gcpProjectProxy)
{
$this->gcpProjectProxy = $gcpProjectProxy;
} | @param CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy | setGcpProjectProxy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function getGcpProjectProxy()
{
return $this->gcpProjectProxy;
} | @return CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy | getGcpProjectProxy | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function setPlacerLocation(CloudReliabilityZicyWs3DataplaneProtosPlacerLocation $placerLocation)
{
$this->placerLocation = $placerLocation;
} | @param CloudReliabilityZicyWs3DataplaneProtosPlacerLocation | setPlacerLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function getPlacerLocation()
{
return $this->placerLocation;
} | @return CloudReliabilityZicyWs3DataplaneProtosPlacerLocation | getPlacerLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function setSpannerLocation(CloudReliabilityZicyWs3DataplaneProtosSpannerLocation $spannerLocation)
{
$this->spannerLocation = $spannerLocation;
} | @param CloudReliabilityZicyWs3DataplaneProtosSpannerLocation | setSpannerLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function getSpannerLocation()
{
return $this->spannerLocation;
} | @return CloudReliabilityZicyWs3DataplaneProtosSpannerLocation | getSpannerLocation | php | googleapis/google-api-php-client-services | src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/CloudReliabilityZicyWs3DataplaneProtosLocationData.php | Apache-2.0 |
public function setEndpoint($endpoint)
{
$this->endpoint = $endpoint;
} | @param string | setEndpoint | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function getEndpoint()
{
return $this->endpoint;
} | @return string | getEndpoint | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1LakeMetastoreStatus.php | Apache-2.0 |
public function setColumn($column)
{
$this->column = $column;
} | @param string | setColumn | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | Apache-2.0 |
public function getColumn()
{
return $this->column;
} | @return string | getColumn | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | Apache-2.0 |
public function setScore($score)
{
$this->score = $score;
} | @param float | setScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | Apache-2.0 |
public function getScore()
{
return $this->score;
} | @return float | getScore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityColumnResult.php | Apache-2.0 |
public function setBigquery(GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility $bigquery)
{
$this->bigquery = $bigquery;
} | @param GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility | setBigquery | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | Apache-2.0 |
public function getBigquery()
{
return $this->bigquery;
} | @return GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility | getBigquery | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | Apache-2.0 |
public function setHiveMetastore(GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility $hiveMetastore)
{
$this->hiveMetastore = $hiveMetastore;
} | @param GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility | setHiveMetastore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | Apache-2.0 |
public function getHiveMetastore()
{
return $this->hiveMetastore;
} | @return GoogleCloudDataplexV1EntityCompatibilityStatusCompatibility | getHiveMetastore | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1EntityCompatibilityStatus.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setDataProfile(GoogleCloudDataplexV1DataScanEventDataProfileResult $dataProfile)
{
$this->dataProfile = $dataProfile;
} | @param GoogleCloudDataplexV1DataScanEventDataProfileResult | setDataProfile | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getDataProfile()
{
return $this->dataProfile;
} | @return GoogleCloudDataplexV1DataScanEventDataProfileResult | getDataProfile | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setDataProfileConfigs(GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs $dataProfileConfigs)
{
$this->dataProfileConfigs = $dataProfileConfigs;
} | @param GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs | setDataProfileConfigs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getDataProfileConfigs()
{
return $this->dataProfileConfigs;
} | @return GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs | getDataProfileConfigs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setDataQuality(GoogleCloudDataplexV1DataScanEventDataQualityResult $dataQuality)
{
$this->dataQuality = $dataQuality;
} | @param GoogleCloudDataplexV1DataScanEventDataQualityResult | setDataQuality | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getDataQuality()
{
return $this->dataQuality;
} | @return GoogleCloudDataplexV1DataScanEventDataQualityResult | getDataQuality | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setDataQualityConfigs(GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs $dataQualityConfigs)
{
$this->dataQualityConfigs = $dataQualityConfigs;
} | @param GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs | setDataQualityConfigs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getDataQualityConfigs()
{
return $this->dataQualityConfigs;
} | @return GoogleCloudDataplexV1DataScanEventDataQualityAppliedConfigs | getDataQualityConfigs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setDataSource($dataSource)
{
$this->dataSource = $dataSource;
} | @param string | setDataSource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getDataSource()
{
return $this->dataSource;
} | @return string | getDataSource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setEndTime($endTime)
{
$this->endTime = $endTime;
} | @param string | setEndTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getEndTime()
{
return $this->endTime;
} | @return string | getEndTime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setJobId($jobId)
{
$this->jobId = $jobId;
} | @param string | setJobId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getJobId()
{
return $this->jobId;
} | @return string | getJobId | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataScanEvent.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.