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 setMessage($message) { $this->message = $message; }
@param string
setMessage
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 getMessage() { return $this->message; }
@return string
getMessage
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 setZone($zone) { $this->zone = $zone; }
@param string
setZone
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ZoneConfiguration.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ZoneConfiguration.php
Apache-2.0
public function getZone() { return $this->zone; }
@return string
getZone
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ZoneConfiguration.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ZoneConfiguration.php
Apache-2.0
public function setInstances($instances) { $this->instances = $instances; }
@param Instance[]
setInstances
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListInstancesResponse.php
Apache-2.0
public function getInstances() { return $this->instances; }
@return Instance[]
getInstances
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListInstancesResponse.php
Apache-2.0
public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; }
@param string
setNextPageToken
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListInstancesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->nextPageToken; }
@return string
getNextPageToken
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListInstancesResponse.php
Apache-2.0
public function setUnreachable($unreachable) { $this->unreachable = $unreachable; }
@param string[]
setUnreachable
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListInstancesResponse.php
Apache-2.0
public function getUnreachable() { return $this->unreachable; }
@return string[]
getUnreachable
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/ListInstancesResponse.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListInstancesResponse.php
Apache-2.0
public function setHost($host) { $this->host = $host; }
@param string
setHost
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getHost() { return $this->host; }
@return string
getHost
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setMemcacheFullVersion($memcacheFullVersion) { $this->memcacheFullVersion = $memcacheFullVersion; }
@param string
setMemcacheFullVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getMemcacheFullVersion() { return $this->memcacheFullVersion; }
@return string
getMemcacheFullVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setMemcacheVersion($memcacheVersion) { $this->memcacheVersion = $memcacheVersion; }
@param string
setMemcacheVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getMemcacheVersion() { return $this->memcacheVersion; }
@return string
getMemcacheVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setNodeId($nodeId) { $this->nodeId = $nodeId; }
@param string
setNodeId
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getNodeId() { return $this->nodeId; }
@return string
getNodeId
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setParameters(MemcacheParameters $parameters) { $this->parameters = $parameters; }
@param MemcacheParameters
setParameters
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getParameters() { return $this->parameters; }
@return MemcacheParameters
getParameters
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setPort($port) { $this->port = $port; }
@param int
setPort
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getPort() { return $this->port; }
@return int
getPort
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setState($state) { $this->state = $state; }
@param string
setState
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getState() { return $this->state; }
@return string
getState
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setZone($zone) { $this->zone = $zone; }
@param string
setZone
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function getZone() { return $this->zone; }
@return string
getZone
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Node.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Node.php
Apache-2.0
public function setApiVersion($apiVersion) { $this->apiVersion = $apiVersion; }
@param string
setApiVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function getApiVersion() { return $this->apiVersion; }
@return string
getApiVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; }
@param bool
setCancelRequested
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function getCancelRequested() { return $this->cancelRequested; }
@return bool
getCancelRequested
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function setEndTime($endTime) { $this->endTime = $endTime; }
@param string
setEndTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function getEndTime() { return $this->endTime; }
@return string
getEndTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; }
@param string
setStatusDetail
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function getStatusDetail() { return $this->statusDetail; }
@return string
getStatusDetail
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function setTarget($target) { $this->target = $target; }
@param string
setTarget
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function getTarget() { return $this->target; }
@return string
getTarget
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function setVerb($verb) { $this->verb = $verb; }
@param string
setVerb
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function getVerb() { return $this->verb; }
@return string
getVerb
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/OperationMetadata.php
Apache-2.0
public function setNodes($nodes) { $this->nodes = $nodes; }
@param GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[]
setNodes
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
Apache-2.0
public function getNodes() { return $this->nodes; }
@return GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata[]
getNodes
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
Apache-2.0
public function setPerSliEligibility(GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility $perSliEligibility) { $this->perSliEligibility = $perSliEligibility; }
@param GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
setPerSliEligibility
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
Apache-2.0
public function getPerSliEligibility() { return $this->perSliEligibility; }
@return GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
getPerSliEligibility
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
Apache-2.0
public function setTier($tier) { $this->tier = $tier; }
@param string
setTier
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
Apache-2.0
public function getTier() { return $this->tier; }
@return string
getTier
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php
Apache-2.0
public function setDay($day) { $this->day = $day; }
@param int
setDay
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Date.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Date.php
Apache-2.0
public function getDay() { return $this->day; }
@return int
getDay
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Date.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Date.php
Apache-2.0
public function setMonth($month) { $this->month = $month; }
@param int
setMonth
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Date.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Date.php
Apache-2.0
public function getMonth() { return $this->month; }
@return int
getMonth
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Date.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Date.php
Apache-2.0
public function setYear($year) { $this->year = $year; }
@param int
setYear
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Date.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Date.php
Apache-2.0
public function getYear() { return $this->year; }
@return int
getYear
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Date.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Date.php
Apache-2.0
public function setDisplayName($displayName) { $this->displayName = $displayName; }
@param string
setDisplayName
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function getDisplayName() { return $this->displayName; }
@return string
getDisplayName
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function setLabels($labels) { $this->labels = $labels; }
@param string[]
setLabels
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function getLabels() { return $this->labels; }
@return string[]
getLabels
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function setLocationId($locationId) { $this->locationId = $locationId; }
@param string
setLocationId
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function getLocationId() { return $this->locationId; }
@return string
getLocationId
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function setMetadata($metadata) { $this->metadata = $metadata; }
@param array[]
setMetadata
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function getMetadata() { return $this->metadata; }
@return array[]
getMetadata
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function setName($name) { $this->name = $name; }
@param string
setName
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function getName() { return $this->name; }
@return string
getName
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/Location.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Location.php
Apache-2.0
public function setHours($hours) { $this->hours = $hours; }
@param int
setHours
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function getHours() { return $this->hours; }
@return int
getHours
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function setMinutes($minutes) { $this->minutes = $minutes; }
@param int
setMinutes
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function getMinutes() { return $this->minutes; }
@return int
getMinutes
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function setNanos($nanos) { $this->nanos = $nanos; }
@param int
setNanos
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function getNanos() { return $this->nanos; }
@return int
getNanos
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function setSeconds($seconds) { $this->seconds = $seconds; }
@param int
setSeconds
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function getSeconds() { return $this->seconds; }
@return int
getSeconds
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TimeOfDay.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TimeOfDay.php
Apache-2.0
public function setDay($day) { $this->day = $day; }
@param string
setDay
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
Apache-2.0
public function getDay() { return $this->day; }
@return string
getDay
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
Apache-2.0
public function setDuration($duration) { $this->duration = $duration; }
@param string
setDuration
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
Apache-2.0
public function getDuration() { return $this->duration; }
@return string
getDuration
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
Apache-2.0
public function setStartTime(TimeOfDay $startTime) { $this->startTime = $startTime; }
@param TimeOfDay
setStartTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
Apache-2.0
public function getStartTime() { return $this->startTime; }
@return TimeOfDay
getStartTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/WeeklyMaintenanceWindow.php
Apache-2.0
public function setPlacerConfig($placerConfig) { $this->placerConfig = $placerConfig; }
@param string
setPlacerConfig
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/PlacerLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/PlacerLocation.php
Apache-2.0
public function getPlacerConfig() { return $this->placerConfig; }
@return string
getPlacerConfig
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/PlacerLocation.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/PlacerLocation.php
Apache-2.0
public function setApiVersion($apiVersion) { $this->apiVersion = $apiVersion; }
@param string
setApiVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function getApiVersion() { return $this->apiVersion; }
@return string
getApiVersion
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function setCancelRequested($cancelRequested) { $this->cancelRequested = $cancelRequested; }
@param bool
setCancelRequested
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function getCancelRequested() { return $this->cancelRequested; }
@return bool
getCancelRequested
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function setCreateTime($createTime) { $this->createTime = $createTime; }
@param string
setCreateTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function getCreateTime() { return $this->createTime; }
@return string
getCreateTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function setEndTime($endTime) { $this->endTime = $endTime; }
@param string
setEndTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function getEndTime() { return $this->endTime; }
@return string
getEndTime
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function setStatusDetail($statusDetail) { $this->statusDetail = $statusDetail; }
@param string
setStatusDetail
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function getStatusDetail() { return $this->statusDetail; }
@return string
getStatusDetail
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function setTarget($target) { $this->target = $target; }
@param string
setTarget
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function getTarget() { return $this->target; }
@return string
getTarget
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function setVerb($verb) { $this->verb = $verb; }
@param string
setVerb
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function getVerb() { return $this->verb; }
@return string
getVerb
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1OperationMetadata.php
Apache-2.0
public function setTargetShape($targetShape) { $this->targetShape = $targetShape; }
@param int
setTargetShape
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
Apache-2.0
public function getTargetShape() { return $this->targetShape; }
@return int
getTargetShape
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
Apache-2.0
public function setZones($zones) { $this->zones = $zones; }
@param ZoneConfiguration[]
setZones
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
Apache-2.0
public function getZones() { return $this->zones; }
@return ZoneConfiguration[]
getZones
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/RegionalMigDistributionPolicy.php
Apache-2.0
public function setProjectNumbers($projectNumbers) { $this->projectNumbers = $projectNumbers; }
@param string[]
setProjectNumbers
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TenantProjectProxy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TenantProjectProxy.php
Apache-2.0
public function getProjectNumbers() { return $this->projectNumbers; }
@return string[]
getProjectNumbers
php
googleapis/google-api-php-client-services
src/CloudMemorystoreforMemcached/TenantProjectProxy.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/TenantProjectProxy.php
Apache-2.0
public function setLocation($location) { $this->location = $location; }
@param string
setLocation
php
googleapis/google-api-php-client-services
src/NetAppFiles/LocationAssignment.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/LocationAssignment.php
Apache-2.0
public function getLocation() { return $this->location; }
@return string
getLocation
php
googleapis/google-api-php-client-services
src/NetAppFiles/LocationAssignment.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/LocationAssignment.php
Apache-2.0