/var/www/flurhymez/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached
NameSizeModeActions
Resource/-0755rm
ApplyParametersRequest.php14700644editdlrm
CancelOperationRequest.php9060644editdlrm
DailyCycle.php14520644editdlrm
Date.php15280644editdlrm
DenyMaintenancePeriod.php17650644editdlrm
GoogleCloudMemcacheV1LocationMetadata.php13800644editdlrm
GoogleCloudMemcacheV1OperationMetadata.php28390644editdlrm
GoogleCloudMemcacheV1ZoneMetadata.php9390644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1Instance.php66590644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php25670644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php19780644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.php21520644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility.php15460644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource.php16120644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility.php15280644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion.php16840644editdlrm
GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php23530644editdlrm
Instance.php57010644editdlrm
InstanceMessage.php13750644editdlrm
ListInstancesResponse.php18550644editdlrm
ListLocationsResponse.php15640644editdlrm
ListOperationsResponse.php15790644editdlrm
Location.php21770644editdlrm
LocationMetadata.php12540644editdlrm
MaintenancePolicy.php28110644editdlrm
MaintenanceWindow.php15660644editdlrm
MemcacheEmpty.php8790644editdlrm
MemcacheParameters.php13690644editdlrm
Node.php23980644editdlrm
NodeConfig.php14050644editdlrm
Operation.php21350644editdlrm
OperationMetadata.php27760644editdlrm
Schedule.php16730644editdlrm
Status.php16430644editdlrm
TimeOfDay.php18240644editdlrm
UpdateParametersRequest.php15490644editdlrm
UpdatePolicy.php19780644editdlrm
WeeklyCycle.php12280644editdlrm
ZoneMetadata.php8760644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/Instance.php (5701B)
authorizedNetwork = $authorizedNetwork; } /** * @return string */ public function getAuthorizedNetwork() { return $this->authorizedNetwork; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDiscoveryEndpoint($discoveryEndpoint) { $this->discoveryEndpoint = $discoveryEndpoint; } /** * @return string */ public function getDiscoveryEndpoint() { return $this->discoveryEndpoint; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param InstanceMessage[] */ public function setInstanceMessages($instanceMessages) { $this->instanceMessages = $instanceMessages; } /** * @return InstanceMessage[] */ public function getInstanceMessages() { return $this->instanceMessages; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string */ public function setMemcacheFullVersion($memcacheFullVersion) { $this->memcacheFullVersion = $memcacheFullVersion; } /** * @return string */ public function getMemcacheFullVersion() { return $this->memcacheFullVersion; } /** * @param Node[] */ public function setMemcacheNodes($memcacheNodes) { $this->memcacheNodes = $memcacheNodes; } /** * @return Node[] */ public function getMemcacheNodes() { return $this->memcacheNodes; } /** * @param string */ public function setMemcacheVersion($memcacheVersion) { $this->memcacheVersion = $memcacheVersion; } /** * @return string */ public function getMemcacheVersion() { return $this->memcacheVersion; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param NodeConfig */ public function setNodeConfig(NodeConfig $nodeConfig) { $this->nodeConfig = $nodeConfig; } /** * @return NodeConfig */ public function getNodeConfig() { return $this->nodeConfig; } /** * @param int */ public function setNodeCount($nodeCount) { $this->nodeCount = $nodeCount; } /** * @return int */ public function getNodeCount() { return $this->nodeCount; } /** * @param MemcacheParameters */ public function setParameters(MemcacheParameters $parameters) { $this->parameters = $parameters; } /** * @return MemcacheParameters */ public function getParameters() { return $this->parameters; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param string[] */ public function setZones($zones) { $this->zones = $zones; } /** * @return string[] */ public function getZones() { return $this->zones; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Instance::class, 'Google_Service_CloudMemorystoreforMemcached_Instance');