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 setCidrRange($cidrRange) { $this->cidrRange = $cidrRange; }
@param string
setCidrRange
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/AuthorizedNetwork.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AuthorizedNetwork.php
Apache-2.0
public function getCidrRange() { return $this->cidrRange; }
@return string
getCidrRange
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/AuthorizedNetwork.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AuthorizedNetwork.php
Apache-2.0
public function setErrorCode($errorCode) { $this->errorCode = $errorCode; }
@param string
setErrorCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MigrationJobVerificationError.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobVerificationError.php
Apache-2.0
public function getErrorCode() { return $this->errorCode; }
@return string
getErrorCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MigrationJobVerificationError.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobVerificationError.php
Apache-2.0
public function setErrorDetailMessage($errorDetailMessage) { $this->errorDetailMessage = $errorDetailMessage; }
@param string
setErrorDetailMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MigrationJobVerificationError.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobVerificationError.php
Apache-2.0
public function getErrorDetailMessage() { return $this->errorDetailMessage; }
@return string
getErrorDetailMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MigrationJobVerificationError.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobVerificationError.php
Apache-2.0
public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; }
@param string
setErrorMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MigrationJobVerificationError.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobVerificationError.php
Apache-2.0
public function getErrorMessage() { return $this->errorMessage; }
@return string
getErrorMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MigrationJobVerificationError.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MigrationJobVerificationError.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PackageEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PackageEntity.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PackageEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PackageEntity.php
Apache-2.0
public function setPackageBody($packageBody) { $this->packageBody = $packageBody; }
@param string
setPackageBody
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PackageEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PackageEntity.php
Apache-2.0
public function getPackageBody() { return $this->packageBody; }
@return string
getPackageBody
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PackageEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PackageEntity.php
Apache-2.0
public function setPackageSqlCode($packageSqlCode) { $this->packageSqlCode = $packageSqlCode; }
@param string
setPackageSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PackageEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PackageEntity.php
Apache-2.0
public function getPackageSqlCode() { return $this->packageSqlCode; }
@return string
getPackageSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PackageEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PackageEntity.php
Apache-2.0
public function setScript($script) { $this->script = $script; }
@param string
setScript
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TcpProxyScript.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TcpProxyScript.php
Apache-2.0
public function getScript() { return $this->script; }
@return string
getScript
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TcpProxyScript.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TcpProxyScript.php
Apache-2.0
public function setDatabaseEntities($databaseEntities) { $this->databaseEntities = $databaseEntities; }
@param DatabaseEntity[]
setDatabaseEntities
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
Apache-2.0
public function getDatabaseEntities() { return $this->databaseEntities; }
@return DatabaseEntity[]
getDatabaseEntities
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DescribeDatabaseEntitiesResponse.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SchemaEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SchemaEntity.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SchemaEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SchemaEntity.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setDisplayName($displayName) { $this->displayName = $displayName; }
@param string
setDisplayName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getDisplayName() { return $this->displayName; }
@return string
getDisplayName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setError(Status $error) { $this->error = $error; }
@param Status
setError
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getError() { return $this->error; }
@return Status
getError
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setLabels($labels) { $this->labels = $labels; }
@param string[]
setLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getLabels() { return $this->labels; }
@return string[]
getLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setSatisfiesPzi($satisfiesPzi) { $this->satisfiesPzi = $satisfiesPzi; }
@param bool
setSatisfiesPzi
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getSatisfiesPzi() { return $this->satisfiesPzi; }
@return bool
getSatisfiesPzi
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; }
@param bool
setSatisfiesPzs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getSatisfiesPzs() { return $this->satisfiesPzs; }
@return bool
getSatisfiesPzs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setState($state) { $this->state = $state; }
@param string
setState
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getState() { return $this->state; }
@return string
getState
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; }
@param string
setUpdateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getUpdateTime() { return $this->updateTime; }
@return string
getUpdateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setVpcPeeringConfig(VpcPeeringConfig $vpcPeeringConfig) { $this->vpcPeeringConfig = $vpcPeeringConfig; }
@param VpcPeeringConfig
setVpcPeeringConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function getVpcPeeringConfig() { return $this->vpcPeeringConfig; }
@return VpcPeeringConfig
getVpcPeeringConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/PrivateConnection.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PrivateConnection.php
Apache-2.0
public function setNewNamePattern($newNamePattern) { $this->newNamePattern = $newNamePattern; }
@param string
setNewNamePattern
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MultiEntityRename.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiEntityRename.php
Apache-2.0
public function getNewNamePattern() { return $this->newNamePattern; }
@return string
getNewNamePattern
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MultiEntityRename.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiEntityRename.php
Apache-2.0
public function setSourceNameTransformation($sourceNameTransformation) { $this->sourceNameTransformation = $sourceNameTransformation; }
@param string
setSourceNameTransformation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MultiEntityRename.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiEntityRename.php
Apache-2.0
public function getSourceNameTransformation() { return $this->sourceNameTransformation; }
@return string
getSourceNameTransformation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MultiEntityRename.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MultiEntityRename.php
Apache-2.0
public function setDumpFlags($dumpFlags) { $this->dumpFlags = $dumpFlags; }
@param DumpFlag[]
setDumpFlags
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DumpFlags.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DumpFlags.php
Apache-2.0
public function getDumpFlags() { return $this->dumpFlags; }
@return DumpFlag[]
getDumpFlags
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DumpFlags.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DumpFlags.php
Apache-2.0
public function setDatabase($database) { $this->database = $database; }
@param string
setDatabase
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SourceObjectIdentifier.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectIdentifier.php
Apache-2.0
public function getDatabase() { return $this->database; }
@return string
getDatabase
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SourceObjectIdentifier.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectIdentifier.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SourceObjectIdentifier.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectIdentifier.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SourceObjectIdentifier.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectIdentifier.php
Apache-2.0
public function setMigrationJobObjects($migrationJobObjects) { $this->migrationJobObjects = $migrationJobObjects; }
@param MigrationJobObject[]
setMigrationJobObjects
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
Apache-2.0
public function getMigrationJobObjects() { return $this->migrationJobObjects; }
@return MigrationJobObject[]
getMigrationJobObjects
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobObjectsResponse.php
Apache-2.0
public function setUuidFromBytes(DatamigrationEmpty $uuidFromBytes) { $this->uuidFromBytes = $uuidFromBytes; }
@param DatamigrationEmpty
setUuidFromBytes
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyHash.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyHash.php
Apache-2.0
public function getUuidFromBytes() { return $this->uuidFromBytes; }
@return DatamigrationEmpty
getUuidFromBytes
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyHash.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyHash.php
Apache-2.0
public function setSkipValidation($skipValidation) { $this->skipValidation = $skipValidation; }
@param bool
setSkipValidation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ResumeMigrationJobRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ResumeMigrationJobRequest.php
Apache-2.0
public function getSkipValidation() { return $this->skipValidation; }
@return bool
getSkipValidation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ResumeMigrationJobRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ResumeMigrationJobRequest.php
Apache-2.0
public function setAlloydb(AlloyDbConnectionProfile $alloydb) { $this->alloydb = $alloydb; }
@param AlloyDbConnectionProfile
setAlloydb
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getAlloydb() { return $this->alloydb; }
@return AlloyDbConnectionProfile
getAlloydb
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setCloudsql(CloudSqlConnectionProfile $cloudsql) { $this->cloudsql = $cloudsql; }
@param CloudSqlConnectionProfile
setCloudsql
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getCloudsql() { return $this->cloudsql; }
@return CloudSqlConnectionProfile
getCloudsql
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setDisplayName($displayName) { $this->displayName = $displayName; }
@param string
setDisplayName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getDisplayName() { return $this->displayName; }
@return string
getDisplayName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setError(Status $error) { $this->error = $error; }
@param Status
setError
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getError() { return $this->error; }
@return Status
getError
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setLabels($labels) { $this->labels = $labels; }
@param string[]
setLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getLabels() { return $this->labels; }
@return string[]
getLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setMysql(MySqlConnectionProfile $mysql) { $this->mysql = $mysql; }
@param MySqlConnectionProfile
setMysql
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getMysql() { return $this->mysql; }
@return MySqlConnectionProfile
getMysql
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setOracle(OracleConnectionProfile $oracle) { $this->oracle = $oracle; }
@param OracleConnectionProfile
setOracle
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getOracle() { return $this->oracle; }
@return OracleConnectionProfile
getOracle
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setPostgresql(PostgreSqlConnectionProfile $postgresql) { $this->postgresql = $postgresql; }
@param PostgreSqlConnectionProfile
setPostgresql
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getPostgresql() { return $this->postgresql; }
@return PostgreSqlConnectionProfile
getPostgresql
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setProvider($provider) { $this->provider = $provider; }
@param string
setProvider
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getProvider() { return $this->provider; }
@return string
getProvider
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setRole($role) { $this->role = $role; }
@param string
setRole
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getRole() { return $this->role; }
@return string
getRole
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setSatisfiesPzi($satisfiesPzi) { $this->satisfiesPzi = $satisfiesPzi; }
@param bool
setSatisfiesPzi
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getSatisfiesPzi() { return $this->satisfiesPzi; }
@return bool
getSatisfiesPzi
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setSatisfiesPzs($satisfiesPzs) { $this->satisfiesPzs = $satisfiesPzs; }
@param bool
setSatisfiesPzs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getSatisfiesPzs() { return $this->satisfiesPzs; }
@return bool
getSatisfiesPzs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setSqlserver(SqlServerConnectionProfile $sqlserver) { $this->sqlserver = $sqlserver; }
@param SqlServerConnectionProfile
setSqlserver
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getSqlserver() { return $this->sqlserver; }
@return SqlServerConnectionProfile
getSqlserver
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setState($state) { $this->state = $state; }
@param string
setState
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getState() { return $this->state; }
@return string
getState
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; }
@param string
setUpdateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function getUpdateTime() { return $this->updateTime; }
@return string
getUpdateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ConnectionProfile.php
Apache-2.0
public function setConnectionProfiles($connectionProfiles) { $this->connectionProfiles = $connectionProfiles; }
@param ConnectionProfile[]
setConnectionProfiles
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListConnectionProfilesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConnectionProfilesResponse.php
Apache-2.0
public function getConnectionProfiles() { return $this->connectionProfiles; }
@return ConnectionProfile[]
getConnectionProfiles
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListConnectionProfilesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConnectionProfilesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListConnectionProfilesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConnectionProfilesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListConnectionProfilesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConnectionProfilesResponse.php
Apache-2.0
public function setUnreachable($unreachable) { $this->unreachable = $unreachable; }
@param string[]
setUnreachable
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListConnectionProfilesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConnectionProfilesResponse.php
Apache-2.0
public function getUnreachable() { return $this->unreachable; }
@return string[]
getUnreachable
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListConnectionProfilesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConnectionProfilesResponse.php
Apache-2.0