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 setFilter(MappingRuleFilter $filter)
{
$this->filter = $filter;
} | @param MappingRuleFilter | setFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return MappingRuleFilter | getFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setFilterTableColumns(FilterTableColumns $filterTableColumns)
{
$this->filterTableColumns = $filterTableColumns;
} | @param FilterTableColumns | setFilterTableColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getFilterTableColumns()
{
return $this->filterTableColumns;
} | @return FilterTableColumns | getFilterTableColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setMultiColumnDataTypeChange(MultiColumnDatatypeChange $multiColumnDataTypeChange)
{
$this->multiColumnDataTypeChange = $multiColumnDataTypeChange;
} | @param MultiColumnDatatypeChange | setMultiColumnDataTypeChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getMultiColumnDataTypeChange()
{
return $this->multiColumnDataTypeChange;
} | @return MultiColumnDatatypeChange | getMultiColumnDataTypeChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setMultiEntityRename(MultiEntityRename $multiEntityRename)
{
$this->multiEntityRename = $multiEntityRename;
} | @param MultiEntityRename | setMultiEntityRename | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getMultiEntityRename()
{
return $this->multiEntityRename;
} | @return MultiEntityRename | getMultiEntityRename | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setRevisionCreateTime($revisionCreateTime)
{
$this->revisionCreateTime = $revisionCreateTime;
} | @param string | setRevisionCreateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getRevisionCreateTime()
{
return $this->revisionCreateTime;
} | @return string | getRevisionCreateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setRevisionId($revisionId)
{
$this->revisionId = $revisionId;
} | @param string | setRevisionId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getRevisionId()
{
return $this->revisionId;
} | @return string | getRevisionId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setRuleOrder($ruleOrder)
{
$this->ruleOrder = $ruleOrder;
} | @param string | setRuleOrder | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getRuleOrder()
{
return $this->ruleOrder;
} | @return string | getRuleOrder | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setRuleScope($ruleScope)
{
$this->ruleScope = $ruleScope;
} | @param string | setRuleScope | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getRuleScope()
{
return $this->ruleScope;
} | @return string | getRuleScope | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setSetTablePrimaryKey(SetTablePrimaryKey $setTablePrimaryKey)
{
$this->setTablePrimaryKey = $setTablePrimaryKey;
} | @param SetTablePrimaryKey | setSetTablePrimaryKey | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getSetTablePrimaryKey()
{
return $this->setTablePrimaryKey;
} | @return SetTablePrimaryKey | getSetTablePrimaryKey | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setSingleColumnChange(SingleColumnChange $singleColumnChange)
{
$this->singleColumnChange = $singleColumnChange;
} | @param SingleColumnChange | setSingleColumnChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getSingleColumnChange()
{
return $this->singleColumnChange;
} | @return SingleColumnChange | getSingleColumnChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setSingleEntityRename(SingleEntityRename $singleEntityRename)
{
$this->singleEntityRename = $singleEntityRename;
} | @param SingleEntityRename | setSingleEntityRename | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getSingleEntityRename()
{
return $this->singleEntityRename;
} | @return SingleEntityRename | getSingleEntityRename | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setSinglePackageChange(SinglePackageChange $singlePackageChange)
{
$this->singlePackageChange = $singlePackageChange;
} | @param SinglePackageChange | setSinglePackageChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getSinglePackageChange()
{
return $this->singlePackageChange;
} | @return SinglePackageChange | getSinglePackageChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setSourceSqlChange(SourceSqlChange $sourceSqlChange)
{
$this->sourceSqlChange = $sourceSqlChange;
} | @param SourceSqlChange | setSourceSqlChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getSourceSqlChange()
{
return $this->sourceSqlChange;
} | @return SourceSqlChange | getSourceSqlChange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setObjectsFilter(MigrationJobObjectsConfig $objectsFilter)
{
$this->objectsFilter = $objectsFilter;
} | @param MigrationJobObjectsConfig | setObjectsFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PromoteMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PromoteMigrationJobRequest.php | Apache-2.0 |
public function getObjectsFilter()
{
return $this->objectsFilter;
} | @return MigrationJobObjectsConfig | getObjectsFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PromoteMigrationJobRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PromoteMigrationJobRequest.php | Apache-2.0 |
public function setExcludeColumns($excludeColumns)
{
$this->excludeColumns = $excludeColumns;
} | @param string[] | setExcludeColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/FilterTableColumns.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FilterTableColumns.php | Apache-2.0 |
public function getExcludeColumns()
{
return $this->excludeColumns;
} | @return string[] | getExcludeColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/FilterTableColumns.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FilterTableColumns.php | Apache-2.0 |
public function setIncludeColumns($includeColumns)
{
$this->includeColumns = $includeColumns;
} | @param string[] | setIncludeColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/FilterTableColumns.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FilterTableColumns.php | Apache-2.0 |
public function getIncludeColumns()
{
return $this->includeColumns;
} | @return string[] | getIncludeColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/FilterTableColumns.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FilterTableColumns.php | Apache-2.0 |
public function setAutoCommit($autoCommit)
{
$this->autoCommit = $autoCommit;
} | @param bool | setAutoCommit | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | Apache-2.0 |
public function getAutoCommit()
{
return $this->autoCommit;
} | @return bool | getAutoCommit | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | Apache-2.0 |
public function setDestinationConnectionProfile($destinationConnectionProfile)
{
$this->destinationConnectionProfile = $destinationConnectionProfile;
} | @param string | setDestinationConnectionProfile | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | Apache-2.0 |
public function getDestinationConnectionProfile()
{
return $this->destinationConnectionProfile;
} | @return string | getDestinationConnectionProfile | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | Apache-2.0 |
public function setSourceConnectionProfile($sourceConnectionProfile)
{
$this->sourceConnectionProfile = $sourceConnectionProfile;
} | @param string | setSourceConnectionProfile | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | Apache-2.0 |
public function getSourceConnectionProfile()
{
return $this->sourceConnectionProfile;
} | @return string | getSourceConnectionProfile | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SeedConversionWorkspaceRequest.php | Apache-2.0 |
public function setValue($value)
{
$this->value = $value;
} | @param string | setValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IntComparisonFilter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IntComparisonFilter.php | Apache-2.0 |
public function getValue()
{
return $this->value;
} | @return string | getValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IntComparisonFilter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IntComparisonFilter.php | Apache-2.0 |
public function setValueComparison($valueComparison)
{
$this->valueComparison = $valueComparison;
} | @param string | setValueComparison | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IntComparisonFilter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IntComparisonFilter.php | Apache-2.0 |
public function getValueComparison()
{
return $this->valueComparison;
} | @return string | getValueComparison | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/IntComparisonFilter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/IntComparisonFilter.php | Apache-2.0 |
public function setCmekKeyName($cmekKeyName)
{
$this->cmekKeyName = $cmekKeyName;
} | @param string | setCmekKeyName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getCmekKeyName()
{
return $this->cmekKeyName;
} | @return string | getCmekKeyName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setConversionWorkspace(ConversionWorkspaceInfo $conversionWorkspace)
{
$this->conversionWorkspace = $conversionWorkspace;
} | @param ConversionWorkspaceInfo | setConversionWorkspace | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getConversionWorkspace()
{
return $this->conversionWorkspace;
} | @return ConversionWorkspaceInfo | getConversionWorkspace | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setDestination($destination)
{
$this->destination = $destination;
} | @param string | setDestination | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getDestination()
{
return $this->destination;
} | @return string | getDestination | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setDestinationDatabase(DatabaseType $destinationDatabase)
{
$this->destinationDatabase = $destinationDatabase;
} | @param DatabaseType | setDestinationDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getDestinationDatabase()
{
return $this->destinationDatabase;
} | @return DatabaseType | getDestinationDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setDumpFlags(DumpFlags $dumpFlags)
{
$this->dumpFlags = $dumpFlags;
} | @param DumpFlags | setDumpFlags | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getDumpFlags()
{
return $this->dumpFlags;
} | @return DumpFlags | getDumpFlags | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setDumpPath($dumpPath)
{
$this->dumpPath = $dumpPath;
} | @param string | setDumpPath | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getDumpPath()
{
return $this->dumpPath;
} | @return string | getDumpPath | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setDumpType($dumpType)
{
$this->dumpType = $dumpType;
} | @param string | setDumpType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getDumpType()
{
return $this->dumpType;
} | @return string | getDumpType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setDuration($duration)
{
$this->duration = $duration;
} | @param string | setDuration | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getDuration()
{
return $this->duration;
} | @return string | getDuration | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setEndTime($endTime)
{
$this->endTime = $endTime;
} | @param string | setEndTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getEndTime()
{
return $this->endTime;
} | @return string | getEndTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setError(Status $error)
{
$this->error = $error;
} | @param Status | setError | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return Status | getError | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setObjectsConfig(MigrationJobObjectsConfig $objectsConfig)
{
$this->objectsConfig = $objectsConfig;
} | @param MigrationJobObjectsConfig | setObjectsConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getObjectsConfig()
{
return $this->objectsConfig;
} | @return MigrationJobObjectsConfig | getObjectsConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setOracleToPostgresConfig(OracleToPostgresConfig $oracleToPostgresConfig)
{
$this->oracleToPostgresConfig = $oracleToPostgresConfig;
} | @param OracleToPostgresConfig | setOracleToPostgresConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getOracleToPostgresConfig()
{
return $this->oracleToPostgresConfig;
} | @return OracleToPostgresConfig | getOracleToPostgresConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setPerformanceConfig(PerformanceConfig $performanceConfig)
{
$this->performanceConfig = $performanceConfig;
} | @param PerformanceConfig | setPerformanceConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getPerformanceConfig()
{
return $this->performanceConfig;
} | @return PerformanceConfig | getPerformanceConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setPhase($phase)
{
$this->phase = $phase;
} | @param string | setPhase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getPhase()
{
return $this->phase;
} | @return string | getPhase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setReverseSshConnectivity(ReverseSshConnectivity $reverseSshConnectivity)
{
$this->reverseSshConnectivity = $reverseSshConnectivity;
} | @param ReverseSshConnectivity | setReverseSshConnectivity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getReverseSshConnectivity()
{
return $this->reverseSshConnectivity;
} | @return ReverseSshConnectivity | getReverseSshConnectivity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setSatisfiesPzi($satisfiesPzi)
{
$this->satisfiesPzi = $satisfiesPzi;
} | @param bool | setSatisfiesPzi | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getSatisfiesPzi()
{
return $this->satisfiesPzi;
} | @return bool | getSatisfiesPzi | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setSatisfiesPzs($satisfiesPzs)
{
$this->satisfiesPzs = $satisfiesPzs;
} | @param bool | setSatisfiesPzs | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getSatisfiesPzs()
{
return $this->satisfiesPzs;
} | @return bool | getSatisfiesPzs | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setSource($source)
{
$this->source = $source;
} | @param string | setSource | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getSource()
{
return $this->source;
} | @return string | getSource | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setSourceDatabase(DatabaseType $sourceDatabase)
{
$this->sourceDatabase = $sourceDatabase;
} | @param DatabaseType | setSourceDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getSourceDatabase()
{
return $this->sourceDatabase;
} | @return DatabaseType | getSourceDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setSqlserverHomogeneousMigrationJobConfig(SqlServerHomogeneousMigrationJobConfig $sqlserverHomogeneousMigrationJobConfig)
{
$this->sqlserverHomogeneousMigrationJobConfig = $sqlserverHomogeneousMigrationJobConfig;
} | @param SqlServerHomogeneousMigrationJobConfig | setSqlserverHomogeneousMigrationJobConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getSqlserverHomogeneousMigrationJobConfig()
{
return $this->sqlserverHomogeneousMigrationJobConfig;
} | @return SqlServerHomogeneousMigrationJobConfig | getSqlserverHomogeneousMigrationJobConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setSqlserverToPostgresConfig(SqlServerToPostgresConfig $sqlserverToPostgresConfig)
{
$this->sqlserverToPostgresConfig = $sqlserverToPostgresConfig;
} | @param SqlServerToPostgresConfig | setSqlserverToPostgresConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getSqlserverToPostgresConfig()
{
return $this->sqlserverToPostgresConfig;
} | @return SqlServerToPostgresConfig | getSqlserverToPostgresConfig | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MigrationJob.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJob.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.