consistencyMembershipResolutionTime = $consistencyMembershipResolutionTime; } /** * @return string */ public function getConsistencyMembershipResolutionTime() { return $this->consistencyMembershipResolutionTime; } /** * Output only. [Output Only] * * @param InstantSnapshotGroupSourceInfo $sourceInfo */ public function setSourceInfo(InstantSnapshotGroupSourceInfo $sourceInfo) { $this->sourceInfo = $sourceInfo; } /** * @return InstantSnapshotGroupSourceInfo */ public function getSourceInfo() { return $this->sourceInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstantSnapshotGroupResourceStatus::class, 'Google_Service_Compute_InstantSnapshotGroupResourceStatus');