chainName = $chainName; } /** * @return string */ public function getChainName() { return $this->chainName; } /** * @param bool */ public function setGuestFlush($guestFlush) { $this->guestFlush = $guestFlush; } /** * @return bool */ public function getGuestFlush() { return $this->guestFlush; } /** * @param string[] */ public function setLabels($labels) { $this->labels = $labels; } /** * @return string[] */ public function getLabels() { return $this->labels; } /** * @param string[] */ public function setStorageLocations($storageLocations) { $this->storageLocations = $storageLocations; } /** * @return string[] */ public function getStorageLocations() { return $this->storageLocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResourcePolicySnapshotSchedulePolicySnapshotProperties::class, 'Google_Service_Compute_ResourcePolicySnapshotSchedulePolicySnapshotProperties');