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 setAutoGenerated($autoGenerated)
{
$this->autoGenerated = $autoGenerated;
} | @param bool | setAutoGenerated | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getAutoGenerated()
{
return $this->autoGenerated;
} | @return bool | getAutoGenerated | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setCharset($charset)
{
$this->charset = $charset;
} | @param string | setCharset | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getCharset()
{
return $this->charset;
} | @return string | getCharset | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setCollation($collation)
{
$this->collation = $collation;
} | @param string | setCollation | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getCollation()
{
return $this->collation;
} | @return string | getCollation | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setComment($comment)
{
$this->comment = $comment;
} | @param string | setComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getComment()
{
return $this->comment;
} | @return string | getComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setComputed($computed)
{
$this->computed = $computed;
} | @param bool | setComputed | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getComputed()
{
return $this->computed;
} | @return bool | getComputed | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setCustomFeatures($customFeatures)
{
$this->customFeatures = $customFeatures;
} | @param array[] | setCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getCustomFeatures()
{
return $this->customFeatures;
} | @return array[] | getCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setDataType($dataType)
{
$this->dataType = $dataType;
} | @param string | setDataType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getDataType()
{
return $this->dataType;
} | @return string | getDataType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setDefaultValue($defaultValue)
{
$this->defaultValue = $defaultValue;
} | @param string | setDefaultValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getDefaultValue()
{
return $this->defaultValue;
} | @return string | getDefaultValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setFractionalSecondsPrecision($fractionalSecondsPrecision)
{
$this->fractionalSecondsPrecision = $fractionalSecondsPrecision;
} | @param int | setFractionalSecondsPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getFractionalSecondsPrecision()
{
return $this->fractionalSecondsPrecision;
} | @return int | getFractionalSecondsPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setLength($length)
{
$this->length = $length;
} | @param string | setLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getLength()
{
return $this->length;
} | @return string | getLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setNullable($nullable)
{
$this->nullable = $nullable;
} | @param bool | setNullable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getNullable()
{
return $this->nullable;
} | @return bool | getNullable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setOrdinalPosition($ordinalPosition)
{
$this->ordinalPosition = $ordinalPosition;
} | @param int | setOrdinalPosition | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getOrdinalPosition()
{
return $this->ordinalPosition;
} | @return int | getOrdinalPosition | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setPrecision($precision)
{
$this->precision = $precision;
} | @param int | setPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getPrecision()
{
return $this->precision;
} | @return int | getPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setScale($scale)
{
$this->scale = $scale;
} | @param int | setScale | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getScale()
{
return $this->scale;
} | @return int | getScale | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setSetValues($setValues)
{
$this->setValues = $setValues;
} | @param string[] | setSetValues | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getSetValues()
{
return $this->setValues;
} | @return string[] | getSetValues | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setUdt($udt)
{
$this->udt = $udt;
} | @param bool | setUdt | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function getUdt()
{
return $this->udt;
} | @return bool | getUdt | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ColumnEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ColumnEntity.php | Apache-2.0 |
public function setObjectsFilter(MigrationJobObjectsConfig $objectsFilter)
{
$this->objectsFilter = $objectsFilter;
} | @param MigrationJobObjectsConfig | setObjectsFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/RestartMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RestartMigrationJobRequest.php | Apache-2.0 |
public function getObjectsFilter()
{
return $this->objectsFilter;
} | @return MigrationJobObjectsConfig | getObjectsFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/RestartMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RestartMigrationJobRequest.php | Apache-2.0 |
public function setRestartFailedObjects($restartFailedObjects)
{
$this->restartFailedObjects = $restartFailedObjects;
} | @param bool | setRestartFailedObjects | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/RestartMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RestartMigrationJobRequest.php | Apache-2.0 |
public function getRestartFailedObjects()
{
return $this->restartFailedObjects;
} | @return bool | getRestartFailedObjects | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/RestartMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RestartMigrationJobRequest.php | Apache-2.0 |
public function setSkipValidation($skipValidation)
{
$this->skipValidation = $skipValidation;
} | @param bool | setSkipValidation | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/RestartMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RestartMigrationJobRequest.php | Apache-2.0 |
public function getSkipValidation()
{
return $this->skipValidation;
} | @return bool | getSkipValidation | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/RestartMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RestartMigrationJobRequest.php | Apache-2.0 |
public function setVmMachineType($vmMachineType)
{
$this->vmMachineType = $vmMachineType;
} | @param string | setVmMachineType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function getVmMachineType()
{
return $this->vmMachineType;
} | @return string | getVmMachineType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function setVmName($vmName)
{
$this->vmName = $vmName;
} | @param string | setVmName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function getVmName()
{
return $this->vmName;
} | @return string | getVmName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function setVmSubnet($vmSubnet)
{
$this->vmSubnet = $vmSubnet;
} | @param string | setVmSubnet | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function getVmSubnet()
{
return $this->vmSubnet;
} | @return string | getVmSubnet | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function setVmZone($vmZone)
{
$this->vmZone = $vmZone;
} | @param string | setVmZone | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function getVmZone()
{
return $this->vmZone;
} | @return string | getVmZone | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GenerateTcpProxyScriptRequest.php | Apache-2.0 |
public function setBackupFilePattern($backupFilePattern)
{
$this->backupFilePattern = $backupFilePattern;
} | @param string | setBackupFilePattern | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function getBackupFilePattern()
{
return $this->backupFilePattern;
} | @return string | getBackupFilePattern | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function setDatabaseBackups($databaseBackups)
{
$this->databaseBackups = $databaseBackups;
} | @param SqlServerDatabaseBackup[] | setDatabaseBackups | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function getDatabaseBackups()
{
return $this->databaseBackups;
} | @return SqlServerDatabaseBackup[] | getDatabaseBackups | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function setPromoteWhenReady($promoteWhenReady)
{
$this->promoteWhenReady = $promoteWhenReady;
} | @param bool | setPromoteWhenReady | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function getPromoteWhenReady()
{
return $this->promoteWhenReady;
} | @return bool | getPromoteWhenReady | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function setUseDiffBackup($useDiffBackup)
{
$this->useDiffBackup = $useDiffBackup;
} | @param bool | setUseDiffBackup | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function getUseDiffBackup()
{
return $this->useDiffBackup;
} | @return bool | getUseDiffBackup | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerHomogeneousMigrationJobConfig.php | Apache-2.0 |
public function setCustomFeatures($customFeatures)
{
$this->customFeatures = $customFeatures;
} | @param array[] | setCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/StoredProcedureEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/StoredProcedureEntity.php | Apache-2.0 |
public function getCustomFeatures()
{
return $this->customFeatures;
} | @return array[] | getCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/StoredProcedureEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/StoredProcedureEntity.php | Apache-2.0 |
public function setSqlCode($sqlCode)
{
$this->sqlCode = $sqlCode;
} | @param string | setSqlCode | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/StoredProcedureEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/StoredProcedureEntity.php | Apache-2.0 |
public function getSqlCode()
{
return $this->sqlCode;
} | @return string | getSqlCode | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/StoredProcedureEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/StoredProcedureEntity.php | Apache-2.0 |
public function setCache($cache)
{
$this->cache = $cache;
} | @param string | setCache | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function getCache()
{
return $this->cache;
} | @return string | getCache | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function setCustomFeatures($customFeatures)
{
$this->customFeatures = $customFeatures;
} | @param array[] | setCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function getCustomFeatures()
{
return $this->customFeatures;
} | @return array[] | getCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function setCycle($cycle)
{
$this->cycle = $cycle;
} | @param bool | setCycle | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function getCycle()
{
return $this->cycle;
} | @return bool | getCycle | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function setIncrement($increment)
{
$this->increment = $increment;
} | @param string | setIncrement | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function getIncrement()
{
return $this->increment;
} | @return string | getIncrement | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function setMaxValue($maxValue)
{
$this->maxValue = $maxValue;
} | @param string | setMaxValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function getMaxValue()
{
return $this->maxValue;
} | @return string | getMaxValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function setMinValue($minValue)
{
$this->minValue = $minValue;
} | @param string | setMinValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function getMinValue()
{
return $this->minValue;
} | @return string | getMinValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function setStartValue($startValue)
{
$this->startValue = $startValue;
} | @param string | setStartValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function getStartValue()
{
return $this->startValue;
} | @return string | getStartValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SequenceEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SequenceEntity.php | Apache-2.0 |
public function setBinaryLogParser(BinaryLogParser $binaryLogParser)
{
$this->binaryLogParser = $binaryLogParser;
} | @param BinaryLogParser | setBinaryLogParser | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function getBinaryLogParser()
{
return $this->binaryLogParser;
} | @return BinaryLogParser | getBinaryLogParser | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function setCdcStartPosition($cdcStartPosition)
{
$this->cdcStartPosition = $cdcStartPosition;
} | @param string | setCdcStartPosition | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function getCdcStartPosition()
{
return $this->cdcStartPosition;
} | @return string | getCdcStartPosition | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function setLogMiner(LogMiner $logMiner)
{
$this->logMiner = $logMiner;
} | @param LogMiner | setLogMiner | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function getLogMiner()
{
return $this->logMiner;
} | @return LogMiner | getLogMiner | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function setMaxConcurrentCdcConnections($maxConcurrentCdcConnections)
{
$this->maxConcurrentCdcConnections = $maxConcurrentCdcConnections;
} | @param int | setMaxConcurrentCdcConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function getMaxConcurrentCdcConnections()
{
return $this->maxConcurrentCdcConnections;
} | @return int | getMaxConcurrentCdcConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function setMaxConcurrentFullDumpConnections($maxConcurrentFullDumpConnections)
{
$this->maxConcurrentFullDumpConnections = $maxConcurrentFullDumpConnections;
} | @param int | setMaxConcurrentFullDumpConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function getMaxConcurrentFullDumpConnections()
{
return $this->maxConcurrentFullDumpConnections;
} | @return int | getMaxConcurrentFullDumpConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function setSkipFullDump($skipFullDump)
{
$this->skipFullDump = $skipFullDump;
} | @param bool | setSkipFullDump | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function getSkipFullDump()
{
return $this->skipFullDump;
} | @return bool | getSkipFullDump | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/OracleSourceConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleSourceConfig.php | Apache-2.0 |
public function setSourceObjectsConfig(SourceObjectsConfig $sourceObjectsConfig)
{
$this->sourceObjectsConfig = $sourceObjectsConfig;
} | @param SourceObjectsConfig | setSourceObjectsConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObjectsConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObjectsConfig.php | Apache-2.0 |
public function getSourceObjectsConfig()
{
return $this->sourceObjectsConfig;
} | @return SourceObjectsConfig | getSourceObjectsConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJobObjectsConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobObjectsConfig.php | Apache-2.0 |
public function setCustomFeatures($customFeatures)
{
$this->customFeatures = $customFeatures;
} | @param array[] | setCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function getCustomFeatures()
{
return $this->customFeatures;
} | @return array[] | getCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function setTableColumns($tableColumns)
{
$this->tableColumns = $tableColumns;
} | @param string[] | setTableColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function getTableColumns()
{
return $this->tableColumns;
} | @return string[] | getTableColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function setTableColumnsDescending($tableColumnsDescending)
{
$this->tableColumnsDescending = $tableColumnsDescending;
} | @param bool[] | setTableColumnsDescending | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function getTableColumnsDescending()
{
return $this->tableColumnsDescending;
} | @return bool[] | getTableColumnsDescending | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function setType($type)
{
$this->type = $type;
} | @param string | setType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function getType()
{
return $this->type;
} | @return string | getType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function setUnique($unique)
{
$this->unique = $unique;
} | @param bool | setUnique | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.php | Apache-2.0 |
public function getUnique()
{
return $this->unique;
} | @return bool | getUnique | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IndexEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IndexEntity.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.