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 setScannedData(GoogleCloudDataplexV1ScannedData $scannedData)
{
$this->scannedData = $scannedData;
} | @param GoogleCloudDataplexV1ScannedData | setScannedData | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php | Apache-2.0 |
public function getScannedData()
{
return $this->scannedData;
} | @return GoogleCloudDataplexV1ScannedData | getScannedData | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResult.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultPostScanActionsResultBigQueryExportResult.php | Apache-2.0 |
public function setNetwork($network)
{
$this->network = $network;
} | @param string | setNetwork | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | Apache-2.0 |
public function getNetwork()
{
return $this->network;
} | @return string | getNetwork | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | Apache-2.0 |
public function setNetworkTags($networkTags)
{
$this->networkTags = $networkTags;
} | @param string[] | setNetworkTags | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | Apache-2.0 |
public function getNetworkTags()
{
return $this->networkTags;
} | @return string[] | getNetworkTags | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | Apache-2.0 |
public function setSubNetwork($subNetwork)
{
$this->subNetwork = $subNetwork;
} | @param string | setSubNetwork | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | Apache-2.0 |
public function getSubNetwork()
{
return $this->subNetwork;
} | @return string | getSubNetwork | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork.php | Apache-2.0 |
public function setDelimiter($delimiter)
{
$this->delimiter = $delimiter;
} | @param string | setDelimiter | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function getDelimiter()
{
return $this->delimiter;
} | @return string | getDelimiter | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function setEncoding($encoding)
{
$this->encoding = $encoding;
} | @param string | setEncoding | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function getEncoding()
{
return $this->encoding;
} | @return string | getEncoding | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function setHeaderRows($headerRows)
{
$this->headerRows = $headerRows;
} | @param int | setHeaderRows | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function getHeaderRows()
{
return $this->headerRows;
} | @return int | getHeaderRows | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function setQuote($quote)
{
$this->quote = $quote;
} | @param string | setQuote | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function getQuote()
{
return $this->quote;
} | @return string | getQuote | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1StorageFormatCsvOptions.php | Apache-2.0 |
public function setMaxLength($maxLength)
{
$this->maxLength = $maxLength;
} | @param string | setMaxLength | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | Apache-2.0 |
public function getMaxLength()
{
return $this->maxLength;
} | @return string | getMaxLength | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | Apache-2.0 |
public function setMinLength($minLength)
{
$this->minLength = $minLength;
} | @param string | setMinLength | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | Apache-2.0 |
public function getMinLength()
{
return $this->minLength;
} | @return string | getMinLength | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo.php | Apache-2.0 |
public function setEmails($emails)
{
$this->emails = $emails;
} | @param string[] | setEmails | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.php | Apache-2.0 |
public function getEmails()
{
return $this->emails;
} | @return string[] | getEmails | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsRecipients.php | Apache-2.0 |
public function setScoreThreshold($scoreThreshold)
{
$this->scoreThreshold = $scoreThreshold;
} | @param float | setScoreThreshold | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.php | Apache-2.0 |
public function getScoreThreshold()
{
return $this->scoreThreshold;
} | @return float | getScoreThreshold | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActionsScoreThresholdTrigger.php | Apache-2.0 |
public function setEntity(GoogleCloudDataplexV1GovernanceEventEntity $entity)
{
$this->entity = $entity;
} | @param GoogleCloudDataplexV1GovernanceEventEntity | setEntity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | Apache-2.0 |
public function getEntity()
{
return $this->entity;
} | @return GoogleCloudDataplexV1GovernanceEventEntity | getEntity | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | Apache-2.0 |
public function setEventType($eventType)
{
$this->eventType = $eventType;
} | @param string | setEventType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | Apache-2.0 |
public function getEventType()
{
return $this->eventType;
} | @return string | getEventType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1GovernanceEvent.php | Apache-2.0 |
public function setEventType($eventType)
{
$this->eventType = $eventType;
} | @param string | setEventType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | Apache-2.0 |
public function getEventType()
{
return $this->eventType;
} | @return string | getEventType | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | Apache-2.0 |
public function setResource($resource)
{
$this->resource = $resource;
} | @param string | setResource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | Apache-2.0 |
public function getResource()
{
return $this->resource;
} | @return string | getResource | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1BusinessGlossaryEvent.php | Apache-2.0 |
public function setArgs($args)
{
$this->args = $args;
} | @param string[] | setArgs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function getArgs()
{
return $this->args;
} | @return string[] | getArgs | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function setKmsKey($kmsKey)
{
$this->kmsKey = $kmsKey;
} | @param string | setKmsKey | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function getKmsKey()
{
return $this->kmsKey;
} | @return string | getKmsKey | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function setMaxJobExecutionLifetime($maxJobExecutionLifetime)
{
$this->maxJobExecutionLifetime = $maxJobExecutionLifetime;
} | @param string | setMaxJobExecutionLifetime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function getMaxJobExecutionLifetime()
{
return $this->maxJobExecutionLifetime;
} | @return string | getMaxJobExecutionLifetime | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function setProject($project)
{
$this->project = $project;
} | @param string | setProject | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function getProject()
{
return $this->project;
} | @return string | getProject | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function setServiceAccount($serviceAccount)
{
$this->serviceAccount = $serviceAccount;
} | @param string | setServiceAccount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function getServiceAccount()
{
return $this->serviceAccount;
} | @return string | getServiceAccount | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskExecutionSpec.php | Apache-2.0 |
public function setBigqueryExport(GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport $bigqueryExport)
{
$this->bigqueryExport = $bigqueryExport;
} | @param GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport | setBigqueryExport | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | Apache-2.0 |
public function getBigqueryExport()
{
return $this->bigqueryExport;
} | @return GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport | getBigqueryExport | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | Apache-2.0 |
public function setNotificationReport(GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport $notificationReport)
{
$this->notificationReport = $notificationReport;
} | @param GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport | setNotificationReport | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | Apache-2.0 |
public function getNotificationReport()
{
return $this->notificationReport;
} | @return GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport | getNotificationReport | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualitySpecPostScanActions.php | Apache-2.0 |
public function setExistingSchema($existingSchema)
{
$this->existingSchema = $existingSchema;
} | @param string | setExistingSchema | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function getExistingSchema()
{
return $this->existingSchema;
} | @return string | getExistingSchema | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function setNewSchema($newSchema)
{
$this->newSchema = $newSchema;
} | @param string | setNewSchema | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function getNewSchema()
{
return $this->newSchema;
} | @return string | getNewSchema | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function setSampledDataLocations($sampledDataLocations)
{
$this->sampledDataLocations = $sampledDataLocations;
} | @param string[] | setSampledDataLocations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function getSampledDataLocations()
{
return $this->sampledDataLocations;
} | @return string[] | getSampledDataLocations | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function setSchemaChange($schemaChange)
{
$this->schemaChange = $schemaChange;
} | @param string | setSchemaChange | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function getSchemaChange()
{
return $this->schemaChange;
} | @return string | getSchemaChange | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function setTable($table)
{
$this->table = $table;
} | @param string | setTable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function getTable()
{
return $this->table;
} | @return string | getTable | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1ActionIncompatibleDataSchema.php | Apache-2.0 |
public function setPolicy(GoogleIamV1Policy $policy)
{
$this->policy = $policy;
} | @param GoogleIamV1Policy | setPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | Apache-2.0 |
public function getPolicy()
{
return $this->policy;
} | @return GoogleIamV1Policy | getPolicy | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | Apache-2.0 |
public function setUpdateMask($updateMask)
{
$this->updateMask = $updateMask;
} | @param string | setUpdateMask | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | Apache-2.0 |
public function getUpdateMask()
{
return $this->updateMask;
} | @return string | getUpdateMask | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleIamV1SetIamPolicyRequest.php | Apache-2.0 |
public function setQueries($queries)
{
$this->queries = $queries;
} | @param GoogleCloudDataplexV1DataDocumentationResultQuery[] | setQueries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResult.php | Apache-2.0 |
public function getQueries()
{
return $this->queries;
} | @return GoogleCloudDataplexV1DataDocumentationResultQuery[] | getQueries | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResult.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDocumentationResult.php | Apache-2.0 |
public function setArchiveUris($archiveUris)
{
$this->archiveUris = $archiveUris;
} | @param string[] | setArchiveUris | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getArchiveUris()
{
return $this->archiveUris;
} | @return string[] | getArchiveUris | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setFileUris($fileUris)
{
$this->fileUris = $fileUris;
} | @param string[] | setFileUris | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getFileUris()
{
return $this->fileUris;
} | @return string[] | getFileUris | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setInfrastructureSpec(GoogleCloudDataplexV1TaskInfrastructureSpec $infrastructureSpec)
{
$this->infrastructureSpec = $infrastructureSpec;
} | @param GoogleCloudDataplexV1TaskInfrastructureSpec | setInfrastructureSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getInfrastructureSpec()
{
return $this->infrastructureSpec;
} | @return GoogleCloudDataplexV1TaskInfrastructureSpec | getInfrastructureSpec | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setMainClass($mainClass)
{
$this->mainClass = $mainClass;
} | @param string | setMainClass | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getMainClass()
{
return $this->mainClass;
} | @return string | getMainClass | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setMainJarFileUri($mainJarFileUri)
{
$this->mainJarFileUri = $mainJarFileUri;
} | @param string | setMainJarFileUri | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getMainJarFileUri()
{
return $this->mainJarFileUri;
} | @return string | getMainJarFileUri | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setPythonScriptFile($pythonScriptFile)
{
$this->pythonScriptFile = $pythonScriptFile;
} | @param string | setPythonScriptFile | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getPythonScriptFile()
{
return $this->pythonScriptFile;
} | @return string | getPythonScriptFile | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setSqlScript($sqlScript)
{
$this->sqlScript = $sqlScript;
} | @param string | setSqlScript | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getSqlScript()
{
return $this->sqlScript;
} | @return string | getSqlScript | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setSqlScriptFile($sqlScriptFile)
{
$this->sqlScriptFile = $sqlScriptFile;
} | @param string | setSqlScriptFile | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function getSqlScriptFile()
{
return $this->sqlScriptFile;
} | @return string | getSqlScriptFile | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1TaskSparkTaskConfig.php | Apache-2.0 |
public function setReaders($readers)
{
$this->readers = $readers;
} | @param string[] | setReaders | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAccessSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAccessSpec.php | Apache-2.0 |
public function getReaders()
{
return $this->readers;
} | @return string[] | getReaders | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataAccessSpec.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataAccessSpec.php | Apache-2.0 |
public function setCsvOptions(GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions $csvOptions)
{
$this->csvOptions = $csvOptions;
} | @param GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions | setCsvOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function getCsvOptions()
{
return $this->csvOptions;
} | @return GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions | getCsvOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function setExcludePatterns($excludePatterns)
{
$this->excludePatterns = $excludePatterns;
} | @param string[] | setExcludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function getExcludePatterns()
{
return $this->excludePatterns;
} | @return string[] | getExcludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function setIncludePatterns($includePatterns)
{
$this->includePatterns = $includePatterns;
} | @param string[] | setIncludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function getIncludePatterns()
{
return $this->includePatterns;
} | @return string[] | getIncludePatterns | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function setJsonOptions(GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions $jsonOptions)
{
$this->jsonOptions = $jsonOptions;
} | @param GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions | setJsonOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function getJsonOptions()
{
return $this->jsonOptions;
} | @return GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions | getJsonOptions | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataDiscoverySpecStorageConfig.php | Apache-2.0 |
public function setColumn($column)
{
$this->column = $column;
} | @param string | setColumn | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getColumn()
{
return $this->column;
} | @return string | getColumn | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudDataplex/GoogleCloudDataplexV1DataQualityRule.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.