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 setStaticServiceIpConnectivity(StaticServiceIpConnectivity $staticServiceIpConnectivity) { $this->staticServiceIpConnectivity = $staticServiceIpConnectivity; }
@param StaticServiceIpConnectivity
setStaticServiceIpConnectivity
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 getStaticServiceIpConnectivity() { return $this->staticServiceIpConnectivity; }
@return StaticServiceIpConnectivity
getStaticServiceIpConnectivity
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 setUsername($username) { $this->username = $username; }
@param string
setUsername
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 getUsername() { return $this->username; }
@return string
getUsername
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 setRevisions($revisions) { $this->revisions = $revisions; }
@param ConversionWorkspace[]
setRevisions
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DescribeConversionWorkspaceRevisionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DescribeConversionWorkspaceRevisionsResponse.php
Apache-2.0
public function getRevisions() { return $this->revisions; }
@return ConversionWorkspace[]
getRevisions
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DescribeConversionWorkspaceRevisionsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DescribeConversionWorkspaceRevisionsResponse.php
Apache-2.0
public function setObjectIdentifier(SourceObjectIdentifier $objectIdentifier) { $this->objectIdentifier = $objectIdentifier; }
@param SourceObjectIdentifier
setObjectIdentifier
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SourceObjectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectConfig.php
Apache-2.0
public function getObjectIdentifier() { return $this->objectIdentifier; }
@return SourceObjectIdentifier
getObjectIdentifier
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SourceObjectConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectConfig.php
Apache-2.0
public function setNewSchema($newSchema) { $this->newSchema = $newSchema; }
@param string
setNewSchema
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMove.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMove.php
Apache-2.0
public function getNewSchema() { return $this->newSchema; }
@return string
getNewSchema
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMove.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMove.php
Apache-2.0
public function setDdl($ddl) { $this->ddl = $ddl; }
@param string
setDdl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function getDdl() { return $this->ddl; }
@return string
getDdl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function setDdlKind($ddlKind) { $this->ddlKind = $ddlKind; }
@param string
setDdlKind
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function getDdlKind() { return $this->ddlKind; }
@return string
getDdlKind
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function setDdlType($ddlType) { $this->ddlType = $ddlType; }
@param string
setDdlType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function getDdlType() { return $this->ddlType; }
@return string
getDdlType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function setEditedDdlKind($editedDdlKind) { $this->editedDdlKind = $editedDdlKind; }
@param string
setEditedDdlKind
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function getEditedDdlKind() { return $this->editedDdlKind; }
@return string
getEditedDdlKind
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function setEntity($entity) { $this->entity = $entity; }
@param string
setEntity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function getEntity() { return $this->entity; }
@return string
getEntity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function setEntityType($entityType) { $this->entityType = $entityType; }
@param string
setEntityType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function getEntityType() { return $this->entityType; }
@return string
getEntityType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function setIssueId($issueId) { $this->issueId = $issueId; }
@param string[]
setIssueId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function getIssueId() { return $this->issueId; }
@return string[]
getIssueId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityDdl.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityDdl.php
Apache-2.0
public function setAutoCommit($autoCommit) { $this->autoCommit = $autoCommit; }
@param bool
setAutoCommit
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function getAutoCommit() { return $this->autoCommit; }
@return bool
getAutoCommit
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function setConnectionProfile($connectionProfile) { $this->connectionProfile = $connectionProfile; }
@param string
setConnectionProfile
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function getConnectionProfile() { return $this->connectionProfile; }
@return string
getConnectionProfile
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function setDryRun($dryRun) { $this->dryRun = $dryRun; }
@param bool
setDryRun
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function getDryRun() { return $this->dryRun; }
@return bool
getDryRun
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function setFilter($filter) { $this->filter = $filter; }
@param string
setFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function getFilter() { return $this->filter; }
@return string
getFilter
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ApplyConversionWorkspaceRequest.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function setSqlCode($sqlCode) { $this->sqlCode = $sqlCode; }
@param string
setSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function getSqlCode() { return $this->sqlCode; }
@return string
getSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function setTriggerType($triggerType) { $this->triggerType = $triggerType; }
@param string
setTriggerType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function getTriggerType() { return $this->triggerType; }
@return string
getTriggerType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function setTriggeringEvents($triggeringEvents) { $this->triggeringEvents = $triggeringEvents; }
@param string[]
setTriggeringEvents
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function getTriggeringEvents() { return $this->triggeringEvents; }
@return string[]
getTriggeringEvents
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/TriggerEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TriggerEntity.php
Apache-2.0
public function setScale($scale) { $this->scale = $scale; }
@param int
setScale
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/RoundToScale.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RoundToScale.php
Apache-2.0
public function getScale() { return $this->scale; }
@return int
getScale
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/RoundToScale.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/RoundToScale.php
Apache-2.0
public function setMigrationJobs($migrationJobs) { $this->migrationJobs = $migrationJobs; }
@param MigrationJob[]
setMigrationJobs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobsResponse.php
Apache-2.0
public function getMigrationJobs() { return $this->migrationJobs; }
@return MigrationJob[]
getMigrationJobs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobsResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobsResponse.php
Apache-2.0
public function setUnreachable($unreachable) { $this->unreachable = $unreachable; }
@param string[]
setUnreachable
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobsResponse.php
Apache-2.0
public function getUnreachable() { return $this->unreachable; }
@return string[]
getUnreachable
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListMigrationJobsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListMigrationJobsResponse.php
Apache-2.0
public function setMappingComment($mappingComment) { $this->mappingComment = $mappingComment; }
@param string
setMappingComment
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMappingLogEntry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMappingLogEntry.php
Apache-2.0
public function getMappingComment() { return $this->mappingComment; }
@return string
getMappingComment
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMappingLogEntry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMappingLogEntry.php
Apache-2.0
public function setRuleId($ruleId) { $this->ruleId = $ruleId; }
@param string
setRuleId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMappingLogEntry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMappingLogEntry.php
Apache-2.0
public function getRuleId() { return $this->ruleId; }
@return string
getRuleId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMappingLogEntry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMappingLogEntry.php
Apache-2.0
public function setRuleRevisionId($ruleRevisionId) { $this->ruleRevisionId = $ruleRevisionId; }
@param string
setRuleRevisionId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMappingLogEntry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMappingLogEntry.php
Apache-2.0
public function getRuleRevisionId() { return $this->ruleRevisionId; }
@return string
getRuleRevisionId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityMappingLogEntry.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityMappingLogEntry.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MaterializedViewEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MaterializedViewEntity.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MaterializedViewEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MaterializedViewEntity.php
Apache-2.0
public function setIndices($indices) { $this->indices = $indices; }
@param IndexEntity[]
setIndices
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MaterializedViewEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MaterializedViewEntity.php
Apache-2.0
public function getIndices() { return $this->indices; }
@return IndexEntity[]
getIndices
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MaterializedViewEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MaterializedViewEntity.php
Apache-2.0
public function setSqlCode($sqlCode) { $this->sqlCode = $sqlCode; }
@param string
setSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MaterializedViewEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MaterializedViewEntity.php
Apache-2.0
public function getSqlCode() { return $this->sqlCode; }
@return string
getSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MaterializedViewEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MaterializedViewEntity.php
Apache-2.0
public function setCloudSqlId($cloudSqlId) { $this->cloudSqlId = $cloudSqlId; }
@param string
setCloudSqlId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function getCloudSqlId() { return $this->cloudSqlId; }
@return string
getCloudSqlId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function setHost($host) { $this->host = $host; }
@param string
setHost
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function getHost() { return $this->host; }
@return string
getHost
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function setPassword($password) { $this->password = $password; }
@param string
setPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function getPassword() { return $this->password; }
@return string
getPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function setPasswordSet($passwordSet) { $this->passwordSet = $passwordSet; }
@param bool
setPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function getPasswordSet() { return $this->passwordSet; }
@return bool
getPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function setPort($port) { $this->port = $port; }
@param int
setPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function getPort() { return $this->port; }
@return int
getPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function setSsl(SslConfig $ssl) { $this->ssl = $ssl; }
@param SslConfig
setSsl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function getSsl() { return $this->ssl; }
@return SslConfig
getSsl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function setUsername($username) { $this->username = $username; }
@param string
setUsername
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function getUsername() { return $this->username; }
@return string
getUsername
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/MySqlConnectionProfile.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MySqlConnectionProfile.php
Apache-2.0
public function setCode($code) { $this->code = $code; }
@param string
setCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getCode() { return $this->code; }
@return string
getCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setDdl($ddl) { $this->ddl = $ddl; }
@param string
setDdl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getDdl() { return $this->ddl; }
@return string
getDdl
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setEntityType($entityType) { $this->entityType = $entityType; }
@param string
setEntityType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getEntityType() { return $this->entityType; }
@return string
getEntityType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setId($id) { $this->id = $id; }
@param string
setId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getId() { return $this->id; }
@return string
getId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setMessage($message) { $this->message = $message; }
@param string
setMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getMessage() { return $this->message; }
@return string
getMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setPosition(Position $position) { $this->position = $position; }
@param Position
setPosition
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getPosition() { return $this->position; }
@return Position
getPosition
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setSeverity($severity) { $this->severity = $severity; }
@param string
setSeverity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getSeverity() { return $this->severity; }
@return string
getSeverity
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setType($type) { $this->type = $type; }
@param string
setType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function getType() { return $this->type; }
@return string
getType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/EntityIssue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/EntityIssue.php
Apache-2.0
public function setSkipValidation($skipValidation) { $this->skipValidation = $skipValidation; }
@param bool
setSkipValidation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/StartMigrationJobRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/StartMigrationJobRequest.php
Apache-2.0
public function getSkipValidation() { return $this->skipValidation; }
@return bool
getSkipValidation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/StartMigrationJobRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/StartMigrationJobRequest.php
Apache-2.0
public function setHostname($hostname) { $this->hostname = $hostname; }
@param string
setHostname
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
Apache-2.0
public function getHostname() { return $this->hostname; }
@return string
getHostname
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
Apache-2.0
public function setPassword($password) { $this->password = $password; }
@param string
setPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
Apache-2.0
public function getPassword() { return $this->password; }
@return string
getPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
Apache-2.0
public function setPort($port) { $this->port = $port; }
@param int
setPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
Apache-2.0
public function getPort() { return $this->port; }
@return int
getPort
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ForwardSshTunnelConnectivity.php
Apache-2.0