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 setPlacerConfig($placerConfig)
{
$this->placerConfig = $placerConfig;
} | @param string | setPlacerConfig | php | googleapis/google-api-php-client-services | src/DataFusion/PlacerLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PlacerLocation.php | Apache-2.0 |
public function getPlacerConfig()
{
return $this->placerConfig;
} | @return string | getPlacerConfig | php | googleapis/google-api-php-client-services | src/DataFusion/PlacerLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/PlacerLocation.php | Apache-2.0 |
public function setCondition(Expr $condition)
{
$this->condition = $condition;
} | @param Expr | setCondition | php | googleapis/google-api-php-client-services | src/DataFusion/Binding.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Binding.php | Apache-2.0 |
public function getCondition()
{
return $this->condition;
} | @return Expr | getCondition | php | googleapis/google-api-php-client-services | src/DataFusion/Binding.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Binding.php | Apache-2.0 |
public function setMembers($members)
{
$this->members = $members;
} | @param string[] | setMembers | php | googleapis/google-api-php-client-services | src/DataFusion/Binding.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Binding.php | Apache-2.0 |
public function getMembers()
{
return $this->members;
} | @return string[] | getMembers | php | googleapis/google-api-php-client-services | src/DataFusion/Binding.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Binding.php | Apache-2.0 |
public function setRole($role)
{
$this->role = $role;
} | @param string | setRole | php | googleapis/google-api-php-client-services | src/DataFusion/Binding.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Binding.php | Apache-2.0 |
public function getRole()
{
return $this->role;
} | @return string | getRole | php | googleapis/google-api-php-client-services | src/DataFusion/Binding.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/Binding.php | Apache-2.0 |
public function setPd(PersistentDiskData $pd)
{
$this->pd = $pd;
} | @param PersistentDiskData | setPd | php | googleapis/google-api-php-client-services | src/DataFusion/ServiceData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ServiceData.php | Apache-2.0 |
public function getPd()
{
return $this->pd;
} | @return PersistentDiskData | getPd | php | googleapis/google-api-php-client-services | src/DataFusion/ServiceData.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/ServiceData.php | Apache-2.0 |
public function setExemptedMembers($exemptedMembers)
{
$this->exemptedMembers = $exemptedMembers;
} | @param string[] | setExemptedMembers | php | googleapis/google-api-php-client-services | src/DataFusion/AuditLogConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditLogConfig.php | Apache-2.0 |
public function getExemptedMembers()
{
return $this->exemptedMembers;
} | @return string[] | getExemptedMembers | php | googleapis/google-api-php-client-services | src/DataFusion/AuditLogConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditLogConfig.php | Apache-2.0 |
public function setLogType($logType)
{
$this->logType = $logType;
} | @param string | setLogType | php | googleapis/google-api-php-client-services | src/DataFusion/AuditLogConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditLogConfig.php | Apache-2.0 |
public function getLogType()
{
return $this->logType;
} | @return string | getLogType | php | googleapis/google-api-php-client-services | src/DataFusion/AuditLogConfig.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/AuditLogConfig.php | Apache-2.0 |
public function setTargetShape($targetShape)
{
$this->targetShape = $targetShape;
} | @param int | setTargetShape | php | googleapis/google-api-php-client-services | src/DataFusion/RegionalMigDistributionPolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RegionalMigDistributionPolicy.php | Apache-2.0 |
public function getTargetShape()
{
return $this->targetShape;
} | @return int | getTargetShape | php | googleapis/google-api-php-client-services | src/DataFusion/RegionalMigDistributionPolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RegionalMigDistributionPolicy.php | Apache-2.0 |
public function setZones($zones)
{
$this->zones = $zones;
} | @param ZoneConfiguration[] | setZones | php | googleapis/google-api-php-client-services | src/DataFusion/RegionalMigDistributionPolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RegionalMigDistributionPolicy.php | Apache-2.0 |
public function getZones()
{
return $this->zones;
} | @return ZoneConfiguration[] | getZones | php | googleapis/google-api-php-client-services | src/DataFusion/RegionalMigDistributionPolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/RegionalMigDistributionPolicy.php | Apache-2.0 |
public function setProjectNumbers($projectNumbers)
{
$this->projectNumbers = $projectNumbers;
} | @param string[] | setProjectNumbers | php | googleapis/google-api-php-client-services | src/DataFusion/TenantProjectProxy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TenantProjectProxy.php | Apache-2.0 |
public function getProjectNumbers()
{
return $this->projectNumbers;
} | @return string[] | getProjectNumbers | php | googleapis/google-api-php-client-services | src/DataFusion/TenantProjectProxy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/DataFusion/TenantProjectProxy.php | Apache-2.0 |
public function setLocation($location)
{
$this->location = $location;
} | @param string | setLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationAssignment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationAssignment.php | Apache-2.0 |
public function getLocation()
{
return $this->location;
} | @return string | getLocation | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationAssignment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationAssignment.php | Apache-2.0 |
public function setLocationType($locationType)
{
$this->locationType = $locationType;
} | @param string | setLocationType | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationAssignment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationAssignment.php | Apache-2.0 |
public function getLocationType()
{
return $this->locationType;
} | @return string | getLocationType | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/LocationAssignment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/LocationAssignment.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListOperationsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListOperationsResponse.php | Apache-2.0 |
public function setOperations($operations)
{
$this->operations = $operations;
} | @param Operation[] | setOperations | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListOperationsResponse.php | Apache-2.0 |
public function getOperations()
{
return $this->operations;
} | @return Operation[] | getOperations | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListOperationsResponse.php | Apache-2.0 |
public function setChildAsset($childAsset)
{
$this->childAsset = $childAsset;
} | @param CloudAsset[] | setChildAsset | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/CloudAssetComposition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/CloudAssetComposition.php | Apache-2.0 |
public function getChildAsset()
{
return $this->childAsset;
} | @return CloudAsset[] | getChildAsset | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/CloudAssetComposition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/CloudAssetComposition.php | Apache-2.0 |
public function setPolicyId($policyId)
{
$this->policyId = $policyId;
} | @param string[] | setPolicyId | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/BlobstoreLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/BlobstoreLocation.php | Apache-2.0 |
public function getPolicyId()
{
return $this->policyId;
} | @return string[] | getPolicyId | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/BlobstoreLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/BlobstoreLocation.php | Apache-2.0 |
public function setDone($done)
{
$this->done = $done;
} | @param bool | setDone | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function getDone()
{
return $this->done;
} | @return bool | getDone | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function setError(Status $error)
{
$this->error = $error;
} | @param Status | setError | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return Status | getError | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function setMetadata($metadata)
{
$this->metadata = $metadata;
} | @param array[] | setMetadata | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return array[] | getMetadata | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function setResponse($response)
{
$this->response = $response;
} | @param array[] | setResponse | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function getResponse()
{
return $this->response;
} | @return array[] | getResponse | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Operation.php | Apache-2.0 |
public function setRegionalMigDistributionPolicy(RegionalMigDistributionPolicy $regionalMigDistributionPolicy)
{
$this->regionalMigDistributionPolicy = $regionalMigDistributionPolicy;
} | @param RegionalMigDistributionPolicy | setRegionalMigDistributionPolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ExtraParameter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ExtraParameter.php | Apache-2.0 |
public function getRegionalMigDistributionPolicy()
{
return $this->regionalMigDistributionPolicy;
} | @return RegionalMigDistributionPolicy | getRegionalMigDistributionPolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ExtraParameter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ExtraParameter.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function setUpdatePolicy(UpdatePolicy $updatePolicy)
{
$this->updatePolicy = $updatePolicy;
} | @param UpdatePolicy | setUpdatePolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function getUpdatePolicy()
{
return $this->updatePolicy;
} | @return UpdatePolicy | getUpdatePolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
} | @param string | setUpdateTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function getUpdateTime()
{
return $this->updateTime;
} | @return string | getUpdateTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/MaintenancePolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/MaintenancePolicy.php | Apache-2.0 |
public function setEligible($eligible)
{
$this->eligible = $eligible;
} | @param bool | setEligible | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | Apache-2.0 |
public function getEligible()
{
return $this->eligible;
} | @return bool | getEligible | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | Apache-2.0 |
public function setReason($reason)
{
$this->reason = $reason;
} | @param string | setReason | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | Apache-2.0 |
public function getReason()
{
return $this->reason;
} | @return string | getReason | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php | Apache-2.0 |
public function setLocations($locations)
{
$this->locations = $locations;
} | @param Location[] | setLocations | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListLocationsResponse.php | Apache-2.0 |
public function getLocations()
{
return $this->locations;
} | @return Location[] | getLocations | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListLocationsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListLocationsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/ListLocationsResponse.php | Apache-2.0 |
public function setAssetName($assetName)
{
$this->assetName = $assetName;
} | @param string | setAssetName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/CloudAsset.php | Apache-2.0 |
public function getAssetName()
{
return $this->assetName;
} | @return string | getAssetName | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/CloudAsset.php | Apache-2.0 |
public function setAssetType($assetType)
{
$this->assetType = $assetType;
} | @param string | setAssetType | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/CloudAsset.php | Apache-2.0 |
public function getAssetType()
{
return $this->assetType;
} | @return string | getAssetType | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/CloudAsset.php | Apache-2.0 |
public function setExclude($exclude)
{
$this->exclude = $exclude;
} | @param bool | setExclude | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | Apache-2.0 |
public function getExclude()
{
return $this->exclude;
} | @return bool | getExclude | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | Apache-2.0 |
public function setIsRollback($isRollback)
{
$this->isRollback = $isRollback;
} | @param bool | setIsRollback | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | Apache-2.0 |
public function getIsRollback()
{
return $this->isRollback;
} | @return bool | getIsRollback | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | Apache-2.0 |
public function setMaintenancePolicies($maintenancePolicies)
{
$this->maintenancePolicies = $maintenancePolicies;
} | @param MaintenancePolicy[] | setMaintenancePolicies | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | Apache-2.0 |
public function getMaintenancePolicies()
{
return $this->maintenancePolicies;
} | @return MaintenancePolicy[] | getMaintenancePolicies | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | Apache-2.0 |
public function setCanReschedule($canReschedule)
{
$this->canReschedule = $canReschedule;
} | @param bool | setCanReschedule | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function getCanReschedule()
{
return $this->canReschedule;
} | @return bool | getCanReschedule | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function setEndTime($endTime)
{
$this->endTime = $endTime;
} | @param string | setEndTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function getEndTime()
{
return $this->endTime;
} | @return string | getEndTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function setRolloutManagementPolicy($rolloutManagementPolicy)
{
$this->rolloutManagementPolicy = $rolloutManagementPolicy;
} | @param string | setRolloutManagementPolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function getRolloutManagementPolicy()
{
return $this->rolloutManagementPolicy;
} | @return string | getRolloutManagementPolicy | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function setScheduleDeadlineTime($scheduleDeadlineTime)
{
$this->scheduleDeadlineTime = $scheduleDeadlineTime;
} | @param string | setScheduleDeadlineTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function getScheduleDeadlineTime()
{
return $this->scheduleDeadlineTime;
} | @return string | getScheduleDeadlineTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function setStartTime($startTime)
{
$this->startTime = $startTime;
} | @param string | setStartTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function getStartTime()
{
return $this->startTime;
} | @return string | getStartTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php | Apache-2.0 |
public function setDay($day)
{
$this->day = $day;
} | @param string | setDay | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Schedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Schedule.php | Apache-2.0 |
public function getDay()
{
return $this->day;
} | @return string | getDay | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Schedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Schedule.php | Apache-2.0 |
public function setDuration($duration)
{
$this->duration = $duration;
} | @param string | setDuration | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Schedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Schedule.php | Apache-2.0 |
public function getDuration()
{
return $this->duration;
} | @return string | getDuration | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Schedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Schedule.php | Apache-2.0 |
public function setStartTime(TimeOfDay $startTime)
{
$this->startTime = $startTime;
} | @param TimeOfDay | setStartTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Schedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Schedule.php | Apache-2.0 |
public function getStartTime()
{
return $this->startTime;
} | @return TimeOfDay | getStartTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/Schedule.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/Schedule.php | Apache-2.0 |
public function setAvailableZones($availableZones)
{
$this->availableZones = $availableZones;
} | @param GoogleCloudMemcacheV1ZoneMetadata[] | setAvailableZones | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php | Apache-2.0 |
public function getAvailableZones()
{
return $this->availableZones;
} | @return GoogleCloudMemcacheV1ZoneMetadata[] | getAvailableZones | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1LocationMetadata.php | Apache-2.0 |
public function setDuration($duration)
{
$this->duration = $duration;
} | @param string | setDuration | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DailyCycle.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DailyCycle.php | Apache-2.0 |
public function getDuration()
{
return $this->duration;
} | @return string | getDuration | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DailyCycle.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DailyCycle.php | Apache-2.0 |
public function setStartTime(TimeOfDay $startTime)
{
$this->startTime = $startTime;
} | @param TimeOfDay | setStartTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DailyCycle.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DailyCycle.php | Apache-2.0 |
public function getStartTime()
{
return $this->startTime;
} | @return TimeOfDay | getStartTime | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/DailyCycle.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/DailyCycle.php | Apache-2.0 |
public function setMemcacheVersion($memcacheVersion)
{
$this->memcacheVersion = $memcacheVersion;
} | @param string | setMemcacheVersion | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1UpgradeInstanceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1UpgradeInstanceRequest.php | Apache-2.0 |
public function getMemcacheVersion()
{
return $this->memcacheVersion;
} | @return string | getMemcacheVersion | php | googleapis/google-api-php-client-services | src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1UpgradeInstanceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/CloudMemorystoreforMemcached/GoogleCloudMemcacheV1UpgradeInstanceRequest.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.