importStateEndpoint = $importStateEndpoint; } /** * @return string */ public function getImportStateEndpoint() { return $this->importStateEndpoint; } /** * @param string */ public function setSnapshotId($snapshotId) { $this->snapshotId = $snapshotId; } /** * @return string */ public function getSnapshotId() { return $this->snapshotId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StreamingApplianceSnapshotConfig::class, 'Google_Service_Dataflow_StreamingApplianceSnapshotConfig');