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 setPrivateKey($privateKey)
{
$this->privateKey = $privateKey;
} | @param string | setPrivateKey | 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 getPrivateKey()
{
return $this->privateKey;
} | @return string | getPrivateKey | 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 setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | 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 getUsername()
{
return $this->username;
} | @return string | getUsername | 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 setAuditLogConfigs($auditLogConfigs)
{
$this->auditLogConfigs = $auditLogConfigs;
} | @param AuditLogConfig[] | setAuditLogConfigs | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/AuditConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AuditConfig.php | Apache-2.0 |
public function getAuditLogConfigs()
{
return $this->auditLogConfigs;
} | @return AuditLogConfig[] | getAuditLogConfigs | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/AuditConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AuditConfig.php | Apache-2.0 |
public function setService($service)
{
$this->service = $service;
} | @param string | setService | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/AuditConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AuditConfig.php | Apache-2.0 |
public function getService()
{
return $this->service;
} | @return string | getService | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/AuditConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AuditConfig.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function setLocationId($locationId)
{
$this->locationId = $locationId;
} | @param string | setLocationId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function getLocationId()
{
return $this->locationId;
} | @return string | getLocationId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function setMetadata($metadata)
{
$this->metadata = $metadata;
} | @param array[] | setMetadata | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return array[] | getMetadata | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/Location.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Location.php | Apache-2.0 |
public function setAlloydbClusterId($alloydbClusterId)
{
$this->alloydbClusterId = $alloydbClusterId;
} | @param string | setAlloydbClusterId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getAlloydbClusterId()
{
return $this->alloydbClusterId;
} | @return string | getAlloydbClusterId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setCloudSqlId($cloudSqlId)
{
$this->cloudSqlId = $cloudSqlId;
} | @param string | setCloudSqlId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getCloudSqlId()
{
return $this->cloudSqlId;
} | @return string | getCloudSqlId | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setDatabase($database)
{
$this->database = $database;
} | @param string | setDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getDatabase()
{
return $this->database;
} | @return string | getDatabase | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setHost($host)
{
$this->host = $host;
} | @param string | setHost | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getHost()
{
return $this->host;
} | @return string | getHost | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setNetworkArchitecture($networkArchitecture)
{
$this->networkArchitecture = $networkArchitecture;
} | @param string | setNetworkArchitecture | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getNetworkArchitecture()
{
return $this->networkArchitecture;
} | @return string | getNetworkArchitecture | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setPassword($password)
{
$this->password = $password;
} | @param string | setPassword | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getPassword()
{
return $this->password;
} | @return string | getPassword | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setPasswordSet($passwordSet)
{
$this->passwordSet = $passwordSet;
} | @param bool | setPasswordSet | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getPasswordSet()
{
return $this->passwordSet;
} | @return bool | getPasswordSet | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setPort($port)
{
$this->port = $port;
} | @param int | setPort | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getPort()
{
return $this->port;
} | @return int | getPort | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setPrivateServiceConnectConnectivity(PrivateServiceConnectConnectivity $privateServiceConnectConnectivity)
{
$this->privateServiceConnectConnectivity = $privateServiceConnectConnectivity;
} | @param PrivateServiceConnectConnectivity | setPrivateServiceConnectConnectivity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getPrivateServiceConnectConnectivity()
{
return $this->privateServiceConnectConnectivity;
} | @return PrivateServiceConnectConnectivity | getPrivateServiceConnectConnectivity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setSsl(SslConfig $ssl)
{
$this->ssl = $ssl;
} | @param SslConfig | setSsl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getSsl()
{
return $this->ssl;
} | @return SslConfig | getSsl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setStaticIpConnectivity(StaticIpConnectivity $staticIpConnectivity)
{
$this->staticIpConnectivity = $staticIpConnectivity;
} | @param StaticIpConnectivity | setStaticIpConnectivity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getStaticIpConnectivity()
{
return $this->staticIpConnectivity;
} | @return StaticIpConnectivity | getStaticIpConnectivity | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setUsername($username)
{
$this->username = $username;
} | @param string | setUsername | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | @return string | getUsername | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/PostgreSqlConnectionProfile.php | Apache-2.0 |
public function setObjectConfigs($objectConfigs)
{
$this->objectConfigs = $objectConfigs;
} | @param SourceObjectConfig[] | setObjectConfigs | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SourceObjectsConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectsConfig.php | Apache-2.0 |
public function getObjectConfigs()
{
return $this->objectConfigs;
} | @return SourceObjectConfig[] | getObjectConfigs | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SourceObjectsConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectsConfig.php | Apache-2.0 |
public function setObjectsSelectionType($objectsSelectionType)
{
$this->objectsSelectionType = $objectsSelectionType;
} | @param string | setObjectsSelectionType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SourceObjectsConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectsConfig.php | Apache-2.0 |
public function getObjectsSelectionType()
{
return $this->objectsSelectionType;
} | @return string | getObjectsSelectionType | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SourceObjectsConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SourceObjectsConfig.php | Apache-2.0 |
public function setPermissions($permissions)
{
$this->permissions = $permissions;
} | @param string[] | setPermissions | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TestIamPermissionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TestIamPermissionsResponse.php | Apache-2.0 |
public function getPermissions()
{
return $this->permissions;
} | @return string[] | getPermissions | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TestIamPermissionsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TestIamPermissionsResponse.php | Apache-2.0 |
public function setSourceObjectIdentifier(SourceObjectIdentifier $sourceObjectIdentifier)
{
$this->sourceObjectIdentifier = $sourceObjectIdentifier;
} | @param SourceObjectIdentifier | setSourceObjectIdentifier | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/LookupMigrationJobObjectRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/LookupMigrationJobObjectRequest.php | Apache-2.0 |
public function getSourceObjectIdentifier()
{
return $this->sourceObjectIdentifier;
} | @return SourceObjectIdentifier | getSourceObjectIdentifier | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/LookupMigrationJobObjectRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/LookupMigrationJobObjectRequest.php | Apache-2.0 |
public function setAutoCommit($autoCommit)
{
$this->autoCommit = $autoCommit;
} | @param bool | setAutoCommit | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ImportMappingRulesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ImportMappingRulesRequest.php | Apache-2.0 |
public function getAutoCommit()
{
return $this->autoCommit;
} | @return bool | getAutoCommit | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ImportMappingRulesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ImportMappingRulesRequest.php | Apache-2.0 |
public function setRulesFiles($rulesFiles)
{
$this->rulesFiles = $rulesFiles;
} | @param RulesFile[] | setRulesFiles | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ImportMappingRulesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ImportMappingRulesRequest.php | Apache-2.0 |
public function getRulesFiles()
{
return $this->rulesFiles;
} | @return RulesFile[] | getRulesFiles | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ImportMappingRulesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ImportMappingRulesRequest.php | Apache-2.0 |
public function setRulesFormat($rulesFormat)
{
$this->rulesFormat = $rulesFormat;
} | @param string | setRulesFormat | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ImportMappingRulesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ImportMappingRulesRequest.php | Apache-2.0 |
public function getRulesFormat()
{
return $this->rulesFormat;
} | @return string | getRulesFormat | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ImportMappingRulesRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ImportMappingRulesRequest.php | Apache-2.0 |
public function setColumns($columns)
{
$this->columns = $columns;
} | @param ColumnEntity[] | setColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function getColumns()
{
return $this->columns;
} | @return ColumnEntity[] | getColumns | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function setComment($comment)
{
$this->comment = $comment;
} | @param string | setComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function getComment()
{
return $this->comment;
} | @return string | getComment | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function setConstraints($constraints)
{
$this->constraints = $constraints;
} | @param ConstraintEntity[] | setConstraints | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function getConstraints()
{
return $this->constraints;
} | @return ConstraintEntity[] | getConstraints | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function setCustomFeatures($customFeatures)
{
$this->customFeatures = $customFeatures;
} | @param array[] | setCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function getCustomFeatures()
{
return $this->customFeatures;
} | @return array[] | getCustomFeatures | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function setIndices($indices)
{
$this->indices = $indices;
} | @param IndexEntity[] | setIndices | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function getIndices()
{
return $this->indices;
} | @return IndexEntity[] | getIndices | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function setTriggers($triggers)
{
$this->triggers = $triggers;
} | @param TriggerEntity[] | setTriggers | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function getTriggers()
{
return $this->triggers;
} | @return TriggerEntity[] | getTriggers | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/TableEntity.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/TableEntity.php | Apache-2.0 |
public function setAllocatedIpRange($allocatedIpRange)
{
$this->allocatedIpRange = $allocatedIpRange;
} | @param string | setAllocatedIpRange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function getAllocatedIpRange()
{
return $this->allocatedIpRange;
} | @return string | getAllocatedIpRange | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function setAuthorizedNetworks($authorizedNetworks)
{
$this->authorizedNetworks = $authorizedNetworks;
} | @param SqlAclEntry[] | setAuthorizedNetworks | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function getAuthorizedNetworks()
{
return $this->authorizedNetworks;
} | @return SqlAclEntry[] | getAuthorizedNetworks | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function setEnableIpv4($enableIpv4)
{
$this->enableIpv4 = $enableIpv4;
} | @param bool | setEnableIpv4 | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function getEnableIpv4()
{
return $this->enableIpv4;
} | @return bool | getEnableIpv4 | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function setPrivateNetwork($privateNetwork)
{
$this->privateNetwork = $privateNetwork;
} | @param string | setPrivateNetwork | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function getPrivateNetwork()
{
return $this->privateNetwork;
} | @return string | getPrivateNetwork | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function setRequireSsl($requireSsl)
{
$this->requireSsl = $requireSsl;
} | @param bool | setRequireSsl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function getRequireSsl()
{
return $this->requireSsl;
} | @return bool | getRequireSsl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlIpConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlIpConfig.php | Apache-2.0 |
public function setExpireTime($expireTime)
{
$this->expireTime = $expireTime;
} | @param string | setExpireTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function getExpireTime()
{
return $this->expireTime;
} | @return string | getExpireTime | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function setLabel($label)
{
$this->label = $label;
} | @param string | setLabel | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function getLabel()
{
return $this->label;
} | @return string | getLabel | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function setTtl($ttl)
{
$this->ttl = $ttl;
} | @param string | setTtl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function getTtl()
{
return $this->ttl;
} | @return string | getTtl | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function setValue($value)
{
$this->value = $value;
} | @param string | setValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function getValue()
{
return $this->value;
} | @return string | getValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/SqlAclEntry.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SqlAclEntry.php | Apache-2.0 |
public function setConversionWorkspaces($conversionWorkspaces)
{
$this->conversionWorkspaces = $conversionWorkspaces;
} | @param ConversionWorkspace[] | setConversionWorkspaces | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | Apache-2.0 |
public function getConversionWorkspaces()
{
return $this->conversionWorkspaces;
} | @return ConversionWorkspace[] | getConversionWorkspaces | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListConversionWorkspacesResponse.php | Apache-2.0 |
public function setConditionalColumnSetValue(ConditionalColumnSetValue $conditionalColumnSetValue)
{
$this->conditionalColumnSetValue = $conditionalColumnSetValue;
} | @param ConditionalColumnSetValue | setConditionalColumnSetValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getConditionalColumnSetValue()
{
return $this->conditionalColumnSetValue;
} | @return ConditionalColumnSetValue | getConditionalColumnSetValue | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setConvertRowidColumn(ConvertRowIdToColumn $convertRowidColumn)
{
$this->convertRowidColumn = $convertRowidColumn;
} | @param ConvertRowIdToColumn | setConvertRowidColumn | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getConvertRowidColumn()
{
return $this->convertRowidColumn;
} | @return ConvertRowIdToColumn | getConvertRowidColumn | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
} | @param string | setDisplayName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getDisplayName()
{
return $this->displayName;
} | @return string | getDisplayName | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function setEntityMove(EntityMove $entityMove)
{
$this->entityMove = $entityMove;
} | @param EntityMove | setEntityMove | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
public function getEntityMove()
{
return $this->entityMove;
} | @return EntityMove | getEntityMove | php | googleapis/google-api-php-client-services | src/DatabaseMigrationService/MappingRule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/MappingRule.php | Apache-2.0 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.