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 setRulesContent($rulesContent) { $this->rulesContent = $rulesContent; }
@param string
setRulesContent
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/RulesFile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RulesFile.php
Apache-2.0
public function getRulesContent() { return $this->rulesContent; }
@return string
getRulesContent
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/RulesFile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RulesFile.php
Apache-2.0
public function setRulesSourceFilename($rulesSourceFilename) { $this->rulesSourceFilename = $rulesSourceFilename; }
@param string
setRulesSourceFilename
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/RulesFile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RulesFile.php
Apache-2.0
public function getRulesSourceFilename() { return $this->rulesSourceFilename; }
@return string
getRulesSourceFilename
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/RulesFile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RulesFile.php
Apache-2.0
public function setAsmService($asmService) { $this->asmService = $asmService; }
@param string
setAsmService
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function getAsmService() { return $this->asmService; }
@return string
getAsmService
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function setHostname($hostname) { $this->hostname = $hostname; }
@param string
setHostname
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function getHostname() { return $this->hostname; }
@return string
getHostname
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function setPassword($password) { $this->password = $password; }
@param string
setPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function getPassword() { return $this->password; }
@return string
getPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function setPasswordSet($passwordSet) { $this->passwordSet = $passwordSet; }
@param bool
setPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function getPasswordSet() { return $this->passwordSet; }
@return bool
getPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function setPort($port) { $this->port = $port; }
@param int
setPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function getPort() { return $this->port; }
@return int
getPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function setSsl(SslConfig $ssl) { $this->ssl = $ssl; }
@param SslConfig
setSsl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function getSsl() { return $this->ssl; }
@return SslConfig
getSsl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function setUsername($username) { $this->username = $username; }
@param string
setUsername
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function getUsername() { return $this->username; }
@return string
getUsername
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleAsmConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleAsmConfig.php
Apache-2.0
public function setDatabaseFlags($databaseFlags) { $this->databaseFlags = $databaseFlags; }
@param string[]
setDatabaseFlags
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function getDatabaseFlags() { return $this->databaseFlags; }
@return string[]
getDatabaseFlags
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function setId($id) { $this->id = $id; }
@param string
setId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function getId() { return $this->id; }
@return string
getId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function setInstanceNetworkConfig(InstanceNetworkConfig $instanceNetworkConfig) { $this->instanceNetworkConfig = $instanceNetworkConfig; }
@param InstanceNetworkConfig
setInstanceNetworkConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function getInstanceNetworkConfig() { return $this->instanceNetworkConfig; }
@return InstanceNetworkConfig
getInstanceNetworkConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function setLabels($labels) { $this->labels = $labels; }
@param string[]
setLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function getLabels() { return $this->labels; }
@return string[]
getLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function setMachineConfig(MachineConfig $machineConfig) { $this->machineConfig = $machineConfig; }
@param MachineConfig
setMachineConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function getMachineConfig() { return $this->machineConfig; }
@return MachineConfig
getMachineConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function setOutboundPublicIpAddresses($outboundPublicIpAddresses) { $this->outboundPublicIpAddresses = $outboundPublicIpAddresses; }
@param string[]
setOutboundPublicIpAddresses
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function getOutboundPublicIpAddresses() { return $this->outboundPublicIpAddresses; }
@return string[]
getOutboundPublicIpAddresses
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function setPrivateIp($privateIp) { $this->privateIp = $privateIp; }
@param string
setPrivateIp
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function getPrivateIp() { return $this->privateIp; }
@return string
getPrivateIp
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrimaryInstanceSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrimaryInstanceSettings.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DatabaseInstanceEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseInstanceEntity.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DatabaseInstanceEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DatabaseInstanceEntity.php
Apache-2.0
public function setCommitId($commitId) { $this->commitId = $commitId; }
@param string
setCommitId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConversionWorkspaceInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConversionWorkspaceInfo.php
Apache-2.0
public function getCommitId() { return $this->commitId; }
@return string
getCommitId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConversionWorkspaceInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConversionWorkspaceInfo.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConversionWorkspaceInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConversionWorkspaceInfo.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConversionWorkspaceInfo.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConversionWorkspaceInfo.php
Apache-2.0
public function setOnlyIfNoPrimaryKey($onlyIfNoPrimaryKey) { $this->onlyIfNoPrimaryKey = $onlyIfNoPrimaryKey; }
@param bool
setOnlyIfNoPrimaryKey
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConvertRowIdToColumn.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConvertRowIdToColumn.php
Apache-2.0
public function getOnlyIfNoPrimaryKey() { return $this->onlyIfNoPrimaryKey; }
@return bool
getOnlyIfNoPrimaryKey
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConvertRowIdToColumn.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConvertRowIdToColumn.php
Apache-2.0
public function setCertPath($certPath) { $this->certPath = $certPath; }
@param string
setCertPath
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SqlServerEncryptionOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerEncryptionOptions.php
Apache-2.0
public function getCertPath() { return $this->certPath; }
@return string
getCertPath
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SqlServerEncryptionOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerEncryptionOptions.php
Apache-2.0
public function setPvkPassword($pvkPassword) { $this->pvkPassword = $pvkPassword; }
@param string
setPvkPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SqlServerEncryptionOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerEncryptionOptions.php
Apache-2.0
public function getPvkPassword() { return $this->pvkPassword; }
@return string
getPvkPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SqlServerEncryptionOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerEncryptionOptions.php
Apache-2.0
public function setPvkPath($pvkPath) { $this->pvkPath = $pvkPath; }
@param string
setPvkPath
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SqlServerEncryptionOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerEncryptionOptions.php
Apache-2.0
public function getPvkPath() { return $this->pvkPath; }
@return string
getPvkPath
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SqlServerEncryptionOptions.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlServerEncryptionOptions.php
Apache-2.0
public function setFilter($filter) { $this->filter = $filter; }
@param string
setFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConvertJobDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConvertJobDetails.php
Apache-2.0
public function getFilter() { return $this->filter; }
@return string
getFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConvertJobDetails.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConvertJobDetails.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/UDTEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/UDTEntity.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/UDTEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/UDTEntity.php
Apache-2.0
public function setUdtBody($udtBody) { $this->udtBody = $udtBody; }
@param string
setUdtBody
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/UDTEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/UDTEntity.php
Apache-2.0
public function getUdtBody() { return $this->udtBody; }
@return string
getUdtBody
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/UDTEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/UDTEntity.php
Apache-2.0
public function setUdtSqlCode($udtSqlCode) { $this->udtSqlCode = $udtSqlCode; }
@param string
setUdtSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/UDTEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/UDTEntity.php
Apache-2.0
public function getUdtSqlCode() { return $this->udtSqlCode; }
@return string
getUdtSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/UDTEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/UDTEntity.php
Apache-2.0
public function setScript($script) { $this->script = $script; }
@param string
setScript
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SshScript.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SshScript.php
Apache-2.0
public function getScript() { return $this->script; }
@return string
getScript
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SshScript.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SshScript.php
Apache-2.0
public function setPackageBody($packageBody) { $this->packageBody = $packageBody; }
@param string
setPackageBody
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SinglePackageChange.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SinglePackageChange.php
Apache-2.0
public function getPackageBody() { return $this->packageBody; }
@return string
getPackageBody
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SinglePackageChange.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SinglePackageChange.php
Apache-2.0
public function setPackageDescription($packageDescription) { $this->packageDescription = $packageDescription; }
@param string
setPackageDescription
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SinglePackageChange.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SinglePackageChange.php
Apache-2.0
public function getPackageDescription() { return $this->packageDescription; }
@return string
getPackageDescription
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SinglePackageChange.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SinglePackageChange.php
Apache-2.0
public function setMaxConcurrentConnections($maxConcurrentConnections) { $this->maxConcurrentConnections = $maxConcurrentConnections; }
@param int
setMaxConcurrentConnections
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PostgresDestinationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgresDestinationConfig.php
Apache-2.0
public function getMaxConcurrentConnections() { return $this->maxConcurrentConnections; }
@return int
getMaxConcurrentConnections
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PostgresDestinationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgresDestinationConfig.php
Apache-2.0
public function setTransactionTimeout($transactionTimeout) { $this->transactionTimeout = $transactionTimeout; }
@param string
setTransactionTimeout
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PostgresDestinationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgresDestinationConfig.php
Apache-2.0
public function getTransactionTimeout() { return $this->transactionTimeout; }
@return string
getTransactionTimeout
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PostgresDestinationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgresDestinationConfig.php
Apache-2.0
public function setCode($code) { $this->code = $code; }
@param int
setCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Status.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Status.php
Apache-2.0
public function getCode() { return $this->code; }
@return int
getCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Status.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Status.php
Apache-2.0
public function setDetails($details) { $this->details = $details; }
@param array[]
setDetails
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Status.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Status.php
Apache-2.0
public function getDetails() { return $this->details; }
@return array[]
getDetails
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Status.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Status.php
Apache-2.0
public function setMessage($message) { $this->message = $message; }
@param string
setMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Status.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Status.php
Apache-2.0
public function getMessage() { return $this->message; }
@return string
getMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Status.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Status.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function setSourceNumericFilter(SourceNumericFilter $sourceNumericFilter) { $this->sourceNumericFilter = $sourceNumericFilter; }
@param SourceNumericFilter
setSourceNumericFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function getSourceNumericFilter() { return $this->sourceNumericFilter; }
@return SourceNumericFilter
getSourceNumericFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function setSourceTextFilter(SourceTextFilter $sourceTextFilter) { $this->sourceTextFilter = $sourceTextFilter; }
@param SourceTextFilter
setSourceTextFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function getSourceTextFilter() { return $this->sourceTextFilter; }
@return SourceTextFilter
getSourceTextFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function setValueTransformation(ValueTransformation $valueTransformation) { $this->valueTransformation = $valueTransformation; }
@param ValueTransformation
setValueTransformation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function getValueTransformation() { return $this->valueTransformation; }
@return ValueTransformation
getValueTransformation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConditionalColumnSetValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConditionalColumnSetValue.php
Apache-2.0
public function setPolicy(Policy $policy) { $this->policy = $policy; }
@param Policy
setPolicy
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetIamPolicyRequest.php
Apache-2.0
public function getPolicy() { return $this->policy; }
@return Policy
getPolicy
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetIamPolicyRequest.php
Apache-2.0
public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; }
@param string
setUpdateMask
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetIamPolicyRequest.php
Apache-2.0
public function getUpdateMask() { return $this->updateMask; }
@return string
getUpdateMask
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetIamPolicyRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetIamPolicyRequest.php
Apache-2.0
public function setDatabaseService($databaseService) { $this->databaseService = $databaseService; }
@param string
setDatabaseService
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getDatabaseService() { return $this->databaseService; }
@return string
getDatabaseService
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setForwardSshConnectivity(ForwardSshTunnelConnectivity $forwardSshConnectivity) { $this->forwardSshConnectivity = $forwardSshConnectivity; }
@param ForwardSshTunnelConnectivity
setForwardSshConnectivity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getForwardSshConnectivity() { return $this->forwardSshConnectivity; }
@return ForwardSshTunnelConnectivity
getForwardSshConnectivity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setHost($host) { $this->host = $host; }
@param string
setHost
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getHost() { return $this->host; }
@return string
getHost
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setOracleAsmConfig(OracleAsmConfig $oracleAsmConfig) { $this->oracleAsmConfig = $oracleAsmConfig; }
@param OracleAsmConfig
setOracleAsmConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getOracleAsmConfig() { return $this->oracleAsmConfig; }
@return OracleAsmConfig
getOracleAsmConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setPassword($password) { $this->password = $password; }
@param string
setPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getPassword() { return $this->password; }
@return string
getPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setPasswordSet($passwordSet) { $this->passwordSet = $passwordSet; }
@param bool
setPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getPasswordSet() { return $this->passwordSet; }
@return bool
getPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setPort($port) { $this->port = $port; }
@param int
setPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getPort() { return $this->port; }
@return int
getPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setPrivateConnectivity(PrivateConnectivity $privateConnectivity) { $this->privateConnectivity = $privateConnectivity; }
@param PrivateConnectivity
setPrivateConnectivity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getPrivateConnectivity() { return $this->privateConnectivity; }
@return PrivateConnectivity
getPrivateConnectivity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function setSsl(SslConfig $ssl) { $this->ssl = $ssl; }
@param SslConfig
setSsl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0
public function getSsl() { return $this->ssl; }
@return SslConfig
getSsl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/OracleConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/OracleConnectionProfile.php
Apache-2.0