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 setMaintenancePolicy(GoogleCloudMemcacheV1MaintenancePolicy $maintenancePolicy)
{
$this->maintenancePolicy = $maintenancePolicy;
} | @param GoogleCloudMemcacheV1MaintenancePolicy | setMaintenancePolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getMaintenancePolicy()
{
return $this->maintenancePolicy;
} | @return GoogleCloudMemcacheV1MaintenancePolicy | getMaintenancePolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setMaintenanceSchedule(MaintenanceSchedule $maintenanceSchedule)
{
$this->maintenanceSchedule = $maintenanceSchedule;
} | @param MaintenanceSchedule | setMaintenanceSchedule | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getMaintenanceSchedule()
{
return $this->maintenanceSchedule;
} | @return MaintenanceSchedule | getMaintenanceSchedule | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setMemcacheFullVersion($memcacheFullVersion)
{
$this->memcacheFullVersion = $memcacheFullVersion;
} | @param string | setMemcacheFullVersion | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getMemcacheFullVersion()
{
return $this->memcacheFullVersion;
} | @return string | getMemcacheFullVersion | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setMemcacheNodes($memcacheNodes)
{
$this->memcacheNodes = $memcacheNodes;
} | @param Node[] | setMemcacheNodes | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getMemcacheNodes()
{
return $this->memcacheNodes;
} | @return Node[] | getMemcacheNodes | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setMemcacheVersion($memcacheVersion)
{
$this->memcacheVersion = $memcacheVersion;
} | @param string | setMemcacheVersion | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getMemcacheVersion()
{
return $this->memcacheVersion;
} | @return string | getMemcacheVersion | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setNodeConfig(NodeConfig $nodeConfig)
{
$this->nodeConfig = $nodeConfig;
} | @param NodeConfig | setNodeConfig | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getNodeConfig()
{
return $this->nodeConfig;
} | @return NodeConfig | getNodeConfig | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setNodeCount($nodeCount)
{
$this->nodeCount = $nodeCount;
} | @param int | setNodeCount | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getNodeCount()
{
return $this->nodeCount;
} | @return int | getNodeCount | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setParameters(MemcacheParameters $parameters)
{
$this->parameters = $parameters;
} | @param MemcacheParameters | setParameters | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getParameters()
{
return $this->parameters;
} | @return MemcacheParameters | getParameters | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setReservedIpRangeId($reservedIpRangeId)
{
$this->reservedIpRangeId = $reservedIpRangeId;
} | @param string[] | setReservedIpRangeId | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getReservedIpRangeId()
{
return $this->reservedIpRangeId;
} | @return string[] | getReservedIpRangeId | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setSatisfiesPzi($satisfiesPzi)
{
$this->satisfiesPzi = $satisfiesPzi;
} | @param bool | setSatisfiesPzi | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getSatisfiesPzi()
{
return $this->satisfiesPzi;
} | @return bool | getSatisfiesPzi | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setSatisfiesPzs($satisfiesPzs)
{
$this->satisfiesPzs = $satisfiesPzs;
} | @param bool | setSatisfiesPzs | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getSatisfiesPzs()
{
return $this->satisfiesPzs;
} | @return bool | getSatisfiesPzs | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setZones($zones)
{
$this->zones = $zones;
} | @param string[] | setZones | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function getZones()
{
return $this->zones;
} | @return string[] | getZones | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Instance.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Instance.php | Apache-2.0 |
public function setResourceType($resourceType)
{
$this->resourceType = $resourceType;
} | @param string | setResourceType | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | Apache-2.0 |
public function getResourceType()
{
return $this->resourceType;
} | @return string | getResourceType | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | Apache-2.0 |
public function setResourceUrl($resourceUrl)
{
$this->resourceUrl = $resourceUrl;
} | @param string | setResourceUrl | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | Apache-2.0 |
public function getResourceUrl()
{
return $this->resourceUrl;
} | @return string | getResourceUrl | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | Apache-2.0 |
public function setNodeId($nodeId)
{
$this->nodeId = $nodeId;
} | @param string | setNodeId | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | Apache-2.0 |
public function getNodeId()
{
return $this->nodeId;
} | @return string | getNodeId | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | Apache-2.0 |
public function setPerSliEligibility(GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility $perSliEligibility)
{
$this->perSliEligibility = $perSliEligibility;
} | @param GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility | setPerSliEligibility | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | Apache-2.0 |
public function getPerSliEligibility()
{
return $this->perSliEligibility;
} | @return GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility | getPerSliEligibility | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php | Apache-2.0 |
public function setDailyCycle(DailyCycle $dailyCycle)
{
$this->dailyCycle = $dailyCycle;
} | @param DailyCycle | setDailyCycle | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenanceWindow.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenanceWindow.php | Apache-2.0 |
public function getDailyCycle()
{
return $this->dailyCycle;
} | @return DailyCycle | getDailyCycle | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenanceWindow.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenanceWindow.php | Apache-2.0 |
public function setWeeklyCycle(WeeklyCycle $weeklyCycle)
{
$this->weeklyCycle = $weeklyCycle;
} | @param WeeklyCycle | setWeeklyCycle | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenanceWindow.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenanceWindow.php | Apache-2.0 |
public function getWeeklyCycle()
{
return $this->weeklyCycle;
} | @return WeeklyCycle | getWeeklyCycle | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenanceWindow.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenanceWindow.php | Apache-2.0 |
public function setAvailableZones($availableZones)
{
$this->availableZones = $availableZones;
} | @param ZoneMetadata[] | setAvailableZones | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationMetadata.php | Apache-2.0 |
public function getAvailableZones()
{
return $this->availableZones;
} | @return ZoneMetadata[] | getAvailableZones | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationMetadata.php | Apache-2.0 |
public function setChannel($channel)
{
$this->channel = $channel;
} | @param string | setChannel | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdatePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdatePolicy.php | Apache-2.0 |
public function getChannel()
{
return $this->channel;
} | @return string | getChannel | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdatePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdatePolicy.php | Apache-2.0 |
public function setDenyMaintenancePeriods($denyMaintenancePeriods)
{
$this->denyMaintenancePeriods = $denyMaintenancePeriods;
} | @param DenyMaintenancePeriod[] | setDenyMaintenancePeriods | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdatePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdatePolicy.php | Apache-2.0 |
public function getDenyMaintenancePeriods()
{
return $this->denyMaintenancePeriods;
} | @return DenyMaintenancePeriod[] | getDenyMaintenancePeriods | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdatePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdatePolicy.php | Apache-2.0 |
public function setWindow(MaintenanceWindow $window)
{
$this->window = $window;
} | @param MaintenanceWindow | setWindow | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdatePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdatePolicy.php | Apache-2.0 |
public function getWindow()
{
return $this->window;
} | @return MaintenanceWindow | getWindow | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdatePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdatePolicy.php | Apache-2.0 |
public function setParameters(MemcacheParameters $parameters)
{
$this->parameters = $parameters;
} | @param MemcacheParameters | setParameters | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | Apache-2.0 |
public function getParameters()
{
return $this->parameters;
} | @return MemcacheParameters | getParameters | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | Apache-2.0 |
public function setUpdateMask($updateMask)
{
$this->updateMask = $updateMask;
} | @param string | setUpdateMask | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | Apache-2.0 |
public function getUpdateMask()
{
return $this->updateMask;
} | @return string | getUpdateMask | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/UpdateParametersRequest.php | Apache-2.0 |
public function setCode($code)
{
$this->code = $code;
} | @param int | setCode | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Status.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Status.php | Apache-2.0 |
public function getCode()
{
return $this->code;
} | @return int | getCode | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Status.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Status.php | Apache-2.0 |
public function setDetails($details)
{
$this->details = $details;
} | @param array[] | setDetails | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Status.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Status.php | Apache-2.0 |
public function getDetails()
{
return $this->details;
} | @return array[] | getDetails | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Status.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Status.php | Apache-2.0 |
public function setMessage($message)
{
$this->message = $message;
} | @param string | setMessage | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Status.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Status.php | Apache-2.0 |
public function getMessage()
{
return $this->message;
} | @return string | getMessage | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Status.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Status.php | Apache-2.0 |
public function setBlobstoreLocation(BlobstoreLocation $blobstoreLocation)
{
$this->blobstoreLocation = $blobstoreLocation;
} | @param BlobstoreLocation | setBlobstoreLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function getBlobstoreLocation()
{
return $this->blobstoreLocation;
} | @return BlobstoreLocation | getBlobstoreLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function setChildAssetLocation(CloudAssetComposition $childAssetLocation)
{
$this->childAssetLocation = $childAssetLocation;
} | @param CloudAssetComposition | setChildAssetLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function getChildAssetLocation()
{
return $this->childAssetLocation;
} | @return CloudAssetComposition | getChildAssetLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function setDirectLocation(DirectLocationAssignment $directLocation)
{
$this->directLocation = $directLocation;
} | @param DirectLocationAssignment | setDirectLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function getDirectLocation()
{
return $this->directLocation;
} | @return DirectLocationAssignment | getDirectLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function setGcpProjectProxy(TenantProjectProxy $gcpProjectProxy)
{
$this->gcpProjectProxy = $gcpProjectProxy;
} | @param TenantProjectProxy | setGcpProjectProxy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function getGcpProjectProxy()
{
return $this->gcpProjectProxy;
} | @return TenantProjectProxy | getGcpProjectProxy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function setPlacerLocation(PlacerLocation $placerLocation)
{
$this->placerLocation = $placerLocation;
} | @param PlacerLocation | setPlacerLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function getPlacerLocation()
{
return $this->placerLocation;
} | @return PlacerLocation | getPlacerLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function setSpannerLocation(SpannerLocation $spannerLocation)
{
$this->spannerLocation = $spannerLocation;
} | @param SpannerLocation | setSpannerLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function getSpannerLocation()
{
return $this->spannerLocation;
} | @return SpannerLocation | getSpannerLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationData.php | Apache-2.0 |
public function setEndDate(Date $endDate)
{
$this->endDate = $endDate;
} | @param Date | setEndDate | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | Apache-2.0 |
public function getEndDate()
{
return $this->endDate;
} | @return Date | getEndDate | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | Apache-2.0 |
public function setStartDate(Date $startDate)
{
$this->startDate = $startDate;
} | @param Date | setStartDate | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | Apache-2.0 |
public function getStartDate()
{
return $this->startDate;
} | @return Date | getStartDate | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | Apache-2.0 |
public function setTime(TimeOfDay $time)
{
$this->time = $time;
} | @param TimeOfDay | setTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | Apache-2.0 |
public function getTime()
{
return $this->time;
} | @return TimeOfDay | getTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DenyMaintenancePeriod.php | Apache-2.0 |
public function setValues($values)
{
$this->values = $values;
} | @param string[] | setValues | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.php | Apache-2.0 |
public function getValues()
{
return $this->values;
} | @return string[] | getValues | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter.php | Apache-2.0 |
public function setCcfeRmsPath($ccfeRmsPath)
{
$this->ccfeRmsPath = $ccfeRmsPath;
} | @param string | setCcfeRmsPath | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function getCcfeRmsPath()
{
return $this->ccfeRmsPath;
} | @return string | getCcfeRmsPath | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function setExpected(IsolationExpectations $expected)
{
$this->expected = $expected;
} | @param IsolationExpectations | setExpected | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function getExpected()
{
return $this->expected;
} | @return IsolationExpectations | getExpected | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function setExtraParameters($extraParameters)
{
$this->extraParameters = $extraParameters;
} | @param ExtraParameter[] | setExtraParameters | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function getExtraParameters()
{
return $this->extraParameters;
} | @return ExtraParameter[] | getExtraParameters | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function setLocationData($locationData)
{
$this->locationData = $locationData;
} | @param LocationData[] | setLocationData | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function getLocationData()
{
return $this->locationData;
} | @return LocationData[] | getLocationData | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function setParentAsset($parentAsset)
{
$this->parentAsset = $parentAsset;
} | @param CloudAsset[] | setParentAsset | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function getParentAsset()
{
return $this->parentAsset;
} | @return CloudAsset[] | getParentAsset | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/AssetLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/AssetLocation.php | Apache-2.0 |
public function setApplyAll($applyAll)
{
$this->applyAll = $applyAll;
} | @param bool | setApplyAll | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | Apache-2.0 |
public function getApplyAll()
{
return $this->applyAll;
} | @return bool | getApplyAll | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | Apache-2.0 |
public function setNodeIds($nodeIds)
{
$this->nodeIds = $nodeIds;
} | @param string[] | setNodeIds | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | Apache-2.0 |
public function getNodeIds()
{
return $this->nodeIds;
} | @return string[] | getNodeIds | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ApplyParametersRequest.php | Apache-2.0 |
public function setEligibilities($eligibilities)
{
$this->eligibilities = $eligibilities;
} | @param GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility[] | setEligibilities | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php | Apache-2.0 |
public function getEligibilities()
{
return $this->eligibilities;
} | @return GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility[] | getEligibilities | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php | Apache-2.0 |
public function setCode($code)
{
$this->code = $code;
} | @param string | setCode | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/InstanceMessage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/InstanceMessage.php | Apache-2.0 |
public function getCode()
{
return $this->code;
} | @return string | getCode | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/InstanceMessage.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/InstanceMessage.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.