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 setVmZone($vmZone)
{
$this->vmZone = $vmZone;
} | @param string | setVmZone | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/VmCreationConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VmCreationConfig.php | Apache-2.0 |
public function getVmZone()
{
return $this->vmZone;
} | @return string | getVmZone | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/VmCreationConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VmCreationConfig.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function setError(Status $error)
{
$this->error = $error;
} | @param Status | setError | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return Status | getError | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function setPhase($phase)
{
$this->phase = $phase;
} | @param string | setPhase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function getPhase()
{
return $this->phase;
} | @return string | getPhase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function setSourceObject(SourceObjectIdentifier $sourceObject)
{
$this->sourceObject = $sourceObject;
} | @param SourceObjectIdentifier | setSourceObject | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function getSourceObject()
{
return $this->sourceObject;
} | @return SourceObjectIdentifier | getSourceObject | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObject.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObject.php | Apache-2.0 |
public function setCpuCount($cpuCount)
{
$this->cpuCount = $cpuCount;
} | @param int | setCpuCount | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MachineConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MachineConfig.php | Apache-2.0 |
public function getCpuCount()
{
return $this->cpuCount;
} | @return int | getCpuCount | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MachineConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MachineConfig.php | Apache-2.0 |
public function setMachineType($machineType)
{
$this->machineType = $machineType;
} | @param string | setMachineType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MachineConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MachineConfig.php | Apache-2.0 |
public function getMachineType()
{
return $this->machineType;
} | @return string | getMachineType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MachineConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MachineConfig.php | Apache-2.0 |
public function setServiceAttachment($serviceAttachment)
{
$this->serviceAttachment = $serviceAttachment;
} | @param string | setServiceAttachment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PrivateServiceConnectConnectivity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateServiceConnectConnectivity.php | Apache-2.0 |
public function getServiceAttachment()
{
return $this->serviceAttachment;
} | @return string | getServiceAttachment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PrivateServiceConnectConnectivity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateServiceConnectConnectivity.php | Apache-2.0 |
public function setDraftEntity($draftEntity)
{
$this->draftEntity = $draftEntity;
} | @param string | setDraftEntity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function getDraftEntity()
{
return $this->draftEntity;
} | @return string | getDraftEntity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function setDraftType($draftType)
{
$this->draftType = $draftType;
} | @param string | setDraftType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function getDraftType()
{
return $this->draftType;
} | @return string | getDraftType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function setMappingLog($mappingLog)
{
$this->mappingLog = $mappingLog;
} | @param EntityMappingLogEntry[] | setMappingLog | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function getMappingLog()
{
return $this->mappingLog;
} | @return EntityMappingLogEntry[] | getMappingLog | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function setSourceEntity($sourceEntity)
{
$this->sourceEntity = $sourceEntity;
} | @param string | setSourceEntity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function getSourceEntity()
{
return $this->sourceEntity;
} | @return string | getSourceEntity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function setSourceType($sourceType)
{
$this->sourceType = $sourceType;
} | @param string | setSourceType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function getSourceType()
{
return $this->sourceType;
} | @return string | getSourceType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/EntityMapping.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMapping.php | Apache-2.0 |
public function setCdcStartPosition($cdcStartPosition)
{
$this->cdcStartPosition = $cdcStartPosition;
} | @param string | setCdcStartPosition | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function getCdcStartPosition()
{
return $this->cdcStartPosition;
} | @return string | getCdcStartPosition | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function setMaxConcurrentCdcConnections($maxConcurrentCdcConnections)
{
$this->maxConcurrentCdcConnections = $maxConcurrentCdcConnections;
} | @param int | setMaxConcurrentCdcConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function getMaxConcurrentCdcConnections()
{
return $this->maxConcurrentCdcConnections;
} | @return int | getMaxConcurrentCdcConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function setMaxConcurrentFullDumpConnections($maxConcurrentFullDumpConnections)
{
$this->maxConcurrentFullDumpConnections = $maxConcurrentFullDumpConnections;
} | @param int | setMaxConcurrentFullDumpConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function getMaxConcurrentFullDumpConnections()
{
return $this->maxConcurrentFullDumpConnections;
} | @return int | getMaxConcurrentFullDumpConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function setSkipFullDump($skipFullDump)
{
$this->skipFullDump = $skipFullDump;
} | @param bool | setSkipFullDump | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function getSkipFullDump()
{
return $this->skipFullDump;
} | @return bool | getSkipFullDump | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerSourceConfig.php | Apache-2.0 |
public function setEngine($engine)
{
$this->engine = $engine;
} | @param string | setEngine | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseType.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseType.php | Apache-2.0 |
public function getEngine()
{
return $this->engine;
} | @return string | getEngine | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseType.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseType.php | Apache-2.0 |
public function setProvider($provider)
{
$this->provider = $provider;
} | @param string | setProvider | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseType.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseType.php | Apache-2.0 |
public function getProvider()
{
return $this->provider;
} | @return string | getProvider | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseType.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseType.php | Apache-2.0 |
public function setApplyJobDetails(ApplyJobDetails $applyJobDetails)
{
$this->applyJobDetails = $applyJobDetails;
} | @param ApplyJobDetails | setApplyJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getApplyJobDetails()
{
return $this->applyJobDetails;
} | @return ApplyJobDetails | getApplyJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setCompletionComment($completionComment)
{
$this->completionComment = $completionComment;
} | @param string | setCompletionComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getCompletionComment()
{
return $this->completionComment;
} | @return string | getCompletionComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setCompletionState($completionState)
{
$this->completionState = $completionState;
} | @param string | setCompletionState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getCompletionState()
{
return $this->completionState;
} | @return string | getCompletionState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setConvertJobDetails(ConvertJobDetails $convertJobDetails)
{
$this->convertJobDetails = $convertJobDetails;
} | @param ConvertJobDetails | setConvertJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getConvertJobDetails()
{
return $this->convertJobDetails;
} | @return ConvertJobDetails | getConvertJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setFinishTime($finishTime)
{
$this->finishTime = $finishTime;
} | @param string | setFinishTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getFinishTime()
{
return $this->finishTime;
} | @return string | getFinishTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setId($id)
{
$this->id = $id;
} | @param string | setId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | @return string | getId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setImportRulesJobDetails(ImportRulesJobDetails $importRulesJobDetails)
{
$this->importRulesJobDetails = $importRulesJobDetails;
} | @param ImportRulesJobDetails | setImportRulesJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getImportRulesJobDetails()
{
return $this->importRulesJobDetails;
} | @return ImportRulesJobDetails | getImportRulesJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setJobType($jobType)
{
$this->jobType = $jobType;
} | @param string | setJobType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getJobType()
{
return $this->jobType;
} | @return string | getJobType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setRequestAutocommit($requestAutocommit)
{
$this->requestAutocommit = $requestAutocommit;
} | @param bool | setRequestAutocommit | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getRequestAutocommit()
{
return $this->requestAutocommit;
} | @return bool | getRequestAutocommit | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setSeedJobDetails(SeedJobDetails $seedJobDetails)
{
$this->seedJobDetails = $seedJobDetails;
} | @param SeedJobDetails | setSeedJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getSeedJobDetails()
{
return $this->seedJobDetails;
} | @return SeedJobDetails | getSeedJobDetails | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setStartTime($startTime)
{
$this->startTime = $startTime;
} | @param string | setStartTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function getStartTime()
{
return $this->startTime;
} | @return string | getStartTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BackgroundJobLogEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BackgroundJobLogEntry.php | Apache-2.0 |
public function setCustomFeatures($customFeatures)
{
$this->customFeatures = $customFeatures;
} | @param array[] | setCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getCustomFeatures()
{
return $this->customFeatures;
} | @return array[] | getCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setNewDataType($newDataType)
{
$this->newDataType = $newDataType;
} | @param string | setNewDataType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getNewDataType()
{
return $this->newDataType;
} | @return string | getNewDataType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setOverrideFractionalSecondsPrecision($overrideFractionalSecondsPrecision)
{
$this->overrideFractionalSecondsPrecision = $overrideFractionalSecondsPrecision;
} | @param int | setOverrideFractionalSecondsPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getOverrideFractionalSecondsPrecision()
{
return $this->overrideFractionalSecondsPrecision;
} | @return int | getOverrideFractionalSecondsPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setOverrideLength($overrideLength)
{
$this->overrideLength = $overrideLength;
} | @param string | setOverrideLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getOverrideLength()
{
return $this->overrideLength;
} | @return string | getOverrideLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setOverridePrecision($overridePrecision)
{
$this->overridePrecision = $overridePrecision;
} | @param int | setOverridePrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getOverridePrecision()
{
return $this->overridePrecision;
} | @return int | getOverridePrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setOverrideScale($overrideScale)
{
$this->overrideScale = $overrideScale;
} | @param int | setOverrideScale | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getOverrideScale()
{
return $this->overrideScale;
} | @return int | getOverrideScale | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setSourceDataTypeFilter($sourceDataTypeFilter)
{
$this->sourceDataTypeFilter = $sourceDataTypeFilter;
} | @param string | setSourceDataTypeFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getSourceDataTypeFilter()
{
return $this->sourceDataTypeFilter;
} | @return string | getSourceDataTypeFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setSourceNumericFilter(SourceNumericFilter $sourceNumericFilter)
{
$this->sourceNumericFilter = $sourceNumericFilter;
} | @param SourceNumericFilter | setSourceNumericFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getSourceNumericFilter()
{
return $this->sourceNumericFilter;
} | @return SourceNumericFilter | getSourceNumericFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setSourceTextFilter(SourceTextFilter $sourceTextFilter)
{
$this->sourceTextFilter = $sourceTextFilter;
} | @param SourceTextFilter | setSourceTextFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function getSourceTextFilter()
{
return $this->sourceTextFilter;
} | @return SourceTextFilter | getSourceTextFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MultiColumnDatatypeChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiColumnDatatypeChange.php | Apache-2.0 |
public function setDatabase($database)
{
$this->database = $database;
} | @param string | setDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerDatabaseBackup.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerDatabaseBackup.php | Apache-2.0 |
public function getDatabase()
{
return $this->database;
} | @return string | getDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerDatabaseBackup.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerDatabaseBackup.php | Apache-2.0 |
public function setEncryptionOptions(SqlServerEncryptionOptions $encryptionOptions)
{
$this->encryptionOptions = $encryptionOptions;
} | @param SqlServerEncryptionOptions | setEncryptionOptions | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerDatabaseBackup.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerDatabaseBackup.php | Apache-2.0 |
public function getEncryptionOptions()
{
return $this->encryptionOptions;
} | @return SqlServerEncryptionOptions | getEncryptionOptions | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerDatabaseBackup.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerDatabaseBackup.php | Apache-2.0 |
public function setPostgresDestinationConfig(PostgresDestinationConfig $postgresDestinationConfig)
{
$this->postgresDestinationConfig = $postgresDestinationConfig;
} | @param PostgresDestinationConfig | setPostgresDestinationConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerToPostgresConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerToPostgresConfig.php | Apache-2.0 |
public function getPostgresDestinationConfig()
{
return $this->postgresDestinationConfig;
} | @return PostgresDestinationConfig | getPostgresDestinationConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerToPostgresConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerToPostgresConfig.php | Apache-2.0 |
public function setSqlserverSourceConfig(SqlServerSourceConfig $sqlserverSourceConfig)
{
$this->sqlserverSourceConfig = $sqlserverSourceConfig;
} | @param SqlServerSourceConfig | setSqlserverSourceConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerToPostgresConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerToPostgresConfig.php | Apache-2.0 |
public function getSqlserverSourceConfig()
{
return $this->sqlserverSourceConfig;
} | @return SqlServerSourceConfig | getSqlserverSourceConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerToPostgresConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerToPostgresConfig.php | Apache-2.0 |
public function setSubnet($subnet)
{
$this->subnet = $subnet;
} | @param string | setSubnet | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/VpcPeeringConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VpcPeeringConfig.php | Apache-2.0 |
public function getSubnet()
{
return $this->subnet;
} | @return string | getSubnet | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/VpcPeeringConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VpcPeeringConfig.php | Apache-2.0 |
public function setVpcName($vpcName)
{
$this->vpcName = $vpcName;
} | @param string | setVpcName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/VpcPeeringConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VpcPeeringConfig.php | Apache-2.0 |
public function getVpcName()
{
return $this->vpcName;
} | @return string | getVpcName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/VpcPeeringConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VpcPeeringConfig.php | Apache-2.0 |
public function setVm($vm)
{
$this->vm = $vm;
} | @param string | setVm | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateSshScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateSshScriptRequest.php | Apache-2.0 |
public function getVm()
{
return $this->vm;
} | @return string | getVm | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateSshScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateSshScriptRequest.php | Apache-2.0 |
public function setVmCreationConfig(VmCreationConfig $vmCreationConfig)
{
$this->vmCreationConfig = $vmCreationConfig;
} | @param VmCreationConfig | setVmCreationConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateSshScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateSshScriptRequest.php | Apache-2.0 |
public function getVmCreationConfig()
{
return $this->vmCreationConfig;
} | @return VmCreationConfig | getVmCreationConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateSshScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateSshScriptRequest.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.