instantSnapshots = $instantSnapshots; } /** * @return InstantSnapshot[] */ public function getInstantSnapshots() { return $this->instantSnapshots; } /** * @param InstantSnapshotsScopedListWarning */ public function setWarning(InstantSnapshotsScopedListWarning $warning) { $this->warning = $warning; } /** * @return InstantSnapshotsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstantSnapshotsScopedList::class, 'Google_Service_Compute_InstantSnapshotsScopedList');