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 setAutoStorageIncrease($autoStorageIncrease) { $this->autoStorageIncrease = $autoStorageIncrease; }
@param bool
setAutoStorageIncrease
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getAutoStorageIncrease() { return $this->autoStorageIncrease; }
@return bool
getAutoStorageIncrease
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setAvailabilityType($availabilityType) { $this->availabilityType = $availabilityType; }
@param string
setAvailabilityType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getAvailabilityType() { return $this->availabilityType; }
@return string
getAvailabilityType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setCmekKeyName($cmekKeyName) { $this->cmekKeyName = $cmekKeyName; }
@param string
setCmekKeyName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getCmekKeyName() { return $this->cmekKeyName; }
@return string
getCmekKeyName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setCollation($collation) { $this->collation = $collation; }
@param string
setCollation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getCollation() { return $this->collation; }
@return string
getCollation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDataCacheConfig(DataCacheConfig $dataCacheConfig) { $this->dataCacheConfig = $dataCacheConfig; }
@param DataCacheConfig
setDataCacheConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDataCacheConfig() { return $this->dataCacheConfig; }
@return DataCacheConfig
getDataCacheConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDataDiskProvisionedIops($dataDiskProvisionedIops) { $this->dataDiskProvisionedIops = $dataDiskProvisionedIops; }
@param string
setDataDiskProvisionedIops
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDataDiskProvisionedIops() { return $this->dataDiskProvisionedIops; }
@return string
getDataDiskProvisionedIops
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDataDiskProvisionedThroughput($dataDiskProvisionedThroughput) { $this->dataDiskProvisionedThroughput = $dataDiskProvisionedThroughput; }
@param string
setDataDiskProvisionedThroughput
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDataDiskProvisionedThroughput() { return $this->dataDiskProvisionedThroughput; }
@return string
getDataDiskProvisionedThroughput
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDataDiskSizeGb($dataDiskSizeGb) { $this->dataDiskSizeGb = $dataDiskSizeGb; }
@param string
setDataDiskSizeGb
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDataDiskSizeGb() { return $this->dataDiskSizeGb; }
@return string
getDataDiskSizeGb
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDataDiskType($dataDiskType) { $this->dataDiskType = $dataDiskType; }
@param string
setDataDiskType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDataDiskType() { return $this->dataDiskType; }
@return string
getDataDiskType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDatabaseFlags($databaseFlags) { $this->databaseFlags = $databaseFlags; }
@param string[]
setDatabaseFlags
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDatabaseFlags() { return $this->databaseFlags; }
@return string[]
getDatabaseFlags
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDatabaseVersion($databaseVersion) { $this->databaseVersion = $databaseVersion; }
@param string
setDatabaseVersion
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDatabaseVersion() { return $this->databaseVersion; }
@return string
getDatabaseVersion
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setDatabaseVersionName($databaseVersionName) { $this->databaseVersionName = $databaseVersionName; }
@param string
setDatabaseVersionName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getDatabaseVersionName() { return $this->databaseVersionName; }
@return string
getDatabaseVersionName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setEdition($edition) { $this->edition = $edition; }
@param string
setEdition
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getEdition() { return $this->edition; }
@return string
getEdition
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setIpConfig(SqlIpConfig $ipConfig) { $this->ipConfig = $ipConfig; }
@param SqlIpConfig
setIpConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getIpConfig() { return $this->ipConfig; }
@return SqlIpConfig
getIpConfig
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setRootPassword($rootPassword) { $this->rootPassword = $rootPassword; }
@param string
setRootPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getRootPassword() { return $this->rootPassword; }
@return string
getRootPassword
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setRootPasswordSet($rootPasswordSet) { $this->rootPasswordSet = $rootPasswordSet; }
@param bool
setRootPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getRootPasswordSet() { return $this->rootPasswordSet; }
@return bool
getRootPasswordSet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setSecondaryZone($secondaryZone) { $this->secondaryZone = $secondaryZone; }
@param string
setSecondaryZone
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getSecondaryZone() { return $this->secondaryZone; }
@return string
getSecondaryZone
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setSourceId($sourceId) { $this->sourceId = $sourceId; }
@param string
setSourceId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getSourceId() { return $this->sourceId; }
@return string
getSourceId
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setStorageAutoResizeLimit($storageAutoResizeLimit) { $this->storageAutoResizeLimit = $storageAutoResizeLimit; }
@param string
setStorageAutoResizeLimit
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getStorageAutoResizeLimit() { return $this->storageAutoResizeLimit; }
@return string
getStorageAutoResizeLimit
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setTier($tier) { $this->tier = $tier; }
@param string
setTier
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getTier() { return $this->tier; }
@return string
getTier
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setUserLabels($userLabels) { $this->userLabels = $userLabels; }
@param string[]
setUserLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getUserLabels() { return $this->userLabels; }
@return string[]
getUserLabels
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setZone($zone) { $this->zone = $zone; }
@param string
setZone
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function getZone() { return $this->zone; }
@return string
getZone
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CloudSqlSettings.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CloudSqlSettings.php
Apache-2.0
public function setCommitName($commitName) { $this->commitName = $commitName; }
@param string
setCommitName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CommitConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CommitConversionWorkspaceRequest.php
Apache-2.0
public function getCommitName() { return $this->commitName; }
@return string
getCommitName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/CommitConversionWorkspaceRequest.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/CommitConversionWorkspaceRequest.php
Apache-2.0
public function setCustomFeatures($customFeatures) { $this->customFeatures = $customFeatures; }
@param array[]
setCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FunctionEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FunctionEntity.php
Apache-2.0
public function getCustomFeatures() { return $this->customFeatures; }
@return array[]
getCustomFeatures
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FunctionEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FunctionEntity.php
Apache-2.0
public function setSqlCode($sqlCode) { $this->sqlCode = $sqlCode; }
@param string
setSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FunctionEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FunctionEntity.php
Apache-2.0
public function getSqlCode() { return $this->sqlCode; }
@return string
getSqlCode
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/FunctionEntity.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/FunctionEntity.php
Apache-2.0
public function setValueComparison($valueComparison) { $this->valueComparison = $valueComparison; }
@param string
setValueComparison
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DoubleComparisonFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DoubleComparisonFilter.php
Apache-2.0
public function getValueComparison() { return $this->valueComparison; }
@return string
getValueComparison
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/DoubleComparisonFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/DoubleComparisonFilter.php
Apache-2.0
public function setNewName($newName) { $this->newName = $newName; }
@param string
setNewName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SingleEntityRename.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleEntityRename.php
Apache-2.0
public function getNewName() { return $this->newName; }
@return string
getNewName
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SingleEntityRename.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SingleEntityRename.php
Apache-2.0
public function setArchivedLogDirectory($archivedLogDirectory) { $this->archivedLogDirectory = $archivedLogDirectory; }
@param string
setArchivedLogDirectory
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/LogFileDirectories.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/LogFileDirectories.php
Apache-2.0
public function getArchivedLogDirectory() { return $this->archivedLogDirectory; }
@return string
getArchivedLogDirectory
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/LogFileDirectories.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/LogFileDirectories.php
Apache-2.0
public function setOnlineLogDirectory($onlineLogDirectory) { $this->onlineLogDirectory = $onlineLogDirectory; }
@param string
setOnlineLogDirectory
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/LogFileDirectories.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/LogFileDirectories.php
Apache-2.0
public function getOnlineLogDirectory() { return $this->onlineLogDirectory; }
@return string
getOnlineLogDirectory
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/LogFileDirectories.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/LogFileDirectories.php
Apache-2.0
public function setPrimaryKey($primaryKey) { $this->primaryKey = $primaryKey; }
@param string
setPrimaryKey
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetTablePrimaryKey.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetTablePrimaryKey.php
Apache-2.0
public function getPrimaryKey() { return $this->primaryKey; }
@return string
getPrimaryKey
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetTablePrimaryKey.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetTablePrimaryKey.php
Apache-2.0
public function setPrimaryKeyColumns($primaryKeyColumns) { $this->primaryKeyColumns = $primaryKeyColumns; }
@param string[]
setPrimaryKeyColumns
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetTablePrimaryKey.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetTablePrimaryKey.php
Apache-2.0
public function getPrimaryKeyColumns() { return $this->primaryKeyColumns; }
@return string[]
getPrimaryKeyColumns
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/SetTablePrimaryKey.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/SetTablePrimaryKey.php
Apache-2.0
public function setApiVersion($apiVersion) { $this->apiVersion = $apiVersion; }
@param string
setApiVersion
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function getApiVersion() { return $this->apiVersion; }
@return string
getApiVersion
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function setEndTime($endTime) { $this->endTime = $endTime; }
@param string
setEndTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function getEndTime() { return $this->endTime; }
@return string
getEndTime
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function setRequestedCancellation($requestedCancellation) { $this->requestedCancellation = $requestedCancellation; }
@param bool
setRequestedCancellation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function getRequestedCancellation() { return $this->requestedCancellation; }
@return bool
getRequestedCancellation
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function setStatusMessage($statusMessage) { $this->statusMessage = $statusMessage; }
@param string
setStatusMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function getStatusMessage() { return $this->statusMessage; }
@return string
getStatusMessage
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function setTarget($target) { $this->target = $target; }
@param string
setTarget
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function getTarget() { return $this->target; }
@return string
getTarget
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function setVerb($verb) { $this->verb = $verb; }
@param string
setVerb
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function getVerb() { return $this->verb; }
@return string
getVerb
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/GoogleCloudClouddmsV1OperationMetadata.php
Apache-2.0
public function setIgnoreCase($ignoreCase) { $this->ignoreCase = $ignoreCase; }
@param bool
setIgnoreCase
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ValueListFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ValueListFilter.php
Apache-2.0
public function getIgnoreCase() { return $this->ignoreCase; }
@return bool
getIgnoreCase
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ValueListFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ValueListFilter.php
Apache-2.0
public function setValuePresentList($valuePresentList) { $this->valuePresentList = $valuePresentList; }
@param string
setValuePresentList
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ValueListFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ValueListFilter.php
Apache-2.0
public function getValuePresentList() { return $this->valuePresentList; }
@return string
getValuePresentList
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ValueListFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ValueListFilter.php
Apache-2.0
public function setValues($values) { $this->values = $values; }
@param string[]
setValues
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ValueListFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ValueListFilter.php
Apache-2.0
public function getValues() { return $this->values; }
@return string[]
getValues
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ValueListFilter.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ValueListFilter.php
Apache-2.0
public function setLocations($locations) { $this->locations = $locations; }
@param Location[]
setLocations
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListLocationsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListLocationsResponse.php
Apache-2.0
public function getLocations() { return $this->locations; }
@return Location[]
getLocations
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListLocationsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListLocationsResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListLocationsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListLocationsResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/ListLocationsResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/ListLocationsResponse.php
Apache-2.0
public function setAuditConfigs($auditConfigs) { $this->auditConfigs = $auditConfigs; }
@param AuditConfig[]
setAuditConfigs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function getAuditConfigs() { return $this->auditConfigs; }
@return AuditConfig[]
getAuditConfigs
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function setBindings($bindings) { $this->bindings = $bindings; }
@param Binding[]
setBindings
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function getBindings() { return $this->bindings; }
@return Binding[]
getBindings
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function setEtag($etag) { $this->etag = $etag; }
@param string
setEtag
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function getEtag() { return $this->etag; }
@return string
getEtag
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function setVersion($version) { $this->version = $version; }
@param int
setVersion
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function getVersion() { return $this->version; }
@return int
getVersion
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/Policy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/Policy.php
Apache-2.0
public function setValue($value) { $this->value = $value; }
@param string
setValue
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/AssignSpecificValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AssignSpecificValue.php
Apache-2.0
public function getValue() { return $this->value; }
@return string
getValue
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/AssignSpecificValue.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/AssignSpecificValue.php
Apache-2.0
public function setSubnet($subnet) { $this->subnet = $subnet; }
@param string
setSubnet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/VmCreationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VmCreationConfig.php
Apache-2.0
public function getSubnet() { return $this->subnet; }
@return string
getSubnet
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/VmCreationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VmCreationConfig.php
Apache-2.0
public function setVmMachineType($vmMachineType) { $this->vmMachineType = $vmMachineType; }
@param string
setVmMachineType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/VmCreationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VmCreationConfig.php
Apache-2.0
public function getVmMachineType() { return $this->vmMachineType; }
@return string
getVmMachineType
php
googleapis/google-api-php-client-services
src/DatabaseMigrationService/VmCreationConfig.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/DatabaseMigrationService/VmCreationConfig.php
Apache-2.0