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 setVmPort($vmPort)
{
$this->vmPort = $vmPort;
} | @param int | setVmPort | 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 getVmPort()
{
return $this->vmPort;
} | @return int | getVmPort | 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 setVmSelectionConfig(VmSelectionConfig $vmSelectionConfig)
{
$this->vmSelectionConfig = $vmSelectionConfig;
} | @param VmSelectionConfig | setVmSelectionConfig | 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 getVmSelectionConfig()
{
return $this->vmSelectionConfig;
} | @return VmSelectionConfig | getVmSelectionConfig | 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 setPermissions($permissions)
{
$this->permissions = $permissions;
} | @param string[] | setPermissions | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TestIamPermissionsRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TestIamPermissionsRequest.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return string[] | getPermissions | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TestIamPermissionsRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TestIamPermissionsRequest.php | Apache-2.0 |
public function setDatabase(DatabaseInstanceEntity $database)
{
$this->database = $database;
} | @param DatabaseInstanceEntity | setDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getDatabase()
{
return $this->database;
} | @return DatabaseInstanceEntity | getDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setDatabaseFunction(FunctionEntity $databaseFunction)
{
$this->databaseFunction = $databaseFunction;
} | @param FunctionEntity | setDatabaseFunction | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getDatabaseFunction()
{
return $this->databaseFunction;
} | @return FunctionEntity | getDatabaseFunction | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setDatabasePackage(PackageEntity $databasePackage)
{
$this->databasePackage = $databasePackage;
} | @param PackageEntity | setDatabasePackage | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getDatabasePackage()
{
return $this->databasePackage;
} | @return PackageEntity | getDatabasePackage | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setEntityDdl($entityDdl)
{
$this->entityDdl = $entityDdl;
} | @param EntityDdl[] | setEntityDdl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getEntityDdl()
{
return $this->entityDdl;
} | @return EntityDdl[] | getEntityDdl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setEntityType($entityType)
{
$this->entityType = $entityType;
} | @param string | setEntityType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getEntityType()
{
return $this->entityType;
} | @return string | getEntityType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setIssues($issues)
{
$this->issues = $issues;
} | @param EntityIssue[] | setIssues | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getIssues()
{
return $this->issues;
} | @return EntityIssue[] | getIssues | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setMappings($mappings)
{
$this->mappings = $mappings;
} | @param EntityMapping[] | setMappings | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getMappings()
{
return $this->mappings;
} | @return EntityMapping[] | getMappings | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setMaterializedView(MaterializedViewEntity $materializedView)
{
$this->materializedView = $materializedView;
} | @param MaterializedViewEntity | setMaterializedView | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getMaterializedView()
{
return $this->materializedView;
} | @return MaterializedViewEntity | getMaterializedView | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setParentEntity($parentEntity)
{
$this->parentEntity = $parentEntity;
} | @param string | setParentEntity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getParentEntity()
{
return $this->parentEntity;
} | @return string | getParentEntity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setSchema(SchemaEntity $schema)
{
$this->schema = $schema;
} | @param SchemaEntity | setSchema | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getSchema()
{
return $this->schema;
} | @return SchemaEntity | getSchema | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setSequence(SequenceEntity $sequence)
{
$this->sequence = $sequence;
} | @param SequenceEntity | setSequence | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getSequence()
{
return $this->sequence;
} | @return SequenceEntity | getSequence | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setShortName($shortName)
{
$this->shortName = $shortName;
} | @param string | setShortName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getShortName()
{
return $this->shortName;
} | @return string | getShortName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setStoredProcedure(StoredProcedureEntity $storedProcedure)
{
$this->storedProcedure = $storedProcedure;
} | @param StoredProcedureEntity | setStoredProcedure | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getStoredProcedure()
{
return $this->storedProcedure;
} | @return StoredProcedureEntity | getStoredProcedure | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setSynonym(SynonymEntity $synonym)
{
$this->synonym = $synonym;
} | @param SynonymEntity | setSynonym | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getSynonym()
{
return $this->synonym;
} | @return SynonymEntity | getSynonym | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setTable(TableEntity $table)
{
$this->table = $table;
} | @param TableEntity | setTable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getTable()
{
return $this->table;
} | @return TableEntity | getTable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setTree($tree)
{
$this->tree = $tree;
} | @param string | setTree | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getTree()
{
return $this->tree;
} | @return string | getTree | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setUdt(UDTEntity $udt)
{
$this->udt = $udt;
} | @param UDTEntity | setUdt | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getUdt()
{
return $this->udt;
} | @return UDTEntity | getUdt | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setView(ViewEntity $view)
{
$this->view = $view;
} | @param ViewEntity | setView | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function getView()
{
return $this->view;
} | @return ViewEntity | getView | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/DatabaseEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseEntity.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | Apache-2.0 |
public function setPrivateConnections($privateConnections)
{
$this->privateConnections = $privateConnections;
} | @param PrivateConnection[] | setPrivateConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | Apache-2.0 |
public function getPrivateConnections()
{
return $this->privateConnections;
} | @return PrivateConnection[] | getPrivateConnections | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListPrivateConnectionsResponse.php | Apache-2.0 |
public function setArray($array)
{
$this->array = $array;
} | @param bool | setArray | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getArray()
{
return $this->array;
} | @return bool | getArray | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setArrayLength($arrayLength)
{
$this->arrayLength = $arrayLength;
} | @param int | setArrayLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getArrayLength()
{
return $this->arrayLength;
} | @return int | getArrayLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setAutoGenerated($autoGenerated)
{
$this->autoGenerated = $autoGenerated;
} | @param bool | setAutoGenerated | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getAutoGenerated()
{
return $this->autoGenerated;
} | @return bool | getAutoGenerated | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setCharset($charset)
{
$this->charset = $charset;
} | @param string | setCharset | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getCharset()
{
return $this->charset;
} | @return string | getCharset | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setCollation($collation)
{
$this->collation = $collation;
} | @param string | setCollation | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getCollation()
{
return $this->collation;
} | @return string | getCollation | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setComment($comment)
{
$this->comment = $comment;
} | @param string | setComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getComment()
{
return $this->comment;
} | @return string | getComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setCustomFeatures($customFeatures)
{
$this->customFeatures = $customFeatures;
} | @param array[] | setCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getCustomFeatures()
{
return $this->customFeatures;
} | @return array[] | getCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setDataType($dataType)
{
$this->dataType = $dataType;
} | @param string | setDataType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getDataType()
{
return $this->dataType;
} | @return string | getDataType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setFractionalSecondsPrecision($fractionalSecondsPrecision)
{
$this->fractionalSecondsPrecision = $fractionalSecondsPrecision;
} | @param int | setFractionalSecondsPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getFractionalSecondsPrecision()
{
return $this->fractionalSecondsPrecision;
} | @return int | getFractionalSecondsPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setLength($length)
{
$this->length = $length;
} | @param string | setLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getLength()
{
return $this->length;
} | @return string | getLength | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setNullable($nullable)
{
$this->nullable = $nullable;
} | @param bool | setNullable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getNullable()
{
return $this->nullable;
} | @return bool | getNullable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setPrecision($precision)
{
$this->precision = $precision;
} | @param int | setPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getPrecision()
{
return $this->precision;
} | @return int | getPrecision | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setScale($scale)
{
$this->scale = $scale;
} | @param int | setScale | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getScale()
{
return $this->scale;
} | @return int | getScale | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setSetValues($setValues)
{
$this->setValues = $setValues;
} | @param string[] | setSetValues | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getSetValues()
{
return $this->setValues;
} | @return string[] | getSetValues | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setUdt($udt)
{
$this->udt = $udt;
} | @param bool | setUdt | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function getUdt()
{
return $this->udt;
} | @return bool | getUdt | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SingleColumnChange.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleColumnChange.php | Apache-2.0 |
public function setConnectionProfile($connectionProfile)
{
$this->connectionProfile = $connectionProfile;
} | @param string | setConnectionProfile | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ApplyJobDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyJobDetails.php | Apache-2.0 |
public function getConnectionProfile()
{
return $this->connectionProfile;
} | @return string | getConnectionProfile | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ApplyJobDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyJobDetails.php | Apache-2.0 |
public function setFilter($filter)
{
$this->filter = $filter;
} | @param string | setFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ApplyJobDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyJobDetails.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | @return string | getFilter | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ApplyJobDetails.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyJobDetails.php | Apache-2.0 |
public function setLogFileDirectories(LogFileDirectories $logFileDirectories)
{
$this->logFileDirectories = $logFileDirectories;
} | @param LogFileDirectories | setLogFileDirectories | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BinaryLogParser.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BinaryLogParser.php | Apache-2.0 |
public function getLogFileDirectories()
{
return $this->logFileDirectories;
} | @return LogFileDirectories | getLogFileDirectories | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BinaryLogParser.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BinaryLogParser.php | Apache-2.0 |
public function setOracleAsmLogFileAccess(OracleAsmLogFileAccess $oracleAsmLogFileAccess)
{
$this->oracleAsmLogFileAccess = $oracleAsmLogFileAccess;
} | @param OracleAsmLogFileAccess | setOracleAsmLogFileAccess | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BinaryLogParser.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BinaryLogParser.php | Apache-2.0 |
public function getOracleAsmLogFileAccess()
{
return $this->oracleAsmLogFileAccess;
} | @return OracleAsmLogFileAccess | getOracleAsmLogFileAccess | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/BinaryLogParser.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/BinaryLogParser.php | Apache-2.0 |
public function setAdditionalPublicIp($additionalPublicIp)
{
$this->additionalPublicIp = $additionalPublicIp;
} | @param string | setAdditionalPublicIp | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function getAdditionalPublicIp()
{
return $this->additionalPublicIp;
} | @return string | getAdditionalPublicIp | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function setCloudSqlId($cloudSqlId)
{
$this->cloudSqlId = $cloudSqlId;
} | @param string | setCloudSqlId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function getCloudSqlId()
{
return $this->cloudSqlId;
} | @return string | getCloudSqlId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function setPrivateIp($privateIp)
{
$this->privateIp = $privateIp;
} | @param string | setPrivateIp | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function getPrivateIp()
{
return $this->privateIp;
} | @return string | getPrivateIp | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function setPublicIp($publicIp)
{
$this->publicIp = $publicIp;
} | @param string | setPublicIp | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function getPublicIp()
{
return $this->publicIp;
} | @return string | getPublicIp | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function setSettings(CloudSqlSettings $settings)
{
$this->settings = $settings;
} | @param CloudSqlSettings | setSettings | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function getSettings()
{
return $this->settings;
} | @return CloudSqlSettings | getSettings | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/CloudSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlConnectionProfile.php | Apache-2.0 |
public function setArray($array)
{
$this->array = $array;
} | @param bool | setArray | 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 getArray()
{
return $this->array;
} | @return bool | getArray | 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 setArrayLength($arrayLength)
{
$this->arrayLength = $arrayLength;
} | @param int | setArrayLength | 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 getArrayLength()
{
return $this->arrayLength;
} | @return int | getArrayLength | 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 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.